File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s -Xclang -verify-ignore-unexpected=note
1
+ // RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s -Xclang -verify-ignore-unexpected=warning, note
2
2
// expected-no-diagnostics
3
3
4
4
// MSVC has the following includes:
17
17
18
18
#include < sycl/sycl.hpp>
19
19
20
+ #include < sycl/ext/intel/experimental/pipes.hpp>
21
+ #include < sycl/ext/intel/fpga_device_selector.hpp>
22
+ #include < sycl/ext/intel/fpga_extensions.hpp>
23
+ #include < sycl/ext/intel/online_compiler.hpp>
24
+ #include < sycl/ext/oneapi/experimental/invoke_simd.hpp>
25
+
26
+ #if 0
27
+ // <sycl/ext/intel/experimental/esimd/detail/math_intrin.hpp> includes <cmath>.
28
+ #include <sycl/ext/intel/esimd.hpp>
29
+ #endif
30
+
20
31
using namespace sycl ;
21
32
22
33
int main () {
You can’t perform that action at this time.
0 commit comments