Commit 02372e4
authored
[SYCL][SPIRV] Enable only required extensions for SPIRV Backend. (intel#20584)
SPIR-V backend recently started to support extensions not supported by
drivers (e.g. SPV_KHR_float_controls2). At the same time, SPIR-V backend
doesn't support the syntax for disabling specific extensions (i.e.
--spirv-ext=-<extension>). We need to come up with a list of SPIR-V
extensions that are supported by the backend, but also by the driver.
This patch introduces the first approach for such a list.1 parent e502f46 commit 02372e4
File tree
2 files changed
+70
-7
lines changed- clang
- lib/Driver/ToolChains
- test/Driver
2 files changed
+70
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10446 | 10446 | | |
10447 | 10447 | | |
10448 | 10448 | | |
10449 | | - | |
10450 | | - | |
10451 | | - | |
10452 | | - | |
10453 | | - | |
10454 | | - | |
| 10449 | + | |
| 10450 | + | |
| 10451 | + | |
| 10452 | + | |
| 10453 | + | |
| 10454 | + | |
| 10455 | + | |
| 10456 | + | |
| 10457 | + | |
| 10458 | + | |
| 10459 | + | |
| 10460 | + | |
| 10461 | + | |
| 10462 | + | |
| 10463 | + | |
| 10464 | + | |
| 10465 | + | |
| 10466 | + | |
| 10467 | + | |
| 10468 | + | |
| 10469 | + | |
| 10470 | + | |
| 10471 | + | |
| 10472 | + | |
| 10473 | + | |
| 10474 | + | |
| 10475 | + | |
| 10476 | + | |
| 10477 | + | |
| 10478 | + | |
| 10479 | + | |
| 10480 | + | |
| 10481 | + | |
| 10482 | + | |
| 10483 | + | |
| 10484 | + | |
| 10485 | + | |
| 10486 | + | |
| 10487 | + | |
| 10488 | + | |
| 10489 | + | |
| 10490 | + | |
10455 | 10491 | | |
10456 | 10492 | | |
10457 | 10493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments