Skip to content

Commit

Permalink
[SYCL][E2E] Disable USM/usm_pooling.cpp on gpu-intel-dg2 (#12564)
Browse files Browse the repository at this point in the history
See #12397, the test is flaky in
post-commit.
  • Loading branch information
aelovikov-intel authored Jan 31, 2024
1 parent b478d2f commit 85e461e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sycl/test-e2e/USM/usm_pooling.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// REQUIRES: level_zero
// RUN: %{build} -o %t.out

// https://github.com/intel/llvm/issues/12397
// UNSUPPORTED: gpu-intel-dg2

// Allocate 2 items of 2MB. Free 2. Allocate 3 more of 2MB.

// With no pooling: 1,2,3,4,5 allocs lead to ZE call.
Expand Down

0 comments on commit 85e461e

Please sign in to comment.