From 9d06e56b6d8a35ec9f9c24d9556d6eabb9b09358 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Mon, 30 Jun 2025 07:58:28 -0700 Subject: [PATCH 1/2] [SYCL][E2E] Remove XPASS from some bindless image tests Signed-off-by: Sarnie, Nick --- sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp | 2 +- sycl/test-e2e/bindless_images/read_1D_O0.cpp | 2 +- sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp | 2 +- sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp | 2 +- sycl/test-e2e/bindless_images/sampling_1D_O0.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp b/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp index 0839d65c99a58..0d7f1a6a4f86f 100644 --- a/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp +++ b/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp @@ -1,5 +1,5 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows +// XFAIL: level_zero && windows && gpu-intel-gen12 // XFAIL-TRACKER: https://github.com/intel/llvm/issues/18727 // UNSUPPORTED: hip // UNSUPPORTED-INTENDED: Undetermined issue in 'create_image' in this test. diff --git a/sycl/test-e2e/bindless_images/read_1D_O0.cpp b/sycl/test-e2e/bindless_images/read_1D_O0.cpp index d25911de413ce..160548d65d412 100644 --- a/sycl/test-e2e/bindless_images/read_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/read_1D_O0.cpp @@ -1,5 +1,5 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows +// XFAIL: level_zero && windows && gpu-intel-gen12 // XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out // RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out diff --git a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp index 2a25d5f0a6956..e2a9da381510b 100644 --- a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp @@ -2,7 +2,7 @@ // REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_1d // UNSUPPORTED: target-amd // UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD -// XFAIL: level_zero && windows +// XFAIL: level_zero && windows && gpu-intel-gen12 // XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out diff --git a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp index 11647caaa919b..1d41e0d334fa0 100644 --- a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp @@ -1,6 +1,6 @@ // REQUIRES: aspect-ext_oneapi_bindless_images // REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_2d -// XFAIL: level_zero && windows +// XFAIL: level_zero && windows && gpu-intel-gen12 // XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // UNSUPPORTED: target-amd // UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD diff --git a/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp b/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp index b96dd9e7c8af8..ef567573de4cb 100644 --- a/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp @@ -1,5 +1,5 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows +// XFAIL: level_zero && windows && gpu-intel-gen12 // XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out // RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out From 26a3cb29246ebbb8214da117f94454e21fa7f7d0 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Mon, 30 Jun 2025 08:01:29 -0700 Subject: [PATCH 2/2] actually its the driver Signed-off-by: Sarnie, Nick --- sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp | 2 -- sycl/test-e2e/bindless_images/read_1D_O0.cpp | 2 -- sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp | 2 -- sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp | 2 -- sycl/test-e2e/bindless_images/sampling_1D_O0.cpp | 2 -- 5 files changed, 10 deletions(-) diff --git a/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp b/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp index 0d7f1a6a4f86f..f173460e6d81a 100644 --- a/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp +++ b/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows && gpu-intel-gen12 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18727 // UNSUPPORTED: hip // UNSUPPORTED-INTENDED: Undetermined issue in 'create_image' in this test. diff --git a/sycl/test-e2e/bindless_images/read_1D_O0.cpp b/sycl/test-e2e/bindless_images/read_1D_O0.cpp index 160548d65d412..8f2c51a9f2ea7 100644 --- a/sycl/test-e2e/bindless_images/read_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/read_1D_O0.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows && gpu-intel-gen12 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out // RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out diff --git a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp index e2a9da381510b..3f951fb8436b7 100644 --- a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp @@ -2,8 +2,6 @@ // REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_1d // UNSUPPORTED: target-amd // UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD -// XFAIL: level_zero && windows && gpu-intel-gen12 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out // RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out diff --git a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp index 1d41e0d334fa0..d50ef1b5fa29f 100644 --- a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp @@ -1,7 +1,5 @@ // REQUIRES: aspect-ext_oneapi_bindless_images // REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_2d -// XFAIL: level_zero && windows && gpu-intel-gen12 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // UNSUPPORTED: target-amd // UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD diff --git a/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp b/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp index ef567573de4cb..db23f15ebae0b 100644 --- a/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows && gpu-intel-gen12 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out // RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out