Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,6 @@ if(TILEDARRAY_HAS_CUDA OR TILEDARRAY_HAS_HIP)
TiledArray/device/kernel/thrust/reduce_kernel.cu
TiledArray/device/um_storage.cu)

foreach( f IN LISTS TILEDARRAY_DEVICE_SOURCE_FILES )
set_source_files_properties( "${f}"
PROPERTIES
INCLUDE_DIRECTORIES "${CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES}")
endforeach()

# the list of libraries on which TiledArray depends on
list(APPEND _TILEDARRAY_DEPENDENCIES CUDA::cudart CUDA::cublas CUDA::nvtx3)

Expand Down
Loading