forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Graph][CUDA] Disable failing update test.
intel#13731 Disable whole graph update tests on CUDA, as they are flaky and failing on unrelated PRs, until such a time as the fail can be investigated and fixed.
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 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 |
---|---|---|
|
@@ -7,4 +7,6 @@ | |
|
||
#define GRAPH_E2E_EXPLICIT | ||
|
||
// UNSUPPORTED: cuda | ||
|
||
#include "../../Inputs/whole_update_double_buffer.cpp" |
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 |
---|---|---|
|
@@ -7,4 +7,6 @@ | |
|
||
#define GRAPH_E2E_RECORD_REPLAY | ||
|
||
// UNSUPPORTED: cuda | ||
|
||
#include "../../Inputs/whole_update_double_buffer.cpp" |