summaryrefslogtreecommitdiff
path: root/expt_0510.cu
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-05-16 12:07:26 +0800
committerKunoiSayami <[email protected]>2023-05-16 12:07:26 +0800
commitb6bcd9a2eb08796e44f317bfcda2a14b6bb311db (patch)
tree1743fb105a6d62be9ee331b5204783012f21d10d /expt_0510.cu
parentadc1180f40a904c2773523569033639406da4812 (diff)
feat(exp): Enchant expt0510
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'expt_0510.cu')
-rw-r--r--expt_0510.cu1
1 files changed, 1 insertions, 0 deletions
diff --git a/expt_0510.cu b/expt_0510.cu
index 1b95385..7616c13 100644
--- a/expt_0510.cu
+++ b/expt_0510.cu
@@ -120,6 +120,7 @@ void initCustomSampleCPU() {
}
void run_kernel(size_t test_size, bool custom = true) {
+ // need description
dim3 grid_dim = 32, block_dim = 32;
unsigned long step = test_size / (grid_dim.x * block_dim.x);
auto scale = 2;