summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-05-17 02:31:29 +0800
committerKunoiSayami <[email protected]>2023-05-17 02:31:29 +0800
commite503cc4de4f7f2e3387e55c77ab1690f709b7687 (patch)
tree8a7e5d9bcc3cc59b999209b444062c434e1812bf /CMakeLists.txt
parentff0640807f810b5ac3d9f7a831b60e1266608a08 (diff)
feat(exp): Add expt_0516_2
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7ad8949..06e2eec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -205,3 +205,13 @@ set_target_properties(expt_0516 PROPERTIES
set_target_properties(expt_0516 PROPERTIES CUDA_ARCHITECTURES "75")
set_target_properties(expt_0516 PROPERTIES LINKER_LANGUAGE CUDA)
+
+add_executable(expt_0516_2 expt_0516_2.cu)
+target_link_libraries(expt_0516_2 m stdc++)
+
+set_target_properties(expt_0516_2 PROPERTIES
+ CUDA_SEPARABLE_COMPILATION ON)
+set_target_properties(expt_0516_2 PROPERTIES CUDA_ARCHITECTURES "75")
+set_target_properties(expt_0516_2 PROPERTIES LINKER_LANGUAGE CUDA)
+
+