We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851b957 commit a0dc3a1Copy full SHA for a0dc3a1
sycl/test-e2e/ESIMD/printf.cpp
@@ -10,13 +10,8 @@
10
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
11
// RUN: %{run} %t.out | FileCheck %s
12
//
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
+// RUN: %{build} -D__SYCL_USE_NON_VARIADIC_SPIRV_OCL_PRINTF__ -o %t_nonvar.out
+// RUN: %{run} %t_nonvar.out | FileCheck %s
20
21
//===----------------------------------------------------------------------===//
22
0 commit comments