Commit fa39fa2
authored
[clang][SYCL] Disable float128 device mode diagnostic (#128513) (#17430)
Cherry-pick of: llvm/llvm-project#128513
Fixes: #16903
------
This diagnostic is disabled for device compilation as float128 is not
supported on the device side.
Other diagnostics are already covering the cases where float128 is
actually used in the kernel code, and it's already tested for in the
existing test.
This is expanding on the patch 318bff6 that handled this for cuda
compilation.1 parent b2db12a commit fa39fa2
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4725 | 4725 | | |
4726 | 4726 | | |
4727 | 4727 | | |
4728 | | - | |
| 4728 | + | |
| 4729 | + | |
4729 | 4730 | | |
4730 | 4731 | | |
4731 | 4732 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments