Skip to content

Commit

Permalink
[SYCL][ESIMD][E2E] Disable assert.cpp on Gen12 (#14538)
Browse files Browse the repository at this point in the history
When run in parallel with other tests, this is causing a GPU hang and
having a significant effect on internal testing.

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Jul 11, 2024
1 parent 49a1c42 commit 5c6c2e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sycl/test-e2e/ESIMD/assert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
// as expected to fail, whilst it is being investigated, see intel/llvm#11359
// FIXME: remove that XFAIL
// XFAIL: linux
//
// Hanging on gen12, remove when internal tracker fixed
// UNSUPPORTED: gpu-intel-gen12
//

#include "esimd_test_utils.hpp"

Expand Down

0 comments on commit 5c6c2e0

Please sign in to comment.