Skip to content

Commit

Permalink
[SYCL][Graph][CUDA] Disable failing update test.
Browse files Browse the repository at this point in the history
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
EwanC committed May 10, 2024
1 parent fea7e77 commit 80e01b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@

#define GRAPH_E2E_EXPLICIT

// UNSUPPORTED: cuda

#include "../../Inputs/whole_update_double_buffer.cpp"
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@

#define GRAPH_E2E_RECORD_REPLAY

// UNSUPPORTED: cuda

#include "../../Inputs/whole_update_double_buffer.cpp"

0 comments on commit 80e01b4

Please sign in to comment.