diff options
| author | KunoiSayami <[email protected]> | 2023-05-29 22:45:41 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-05-29 22:45:41 +0800 |
| commit | d01ba96eb4ae147159f15d5f3cdb076fc60483e4 (patch) | |
| tree | 52108e4a46d268d45f6d58e3e70dcd32738c4304 /CMakeLists.txt | |
| parent | 00543577ea9d59d1bf73837f26d16f41ef67724d (diff) | |
feat(exp): Add expt_0529
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18b9530..6fb4891 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.22) +cmake_minimum_required(VERSION 3.24) project(lockfree CUDA CXX) set(CMAKE_CUDA_STANDARD 14) @@ -174,4 +174,8 @@ set_cuda_target_base(expt_0525) add_executable(expt_0528 expt_0528.cu read_helper.h) set_cuda_target_base(expt_0528) +add_executable(expt_0529 expt_0529.cu read_helper.h) +set_cuda_target_base(expt_0529) + + |
