We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e6d444 + ce3f3b6 commit 03e1c9aCopy full SHA for 03e1c9a
1 file changed
src/CMakeLists.txt
@@ -277,12 +277,6 @@ if(TILEDARRAY_HAS_CUDA OR TILEDARRAY_HAS_HIP)
277
TiledArray/device/kernel/thrust/reduce_kernel.cu
278
TiledArray/device/um_storage.cu)
279
280
- foreach( f IN LISTS TILEDARRAY_DEVICE_SOURCE_FILES )
281
- set_source_files_properties( "${f}"
282
- PROPERTIES
283
- INCLUDE_DIRECTORIES "${CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES}")
284
- endforeach()
285
-
286
# the list of libraries on which TiledArray depends on
287
list(APPEND _TILEDARRAY_DEPENDENCIES CUDA::cudart CUDA::cublas CUDA::nvtx3)
288
0 commit comments