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 1428bfc commit 53e3f54Copy full SHA for 53e3f54
clang/test/SemaSYCL/kernel-not-functor.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsycl -fsycl-is-device -fsyntax-only -verify %s
2
3
template <typename Name, typename F>
4
__attribute__((sycl_kernel)) void kernel(F kernelFunc) {
0 commit comments