summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2022-07-22 16:40:36 +0800
committerKunoiSayami <[email protected]>2022-07-22 16:40:36 +0800
commit3c745606e9494917763313e821e3722d010e2e97 (patch)
tree48e00fe898477c2ce4bdb7c1b992e13372d1ada0
parent3f1bd23b3432441dbaaa6499f084ffafb531ab06 (diff)
refactor: Rename files
Signed-off-by: KunoiSayami <[email protected]>
-rw-r--r--CMakeLists.txt10
-rw-r--r--expt_0702.cpp (renamed from exp_0702.cpp)0
-rwxr-xr-xexpt_0702.py (renamed from ex_0702.py)0
-rw-r--r--expt_0722.cpp3
-rw-r--r--expt_3.cpp (renamed from exp_3.cpp)0
-rwxr-xr-xexpt_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/exp_3.cpp b/expt_3.cpp
index f8ed1e7..f8ed1e7 100644
--- a/exp_3.cpp
+++ b/expt_3.cpp
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