Skip to content

Commit a0dc3a1

Browse files
authored
[SYCL][ESIMD] Enable the test for non variadic printf version (#11278)
1 parent 851b957 commit a0dc3a1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

sycl/test-e2e/ESIMD/printf.cpp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1111
// RUN: %{run} %t.out | FileCheck %s
1212
//
13-
// clang-format off
14-
// Test using __SYCL_USE_NON_VARIADIC_SPIRV_OCL_PRINTF__ is disabled until ESIMD
15-
// supports it.
16-
// FIXME: enable that test
17-
// RUNx: %{build} -D__SYCL_USE_NON_VARIADIC_SPIRV_OCL_PRINTF__ -o %t_nonvar.out
18-
// RUNx: %{run} %t_nonvar.out | FileCheck %s
19-
// clang-format on
13+
// RUN: %{build} -D__SYCL_USE_NON_VARIADIC_SPIRV_OCL_PRINTF__ -o %t_nonvar.out
14+
// RUN: %{run} %t_nonvar.out | FileCheck %s
2015
//
2116
//===----------------------------------------------------------------------===//
2217
//

0 commit comments

Comments
 (0)