-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][E2E] Disable tests that sporadically fail on BMG (#17201)
I reproduced the assert tests locking up the whole machine and causing GPU resets, so just disable them all for now. This is probably one of the major causes of the instability. For some reason `letter_example.cpp` is causing GPU resets on BMG, which is another good candidate as for the runner instability, so just move all XFAILing InlineAsm tests to UNSUPPORTED so they don't run at all on failing platforms. --------- Signed-off-by: Sarnie, Nick <[email protected]>
- Loading branch information
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# https://github.com/intel/llvm/issues/17203 | ||
config.unsupported_features += ['arch-intel_gpu_bmg_g21'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters