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.
/clang:
1 parent 304aadf commit ba10b53Copy full SHA for ba10b53
sycl/test-e2e/syclcompat/launch/kernel_properties.cpp
@@ -23,7 +23,7 @@
23
// We need hardware which can support at least 2 sub-group sizes, since that
24
// hardware (presumably) supports the `intel_reqd_sub_group_size` attribute.
25
// REQUIRES: sg-32 && sg-16
26
-// RUN: %{build} -S -emit-llvm -o - | FileCheck %s
+// RUN: %{build} %if cl_options %{/clang:-S /clang:-emit-llvm%} %else %{-S -emit-llvm%} -o - | FileCheck %s
27
28
#include <sycl/ext/oneapi/kernel_properties/properties.hpp>
29
#include <sycl/detail/core.hpp>
0 commit comments