diff options
| author | KunoiSayami <[email protected]> | 2023-06-04 18:34:21 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-06-04 18:34:21 +0800 |
| commit | 1fbb943005ad78335f0b921be516b3df8140406d (patch) | |
| tree | 454d384ed2566a907b11be57a6b7e49ddbc74605 /CMakeLists.txt | |
| parent | d8384bdc4aa7fa1ccc24aec296fac83f1d43a2b4 (diff) | |
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fb4891..02efadf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,12 +87,8 @@ set_target_properties(normal_distribution_expt3 PROPERTIES LINKER_LANGUAGE CXX) add_executable(normal_distribution_expt0702 expt_0702.cpp) set_target_properties(normal_distribution_expt0702 PROPERTIES LINKER_LANGUAGE CXX) -add_executable(work work.cu) -target_link_libraries(work m stdc++) - -set_target_properties(work PROPERTIES - CUDA_SEPARABLE_COMPILATION ON) -set_target_properties(work PROPERTIES CUDA_ARCHITECTURES "75") +add_executable(work_0719 work_0719.cu) +set_cuda_target_base(work_0719) add_executable(expt_0722 expt_0722.cpp) set_target_properties(expt_0722 PROPERTIES LINKER_LANGUAGE CXX) @@ -177,5 +173,6 @@ set_cuda_target_base(expt_0528) add_executable(expt_0529 expt_0529.cu read_helper.h) set_cuda_target_base(expt_0529) - +add_executable(expt_0604 expt_0604.cu read_helper.h) +set_cuda_target_base(expt_0604) |
