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 0291ed9 commit 8a20f26Copy full SHA for 8a20f26
benchmark/marmousi_2D.py
@@ -51,7 +51,7 @@ def get_args(args=sys.argv[1:]):
51
-Xopenmp-target -march=sm_75'
52
elif language == 'gpu_openacc':
53
cc = 'pgcc'
54
- cflags = '-O3 -fPIC -acc:gpu -gpu=pinned'
+ cflags = '-O3 -fPIC -acc:gpu -gpu=pinned'
55
elif language == 'cuda':
56
cc = 'nvcc'
57
cflags = '-O3 -gencode arch=compute_75,code=sm_75 \
0 commit comments