We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19bd91 commit e7d73f7Copy full SHA for e7d73f7
tests/cuda/test_cuda_transeq.f90
@@ -51,7 +51,7 @@ program test_cuda_tridiag
51
pnext = modulo(nrank - nproc + 1, nproc)
52
pprev = modulo(nrank - 1, nproc)
53
54
- n_glob = 512*4
+ n_glob = 512
55
n = n_glob/nproc
56
n_block = 512*512/SZ
57
n_iters = 100
tests/cuda/test_cuda_tridiag.f90
@@ -46,7 +46,7 @@ program test_cuda_tridiag
46
47
48
49
+ n_glob = 512*2
50
0 commit comments