summaryrefslogtreecommitdiff
path: root/expt_0729.cu
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2022-08-18 17:31:14 +0800
committerKunoiSayami <[email protected]>2022-08-18 17:31:14 +0800
commit3ebb5c1d4bb4b05ba21e4ceda0e1603d05dbc171 (patch)
treee158353790b47f8b4f186edc5a8f95de1dc43405 /expt_0729.cu
parentf8775404ad29a669af3b2aac23dc5de866e4619f (diff)
feat: Add vaild_sort.cpp
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'expt_0729.cu')
-rw-r--r--expt_0729.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/expt_0729.cu b/expt_0729.cu
index 2d85a49..8ba6aae 100644
--- a/expt_0729.cu
+++ b/expt_0729.cu
@@ -174,7 +174,7 @@ int main(int argc, char const *argv[]) {
init<<<1, 1>>>(cudaSample, cudaPopulation);
cudaDeviceSynchronize();
- dim3 grid_dim = 64, block_dim = 16;
+ dim3 grid_dim = 16, block_dim = 64;
unsigned long step = test_size / (grid_dim.x * block_dim.x);
printf("step: %lu\n", step);