summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-05-17 01:56:15 +0800
committerKunoiSayami <[email protected]>2023-05-17 01:56:15 +0800
commitff0640807f810b5ac3d9f7a831b60e1266608a08 (patch)
treec02f21fd433bf54549a2997778b0793c5a59e1ef /CMakeLists.txt
parentb6bcd9a2eb08796e44f317bfcda2a14b6bb311db (diff)
feat(exp): Add expt_0516
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f66661..7ad8949 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -194,4 +194,14 @@ target_link_libraries(expt_0510 m stdc++)
set_target_properties(expt_0510 PROPERTIES
CUDA_SEPARABLE_COMPILATION ON)
set_target_properties(expt_0510 PROPERTIES CUDA_ARCHITECTURES "75")
-set_target_properties(expt_0510 PROPERTIES LINKER_LANGUAGE CUDA) \ No newline at end of file
+set_target_properties(expt_0510 PROPERTIES LINKER_LANGUAGE CUDA)
+
+
+add_executable(expt_0516 expt_0516.cu)
+target_link_libraries(expt_0516 m stdc++)
+
+set_target_properties(expt_0516 PROPERTIES
+ CUDA_SEPARABLE_COMPILATION ON)
+set_target_properties(expt_0516 PROPERTIES CUDA_ARCHITECTURES "75")
+set_target_properties(expt_0516 PROPERTIES LINKER_LANGUAGE CUDA)
+