From 85e461e5688dae634b3c2f1026f525cffd0182b3 Mon Sep 17 00:00:00 2001 From: aelovikov-intel Date: Wed, 31 Jan 2024 12:23:27 -0800 Subject: [PATCH] [SYCL][E2E] Disable USM/usm_pooling.cpp on gpu-intel-dg2 (#12564) See https://github.com/intel/llvm/issues/12397, the test is flaky in post-commit. --- sycl/test-e2e/USM/usm_pooling.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/USM/usm_pooling.cpp b/sycl/test-e2e/USM/usm_pooling.cpp index 4a9d16ec5a34e..2f2d4009dce1e 100644 --- a/sycl/test-e2e/USM/usm_pooling.cpp +++ b/sycl/test-e2e/USM/usm_pooling.cpp @@ -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.