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 db9f49d commit 347b21cCopy full SHA for 347b21c
clang/test/SemaSYCL/union-kernel-param1.cpp
@@ -3,10 +3,6 @@
3
// This test checks that compiler generates correct kernel arguments for
4
// unions containing Arrays.
5
6
-#include <sycl.hpp>
7
-
8
-using namespace cl::sycl;
9
10
template <typename name, typename Func>
11
__attribute__((sycl_kernel)) void a_kernel(Func kernelFunc) {
12
kernelFunc();
clang/test/SemaSYCL/union-kernel-param2.cpp
// a struct-with-an-array-of-unions and a array-of-struct-with-a-union.
0 commit comments