diff options
| author | KunoiSayami <[email protected]> | 2022-08-02 18:45:00 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-08-02 18:45:00 +0800 |
| commit | 0e537b32ae8f80985d3fd6b898ad6151cd8ac86c (patch) | |
| tree | eebe523bc99743340d2fea52fb6d78897189e7b7 /CMakeLists.txt | |
| parent | fa0d606d8958d72220e2a5407314c80c5557a5f4 (diff) | |
feat: Implement expt_0729
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 858cea0..3bd9244 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,3 +84,12 @@ set_target_properties(expt_0722 PROPERTIES LINKER_LANGUAGE CXX) add_executable(expt_0726 expt_0726.cpp) set_target_properties(expt_0726 PROPERTIES LINKER_LANGUAGE CXX) +add_executable(expt_0729 expt_0729.cu) +#set_target_properties(expt_0729 PROPERTIES LINKER_LANGUAGE CXX) +target_link_libraries(expt_0729 m stdc++) + +set_target_properties(expt_0729 PROPERTIES + CUDA_SEPARABLE_COMPILATION ON) +set_target_properties(expt_0729 PROPERTIES CUDA_ARCHITECTURES "75") +set_target_properties(expt_0726 PROPERTIES LINKER_LANGUAGE CUDA) + |
