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 9d03eeb3d635c..1f0e6ddebd7d4 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_dhost_to_shared.cpp @@ -14,7 +14,7 @@ // UNSUPPORTED: (level_zero && windows) // https://github.com/intel/llvm/issues/15648 -// UNSUPPORTED: gpu-intel-dg2 && linux +// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux #include "copy2d_common.hpp" 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 1bab3de9cd1a7..20eff1e6a0421 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_host_to_shared.cpp @@ -14,7 +14,7 @@ // UNSUPPORTED: (level_zero && windows) // https://github.com/intel/llvm/issues/15648 -// UNSUPPORTED: gpu-intel-dg2 && linux +// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux #include "copy2d_common.hpp" 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 f7128bd37b9ea..6998f29fbd8e5 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_shared_to_dhost.cpp @@ -14,7 +14,7 @@ // UNSUPPORTED: (level_zero && windows) // https://github.com/intel/llvm/issues/15648 -// UNSUPPORTED: gpu-intel-dg2 && linux +// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux #include "copy2d_common.hpp" 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 8a587268e9e52..5842227bf812b 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_shared_to_host.cpp @@ -14,7 +14,7 @@ // UNSUPPORTED: (level_zero && windows) // https://github.com/intel/llvm/issues/15648 -// UNSUPPORTED: gpu-intel-dg2 && linux +// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux #include "copy2d_common.hpp" 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 dcf5c2cebadb4..bfced7b334e6f 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp @@ -14,7 +14,7 @@ // UNSUPPORTED: (level_zero && windows) // https://github.com/intel/llvm/issues/15648 -// UNSUPPORTED: gpu-intel-dg2 && linux +// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux #include "memcpy2d_common.hpp" 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 3ab6a0883320a..8dfd9a8ecdfc1 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_shared.cpp @@ -14,7 +14,7 @@ // UNSUPPORTED: (level_zero && windows) // https://github.com/intel/llvm/issues/15648 -// UNSUPPORTED: gpu-intel-dg2 && linux +// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux #include "memcpy2d_common.hpp" diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp index 679587a82a663..a5b8ed17e2523 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp @@ -11,7 +11,7 @@ // RUN: %{run} %t.out // https://github.com/intel/llvm/issues/15648 -// UNSUPPORTED: gpu-intel-dg2 && linux +// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows) 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 4364684b9b847..3c50e0eec4d78 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_host.cpp @@ -14,7 +14,7 @@ // UNSUPPORTED: (level_zero && windows) // https://github.com/intel/llvm/issues/15648 -// UNSUPPORTED: gpu-intel-dg2 && linux +// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux #include "memcpy2d_common.hpp"