Commit 138dba1
committed
[SYCL RTC] Exclude libdevice's
We only use `.bc` files from libdevice. Another potential implementation
for this was to update libdevice's CMakeLists.txt to have separate
`libdevice-bc` and `libdevice-non-bc` install components and only
install the former into `rtc-resoruce-install` directory. However, that
would be intrusive to libdevice with zero benefit there, so I decided to
do the filter on the sycl-jit's side inside `generate.py`..o/.spv files from resources1 parent e711ac0 commit 138dba1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments