Skip to content

Commit 8a20f26

Browse files
committed
update marmousi benchmark
1 parent 0291ed9 commit 8a20f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/marmousi_2D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_args(args=sys.argv[1:]):
5151
-Xopenmp-target -march=sm_75'
5252
elif language == 'gpu_openacc':
5353
cc = 'pgcc'
54-
cflags = '-O3 -fPIC -acc:gpu -gpu=pinned'
54+
cflags = '-O3 -fPIC -acc:gpu -gpu=pinned'
5555
elif language == 'cuda':
5656
cc = 'nvcc'
5757
cflags = '-O3 -gencode arch=compute_75,code=sm_75 \

0 commit comments

Comments
 (0)