Skip to content

Commit 740c9bc

Browse files
authored
gfx1200 memory limits milestone3-babel (#1671) (#1698)
swdev-565113 Please enter the commit message for your changes. Lines starting
1 parent e534b58 commit 740c9bc

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

  • test/smoke-fort

test/smoke-fort/milestone-3-babel-drop-1/doit.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ set -x
66
save_status
77
./milestone-3-babel -n 20 -s 100000000 # 2400.0 MB
88
save_status
9+
if [[ "$AOMP_GPU" =~ ^gfx12.* ]]; then
10+
echo "$AOMP_GPU: Skipping remaining larger memory tests"
11+
exit $rval
12+
fi
913
./milestone-3-babel -n 20 -s 200000000 # 4800.0 MB
1014
save_status
1115
if [[ "$AOMP_GPU" =~ ^gfx900 ]] ||

test/smoke-fort/milestone-3-babel/doit.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ save_status
1111

1212
$PRECMD ./milestone-3-babel -n 20 -s 100000000 # 2400.0 MB
1313
save_status
14+
if [[ "$AOMP_GPU" =~ ^gfx12.* ]]; then
15+
echo "$AOMP_GPU: Skipping remaining larger memory tests"
16+
exit $rval
17+
fi
1418
$PRECMD ./milestone-3-babel -n 20 -s 200000000 # 4800.0 MB
1519
save_status
1620
if [[ "$AOMP_GPU" =~ ^gfx900 ]] ||

0 commit comments

Comments
 (0)