From e76e013e20e0cc8c3cfd2c95d1390acb3a09c3bf Mon Sep 17 00:00:00 2001 From: "Beckham, Verena" Date: Tue, 11 Aug 2026 13:37:45 +0100 Subject: [PATCH 1/3] Enable max_work_group_query test for OpenCL This test was marked as not supported on OpenCL in error in commit f19914aaceda. --- sycl/test-e2e/Basic/max_work_group_query.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/Basic/max_work_group_query.cpp b/sycl/test-e2e/Basic/max_work_group_query.cpp index 548a863fcaa66..9629393e15286 100644 --- a/sycl/test-e2e/Basic/max_work_group_query.cpp +++ b/sycl/test-e2e/Basic/max_work_group_query.cpp @@ -1,5 +1,5 @@ // RUN: %{build} -o %t.out -// REQUIRES: cuda || hip || level_zero +// REQUIRES: cuda || hip || level_zero || opencl // RUN: %{run} %t.out #include From cf76efa274ea23ba5498f05a93fd6f41c4df485e Mon Sep 17 00:00:00 2001 From: Verena Beckham Date: Wed, 12 Aug 2026 12:21:19 +0100 Subject: [PATCH 2/3] Apply suggestion from @KornevNikita Enable test for all platforms. Co-authored-by: Nikita Kornev --- sycl/test-e2e/Basic/max_work_group_query.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sycl/test-e2e/Basic/max_work_group_query.cpp b/sycl/test-e2e/Basic/max_work_group_query.cpp index 9629393e15286..f607f1a67e3b2 100644 --- a/sycl/test-e2e/Basic/max_work_group_query.cpp +++ b/sycl/test-e2e/Basic/max_work_group_query.cpp @@ -1,5 +1,4 @@ // RUN: %{build} -o %t.out -// REQUIRES: cuda || hip || level_zero || opencl // RUN: %{run} %t.out #include From 99b5dfacdeff14d9c1e2a01d1e2dca5851b8a2ab Mon Sep 17 00:00:00 2001 From: vbeckham Date: Wed, 12 Aug 2026 13:43:47 +0100 Subject: [PATCH 3/3] Revert "Apply suggestion from @KornevNikita" This reverts commit cf76efa274ea23ba5498f05a93fd6f41c4df485e. --- sycl/test-e2e/Basic/max_work_group_query.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/test-e2e/Basic/max_work_group_query.cpp b/sycl/test-e2e/Basic/max_work_group_query.cpp index f607f1a67e3b2..9629393e15286 100644 --- a/sycl/test-e2e/Basic/max_work_group_query.cpp +++ b/sycl/test-e2e/Basic/max_work_group_query.cpp @@ -1,4 +1,5 @@ // RUN: %{build} -o %t.out +// REQUIRES: cuda || hip || level_zero || opencl // RUN: %{run} %t.out #include