From c128d13808fc9852cc5894f0ad467cf8609fce68 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Tue, 30 Sep 2025 13:46:36 +0200 Subject: [PATCH 1/5] [SYCL][E2E] Enable USM/memops2d/* on Win --- sycl/test-e2e/USM/memops2d/lit.local.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/USM/memops2d/lit.local.cfg b/sycl/test-e2e/USM/memops2d/lit.local.cfg index ecbf6de863832..95f9ce6d4eec3 100644 --- a/sycl/test-e2e/USM/memops2d/lit.local.cfg +++ b/sycl/test-e2e/USM/memops2d/lit.local.cfg @@ -3,6 +3,3 @@ # Temporarily disabled until the failure is addressed: # https://github.com/llvm/llvm-project/issues/127791 config.unsupported_features += ['spirv-backend'] - -# https://github.com/intel/llvm/issues/8126 -config.unsupported_features += ['windows'] From e57d8bf07351a4b23edd811fa21e5267f817d999 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Wed, 1 Oct 2025 17:34:37 +0200 Subject: [PATCH 2/5] enable more tests --- sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp | 3 --- sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp | 3 --- sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp | 3 --- sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp | 3 --- 4 files changed, 12 deletions(-) diff --git a/sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp b/sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp index 33a0f974c2a6b..d26bdbb7dd399 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp @@ -13,9 +13,6 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157 -// Temporarily disabled until the failure is addressed. -// UNSUPPORTED: level_zero && windows - #include "copy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp b/sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp index 42db26f05cd70..a286e6dcd9217 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp @@ -13,9 +13,6 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157 -// Temporarily disabled until the failure is addressed. -// UNSUPPORTED: level_zero && windows - #include "copy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp index ff7b6c920e2a9..934c75ff9e778 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp @@ -13,9 +13,6 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157 -// Temporarily disabled until the failure is addressed. -// UNSUPPORTED: level_zero && windows - #include "memcpy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp index 7ddb6b0b58b0d..dd2eaaf69b6a4 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp @@ -13,9 +13,6 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157 -// Temporarily disabled until the failure is addressed. -// UNSUPPORTED: level_zero && windows - #include "memcpy2d_common.hpp" int main() { return test(); } From 38d71941a8373ff26df1a3b24ba0575db81755e6 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Wed, 1 Oct 2025 17:48:11 +0200 Subject: [PATCH 3/5] dummy-post-commit --- .github/workflows/sycl-post-commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index ce0afb273860f..405672fb23c97 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -21,6 +21,7 @@ on: - ./devops/dependencies.json - ./devops/dependencies-igc-dev.json + concurrency: # Cancel a currently running workflow from the same PR or commit hash. group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} From 0617c31cc9aef31a71235b6c9a0ec3898cb94917 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Thu, 2 Oct 2025 13:02:08 +0200 Subject: [PATCH 4/5] Revert "dummy-post-commit" This reverts commit 38d71941a8373ff26df1a3b24ba0575db81755e6. --- .github/workflows/sycl-post-commit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 405672fb23c97..ce0afb273860f 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -21,7 +21,6 @@ on: - ./devops/dependencies.json - ./devops/dependencies-igc-dev.json - concurrency: # Cancel a currently running workflow from the same PR or commit hash. group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} From 50a7a9f65656c89136574cac5c90e4635d39798d Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Thu, 2 Oct 2025 13:08:21 +0200 Subject: [PATCH 5/5] upd-unsupported-test --- .../e2e_test_requirements/no-unsupported-without-info.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp index bac2885e090c2..1a93a6ad8db61 100644 --- a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp +++ b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp @@ -54,7 +54,7 @@ // tests to match the required format and in that case you should just update // (i.e. reduce) the number and the list below. // -// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 153 +// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 149 // // List of improperly UNSUPPORTED tests. // Remove the CHECK once the test has been properly UNSUPPORTED. @@ -200,10 +200,6 @@ // CHECK-NEXT: Tracing/usm/queue_single_task_nullptr.cpp // CHECK-NEXT: Tracing/usm/queue_single_task_released_pointer.cpp // CHECK-NEXT: USM/badmalloc.cpp -// CHECK-NEXT: USM/memops2d/copy2d_device_to_host.cpp -// CHECK-NEXT: USM/memops2d/copy2d_host_to_device.cpp -// CHECK-NEXT: USM/memops2d/memcpy2d_device_to_host.cpp -// CHECK-NEXT: USM/memops2d/memcpy2d_host_to_device.cpp // CHECK-NEXT: USM/pointer_query_descendent_device.cpp // CHECK-NEXT: syclcompat/atomic/atomic_arith.cpp // CHECK-NEXT: syclcompat/atomic/atomic_bitwise.cpp