summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-05-03 00:06:16 +0800
committerKunoiSayami <[email protected]>2023-05-03 00:09:51 +0800
commit2cbfaf703201b75472c186cc60b3159785108340 (patch)
treec034b92d7a1e808c1980534eaf44dc86d909c427 /CMakeLists.txt
parent58e87dbf5f1ec6905de68d52e23a2a6f4823af44 (diff)
feat(exp): Add expt_0501
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a037c5e..161d8ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -159,4 +159,12 @@ target_link_libraries(expt_0425 m stdc++)
set_target_properties(expt_0425 PROPERTIES
CUDA_SEPARABLE_COMPILATION ON)
set_target_properties(expt_0425 PROPERTIES CUDA_ARCHITECTURES "75")
-set_target_properties(expt_0425 PROPERTIES LINKER_LANGUAGE CUDA) \ No newline at end of file
+set_target_properties(expt_0425 PROPERTIES LINKER_LANGUAGE CUDA)
+
+add_executable(expt_0501 expt_0501.cu)
+target_link_libraries(expt_0501 m stdc++)
+
+set_target_properties(expt_0501 PROPERTIES
+ CUDA_SEPARABLE_COMPILATION ON)
+set_target_properties(expt_0501 PROPERTIES CUDA_ARCHITECTURES "75")
+set_target_properties(expt_0501 PROPERTIES LINKER_LANGUAGE CUDA) \ No newline at end of file