diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index dc21752d712bf..48bbc336c0041 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -108,3 +108,4 @@ jobs: name: macOS if: github.repository == 'intel/llvm' uses: ./.github/workflows/sycl-macos-build-and-test.yml + diff --git a/sycl/test-e2e/USM/usm_pooling.cpp b/sycl/test-e2e/USM/usm_pooling.cpp index 2f2d4009dce1e..bc375fd373e5e 100644 --- a/sycl/test-e2e/USM/usm_pooling.cpp +++ b/sycl/test-e2e/USM/usm_pooling.cpp @@ -1,9 +1,6 @@ -// REQUIRES: level_zero +// REQUIRES: level_zero, gpu-intel-dg2 // 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.