Commit b5f855d
committed
test/support/utils_sycl_defs.h - fix compile error
In file included from test/xpu_api/language.support/support.limits/limits/quiet_NaN.pass.cpp:20:
In file included from test/support/test_complex.h:23:
In file included from test/support/utils.h:47:
In file included from test/support/utils_test_base.h:25:
In file included from test/support/utils_invoke.h:25:
test/support/utils_sycl_defs.h:24:14: fatal error: 'CL/sycl.hpp' file not found
24 | # include <CL/sycl.hpp>
| ^~~~~~~~~~~~~1 parent 3259c72 commit b5f855d
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments