diff options
| -rw-r--r-- | CMakeLists.txt | 10 | ||||
| -rw-r--r-- | expt_0702.cpp (renamed from exp_0702.cpp) | 0 | ||||
| -rwxr-xr-x | expt_0702.py (renamed from ex_0702.py) | 0 | ||||
| -rw-r--r-- | expt_0722.cpp | 3 | ||||
| -rw-r--r-- | expt_3.cpp (renamed from exp_3.cpp) | 0 | ||||
| -rwxr-xr-x | expt_normal_distribution.py (renamed from ex_normal_distribution.py) | 0 |
6 files changed, 9 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e340d9d..bec9954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,11 +65,11 @@ build_different_target(true 1048576 8) add_executable(normal_distribution normal_distribution.cpp) set_target_properties(normal_distribution PROPERTIES LINKER_LANGUAGE CXX) -add_executable(normal_distribution_ex3 exp_3.cpp) -set_target_properties(normal_distribution PROPERTIES LINKER_LANGUAGE CXX) +add_executable(normal_distribution_expt3 expt_3.cpp) +set_target_properties(normal_distribution_expt3 PROPERTIES LINKER_LANGUAGE CXX) -add_executable(normal_distribution_ex0702 exp_0702.cpp) -set_target_properties(normal_distribution 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++) @@ -78,4 +78,6 @@ set_target_properties(work PROPERTIES CUDA_SEPARABLE_COMPILATION ON) set_target_properties(work PROPERTIES CUDA_ARCHITECTURES "75") +add_executable(expt_0722 expt_0722.cpp) +set_target_properties(expt_0722 PROPERTIES LINKER_LANGUAGE CXX) diff --git a/exp_0702.cpp b/expt_0702.cpp index f7023f7..f7023f7 100644 --- a/exp_0702.cpp +++ b/expt_0702.cpp diff --git a/ex_0702.py b/expt_0702.py index 5ac42b0..5ac42b0 100755 --- a/ex_0702.py +++ b/expt_0702.py diff --git a/expt_0722.cpp b/expt_0722.cpp new file mode 100644 index 0000000..041977a --- /dev/null +++ b/expt_0722.cpp @@ -0,0 +1,3 @@ +// +// Created by user on 22/07/22. +// diff --git a/ex_normal_distribution.py b/expt_normal_distribution.py index 272b9b6..272b9b6 100755 --- a/ex_normal_distribution.py +++ b/expt_normal_distribution.py |
