Commit 67d8ea1
authored
[Driver][SYCL][FPGA] Use bundled device libraries for FPGA targets (#13693)
The change that introduced the ability to use device libraries as IR
files does not play well with the FPGA target. The IR generated with
spir64_fpga is different, causing issues as the bitcode based device
libraries are built with spir64.
Update the compilation flow specific to FPGA to use the bundled device
libraries as opposed to the bitcode files.1 parent 967134c commit 67d8ea1
File tree
3 files changed
+28
-4
lines changed- clang
- lib/Driver
- ToolChains
- test/Driver
3 files changed
+28
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5905 | 5905 | | |
5906 | 5906 | | |
5907 | 5907 | | |
5908 | | - | |
| 5908 | + | |
| 5909 | + | |
| 5910 | + | |
| 5911 | + | |
5909 | 5912 | | |
5910 | 5913 | | |
5911 | 5914 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
300 | 302 | | |
301 | 303 | | |
302 | 304 | | |
| |||
438 | 440 | | |
439 | 441 | | |
440 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
441 | 446 | | |
442 | | - | |
| 447 | + | |
443 | 448 | | |
444 | 449 | | |
445 | 450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
0 commit comments