diff --git a/sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp b/sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp index 6b8b4cc7d7767..ae9b9d30e4314 100644 --- a/sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp +++ b/sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp @@ -3,6 +3,9 @@ // ZES_ENABLE_SYSMAN=1 is set, but also is sysman init is supported, // so this test is missed if it requires aspect-ext_intel_free_memory. +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + // Since gen9 and get12 don't support this query, // so requiring DG2. There may be more devices in our CI supporting this aspect. // REQUIRES: gpu-intel-dg2 diff --git a/sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp b/sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp index c589782b8ab0a..e48514553c5c9 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp @@ -13,6 +13,9 @@ // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows) +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + #include "copy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp b/sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp index 7956f97bfd0e5..c82a643156a3d 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp @@ -13,6 +13,9 @@ // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows) +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + #include "copy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp b/sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp index c483bca1be5a2..fd2875258fbe0 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp @@ -13,6 +13,9 @@ // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows) +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + #include "copy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp b/sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp index 9719fe1ded062..22439851b2a2e 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp @@ -13,6 +13,9 @@ // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows) +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + #include "copy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp index a6a3b66a19316..39c83b27f2cd1 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp @@ -13,6 +13,9 @@ // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows) +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + #include "memcpy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp index 05c8218a73bd5..b678cb1b2664c 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp @@ -13,6 +13,9 @@ // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows) +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + #include "memcpy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp index 4f9fe761d751d..122d72bb07cda 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp @@ -13,6 +13,9 @@ // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows) +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + #include "memcpy2d_common.hpp" int main() { return test(); }