There was an error while loading. Please reload this page.
1 parent e534b58 commit 740c9bcCopy full SHA for 740c9bc
2 files changed
test/smoke-fort/milestone-3-babel-drop-1/doit.sh
@@ -6,6 +6,10 @@ set -x
6
save_status
7
./milestone-3-babel -n 20 -s 100000000 # 2400.0 MB
8
9
+if [[ "$AOMP_GPU" =~ ^gfx12.* ]]; then
10
+ echo "$AOMP_GPU: Skipping remaining larger memory tests"
11
+ exit $rval
12
+fi
13
./milestone-3-babel -n 20 -s 200000000 # 4800.0 MB
14
15
if [[ "$AOMP_GPU" =~ ^gfx900 ]] ||
test/smoke-fort/milestone-3-babel/doit.sh
@@ -11,6 +11,10 @@ save_status
$PRECMD ./milestone-3-babel -n 20 -s 100000000 # 2400.0 MB
16
17
18
$PRECMD ./milestone-3-babel -n 20 -s 200000000 # 4800.0 MB
19
20
0 commit comments