summaryrefslogtreecommitdiff
path: root/expt_0528.cu
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-06-20 04:50:45 +0800
committerKunoiSayami <[email protected]>2023-06-20 04:50:45 +0800
commit4c9b48fc37bef199b20ee58aad34df62676b9091 (patch)
treea3ba5bcd2e48258a28b291fc40e1d9d820446f0d /expt_0528.cu
parent14e6ffcc19a47e79325fcf18778c443473ed775b (diff)
feat(exp): Add new analysis script
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'expt_0528.cu')
-rw-r--r--expt_0528.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/expt_0528.cu b/expt_0528.cu
index bf60070..1c4ac39 100644
--- a/expt_0528.cu
+++ b/expt_0528.cu
@@ -94,7 +94,7 @@ constexpr size_t MAX_LEVEL = 32;
// Number of threads per block
// #define NUM_THREADS 512
-constexpr size_t NUM_THREADS = 2;
+constexpr size_t NUM_THREADS = 512;
// constexpr size_t NUM_ITEMS = BUILD_SIZE;
// constexpr size_t KEYS = 1048576;