diff options
| author | KunoiSayami <[email protected]> | 2023-05-24 14:12:56 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-05-24 14:12:56 +0800 |
| commit | be0483ef4b6935324f85f124da8f4c1b93e918f6 (patch) | |
| tree | 6a16d9082f975447f2f2bb7a12116cdbf80e52a2 /CMakeLists.txt | |
| parent | f0d3437f2e1fc9612e5a926d048a1ae3cd1e7a75 (diff) | |
fix(exp): Fix expt_0520 malloc failure
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 883dbc4..118786c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,7 +222,7 @@ set_target_properties(expt_0517 PROPERTIES set_target_properties(expt_0517 PROPERTIES CUDA_ARCHITECTURES "75") set_target_properties(expt_0517 PROPERTIES LINKER_LANGUAGE CUDA) -add_executable(expt_0520 expt_0520.cu skiplistcustom.cuh) +add_executable(expt_0520 expt_0520.cu skiplistcustom.cuh read_helper.h) target_link_libraries(expt_0520 m stdc++) set_target_properties(expt_0520 PROPERTIES |
