From 140463631d11e477ec48f8163b0c2536664151d5 Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 09:21:56 -0700 Subject: [PATCH 1/9] [SYCL][E2E] Re-enable HierPar/hier_par_wgscope on HIP This test passes on HIP (gfx942) with the current toolchain, so remove the UNSUPPORTED: hip marker tracked by intel/llvm#22300. Co-authored-by: Cursor --- sycl/test-e2e/HierPar/hier_par_wgscope.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sycl/test-e2e/HierPar/hier_par_wgscope.cpp b/sycl/test-e2e/HierPar/hier_par_wgscope.cpp index 03e157cf35fa0..7f121836ef498 100644 --- a/sycl/test-e2e/HierPar/hier_par_wgscope.cpp +++ b/sycl/test-e2e/HierPar/hier_par_wgscope.cpp @@ -1,10 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// -// Test hangs on AMD -// UNSUPPORTED: hip -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 //==- hier_par_wgscope.cpp --- hierarchical parallelism test for WG scope---==// // From 00e3b8b69c8de6b4f5f43d27697bd5a89b60b2a9 Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 09:21:57 -0700 Subject: [PATCH 2/9] [SYCL][E2E] Re-enable KernelAndProgram/kernel-bundle-merge-options on HIP This test passes on HIP (gfx942) with the current toolchain, so remove the UNSUPPORTED: hip marker tracked by intel/llvm#22300. Co-authored-by: Cursor --- sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options.cpp b/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options.cpp index 82388861b1244..0c9e764fec5a4 100644 --- a/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options.cpp +++ b/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options.cpp @@ -4,8 +4,6 @@ // REQUIRES: gpu // RUN: %{build} -o %t.out %debug_option // RUN: env SYCL_UR_TRACE=2 %{run} %t.out | FileCheck %s -// UNSUPPORTED: hip -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 // Note that the UR call might be urProgramBuild OR urProgramBuildExp . // The same is true for Compile and Link. From 7791d3fe33474e58602be4982a618aeceb6f912a Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 09:21:59 -0700 Subject: [PATCH 3/9] [SYCL][E2E] Re-enable KernelAndProgram/kernel-bundle-merge-options-env on HIP This test passes on HIP (gfx942) with the current toolchain, so remove the UNSUPPORTED: hip marker tracked by intel/llvm#22300. Co-authored-by: Cursor --- .../KernelAndProgram/kernel-bundle-merge-options-env.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options-env.cpp b/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options-env.cpp index 404a4ba04f5ed..bf8fe0b4fb4d7 100644 --- a/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options-env.cpp +++ b/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options-env.cpp @@ -5,8 +5,6 @@ // Check that options are overrided // RUN: %{build} -Wno-error=unused-command-line-argument -DSYCL_DISABLE_FALLBACK_ASSERT=1 -Xsycl-target-linker=spir64 -DBAR -Xsycl-target-frontend=spir64 -DBAR_COMPILE -o %t2.out // RUN: env SYCL_UR_TRACE=2 SYCL_PROGRAM_COMPILE_OPTIONS=-DENV_COMPILE_OPTS SYCL_PROGRAM_LINK_OPTIONS=-DENV_LINK_OPTS SYCL_PROGRAM_APPEND_COMPILE_OPTIONS=-DENV_APPEND_COMPILE_OPTS SYCL_PROGRAM_APPEND_LINK_OPTIONS=-DENV_APPEND_LINK_OPTS %{run} %t2.out | FileCheck %s -// UNSUPPORTED: hip -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 #include "kernel-bundle-merge-options.hpp" From 543e849d17b3c90abca952e888202582124f9757 Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 09:22:02 -0700 Subject: [PATCH 4/9] [SYCL][E2E] Re-enable Regression/no-split-reqd-wg-size on HIP This test passes on HIP (gfx942) with the current toolchain, so remove the UNSUPPORTED: hip marker tracked by intel/llvm#22300. Co-authored-by: Cursor --- sycl/test-e2e/Regression/no-split-reqd-wg-size.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/Regression/no-split-reqd-wg-size.cpp b/sycl/test-e2e/Regression/no-split-reqd-wg-size.cpp index 7224c4ebd1f7a..a07b805585196 100644 --- a/sycl/test-e2e/Regression/no-split-reqd-wg-size.cpp +++ b/sycl/test-e2e/Regression/no-split-reqd-wg-size.cpp @@ -4,9 +4,6 @@ // RUN: %{build} -fsycl-device-code-split=off -o %t.out // RUN: %{run} %t.out -// UNSUPPORTED: hip -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 - #include using namespace sycl; From 368bcb2c6559b0686adadb956493fb4c97e5e6e3 Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 09:22:01 -0700 Subject: [PATCH 5/9] [SYCL][E2E] Re-enable Regression/no-split-reqd-wg-size-2 on HIP This test passes on HIP (gfx942) with the current toolchain, so remove the UNSUPPORTED: hip marker tracked by intel/llvm#22300. Co-authored-by: Cursor --- sycl/test-e2e/Regression/no-split-reqd-wg-size-2.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/Regression/no-split-reqd-wg-size-2.cpp b/sycl/test-e2e/Regression/no-split-reqd-wg-size-2.cpp index 6c44534960139..74d20f9af2683 100644 --- a/sycl/test-e2e/Regression/no-split-reqd-wg-size-2.cpp +++ b/sycl/test-e2e/Regression/no-split-reqd-wg-size-2.cpp @@ -4,9 +4,6 @@ // RUN: %{build} -fsycl-device-code-split=off -o %t.out // RUN: %{run} %t.out -// UNSUPPORTED: hip -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 - #include using namespace sycl; From abeebf33b231c3eed8ac43379d051e4c45c8f368 Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 09:22:04 -0700 Subject: [PATCH 6/9] [SYCL][E2E] Re-enable Tracing/usm/queue_copy_released_pointer on HIP This test passes on HIP (gfx942) with the current toolchain, so remove the UNSUPPORTED: hip marker tracked by intel/llvm#22300. Co-authored-by: Cursor --- sycl/test-e2e/Tracing/usm/queue_copy_released_pointer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/Tracing/usm/queue_copy_released_pointer.cpp b/sycl/test-e2e/Tracing/usm/queue_copy_released_pointer.cpp index 8eb8310def312..6363ad32a1331 100644 --- a/sycl/test-e2e/Tracing/usm/queue_copy_released_pointer.cpp +++ b/sycl/test-e2e/Tracing/usm/queue_copy_released_pointer.cpp @@ -1,5 +1,3 @@ -// UNSUPPORTED: hip -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 // UNSUPPORTED: windows // RUN: %{build} -o %t.out // RUN: not --crash env SYCL_TRACE_TERMINATE_ON_WARNING=1 %{run} sycl-trace --verify %t.out | FileCheck %s From 9c7508682bd85792ef004d4cfa9612076645f6e8 Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 14:07:33 -0700 Subject: [PATCH 7/9] [SYCL][E2E] Re-enable Tracing/usm/queue_single_task_nullptr on HIP This test was marked UNSUPPORTED on target-amd only because it relies on experimental::printf, which now works on the HIP backend via the buffered printf implementation. Remove the stale marker (issue 22300). Co-authored-by: Cursor --- sycl/test-e2e/Tracing/usm/queue_single_task_nullptr.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/Tracing/usm/queue_single_task_nullptr.cpp b/sycl/test-e2e/Tracing/usm/queue_single_task_nullptr.cpp index 38d023d9e5d01..9ad1f7ed2abde 100644 --- a/sycl/test-e2e/Tracing/usm/queue_single_task_nullptr.cpp +++ b/sycl/test-e2e/Tracing/usm/queue_single_task_nullptr.cpp @@ -1,5 +1,3 @@ -// UNSUPPORTED: target-amd -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 // UNSUPPORTED: windows // RUN: %{build} -o %t.out // RUN: not --crash env SYCL_TRACE_TERMINATE_ON_WARNING=1 %{run} sycl-trace --verify %t.out | FileCheck %s From 371b03a0239d1614e18c795d912f057aae4a1c8a Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 09:22:05 -0700 Subject: [PATCH 8/9] [SYCL][E2E] Re-enable Tracing/usm/queue_single_task_released_pointer on HIP This test passes on HIP (gfx942) with the current toolchain, so remove the UNSUPPORTED: hip marker tracked by intel/llvm#22300. Co-authored-by: Cursor --- .../test-e2e/Tracing/usm/queue_single_task_released_pointer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/Tracing/usm/queue_single_task_released_pointer.cpp b/sycl/test-e2e/Tracing/usm/queue_single_task_released_pointer.cpp index 8e50a46835e67..0eee40b950ce0 100644 --- a/sycl/test-e2e/Tracing/usm/queue_single_task_released_pointer.cpp +++ b/sycl/test-e2e/Tracing/usm/queue_single_task_released_pointer.cpp @@ -1,5 +1,3 @@ -// UNSUPPORTED: hip -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 // UNSUPPORTED: windows // RUN: %{build} -o %t.out // RUN: not --crash env SYCL_TRACE_TERMINATE_ON_WARNING=1 %{run} sycl-trace --verify %t.out | FileCheck %s From b2bbd5ee16a01a2a08cb92b9a66de8a29650a214 Mon Sep 17 00:00:00 2001 From: Zheming Jin Date: Sun, 19 Jul 2026 09:21:55 -0700 Subject: [PATCH 9/9] [SYCL][E2E] Re-enable Basic/submit_time on HIP This test passes on HIP (gfx942) with the current toolchain, so remove the UNSUPPORTED: hip marker tracked by intel/llvm#22300. Co-authored-by: Cursor --- sycl/test-e2e/Basic/submit_time.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sycl/test-e2e/Basic/submit_time.cpp b/sycl/test-e2e/Basic/submit_time.cpp index 427fe6c93ebe2..c2af9a1823f48 100644 --- a/sycl/test-e2e/Basic/submit_time.cpp +++ b/sycl/test-e2e/Basic/submit_time.cpp @@ -3,10 +3,6 @@ // Check that submission time is valid. -// Test fails on hip flakily, disable temprorarily. -// UNSUPPORTED: hip -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22300 - // UNSUPPORTED: target-native_cpu // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20248