Skip to content

Commit a34b8f9

Browse files
authored
[SYCL][E2E] Re-enable free function kernels test (#20578)
The failure of the E2E test `FreeFunctionKernels/enum_parameter.cpp` was patched by #20423 but it has not yet been re-enabled. This PR does just that.
1 parent ccd981d commit a34b8f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/test-e2e/FreeFunctionKernels/enum_parameter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20225
6-
74
// This test verifies that we can use scoped enum types as arguments in free
85
// function kernels.
96

0 commit comments

Comments
 (0)