Commit 0c3e012
authored
[NFC][SYCL] Do not add
Adding implicit sycl_device attribute is not required anymore due to refactoring in previous patches (2225ffd),
We used to add implicit sycl_device attribute to outline device code, now device code outlining is performed by the CodeGen without using of this attribute.
Signed-off-by: Mariya Podchishchaeva <[email protected]>sycl_device attribute to OpenCL kernel (#1439)1 parent 8d23c19 commit 0c3e012
File tree
3 files changed
+0
-14
lines changed- clang
- lib/Sema
- test/SemaSYCL
3 files changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
1223 | | - | |
1224 | 1223 | | |
1225 | 1224 | | |
1226 | 1225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
This file was deleted.
0 commit comments