Skip to content

Commit

Permalink
Suppress ml/preformance tests for intel (chapel-lang#23470)
Browse files Browse the repository at this point in the history
Replace `SKIPIF` in `test/studies/ml/performance` with individual
suppressif files for tests that fail with
`CHPL_TARGET_COMPILER=cray-prgenv-intel` in nightly testing.

- [x] suppressions working w/ `CHPL_TARGET_COMPILER=cray-prgenv-intel`
- [x] tests passing in non-intel config

[ trivial - not reviewed ]
  • Loading branch information
jeremiah-corrado authored Sep 20, 2023
2 parents ebd5069 + e8f468d commit 0987781
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/studies/ml/performance/SKIPIF
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CHPL_TEST_VGRND_EXE == on
CHPL_TARGET_COMPILER == cray-prgenv-intel
1 change: 1 addition & 0 deletions test/studies/ml/performance/mnist_cnn_batch.suppressif
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_TARGET_COMPILER == cray-prgenv-intel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_TARGET_COMPILER == cray-prgenv-intel
1 change: 1 addition & 0 deletions test/studies/ml/performance/mnist_cnn_no_batch.suppressif
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_TARGET_COMPILER == cray-prgenv-intel
1 change: 1 addition & 0 deletions test/studies/ml/performance/mnist_cnn_no_stride.suppressif
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_TARGET_COMPILER == cray-prgenv-intel
1 change: 1 addition & 0 deletions test/studies/ml/performance/mnist_cnn_stride.suppressif
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_TARGET_COMPILER == cray-prgenv-intel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_TARGET_COMPILER == cray-prgenv-intel

0 comments on commit 0987781

Please sign in to comment.