Commit df9b840
[SYCL][clang-linker-wrapper] Replace -lto-emit-asm option with -S for cuda pipeline (#18000)
`-lto-emit-asm` was used previously for cuda kernels pipeline when
`-flto` was also used to generate ptx assembly. But after removing lto
for cuda kernels, we don't need this option, instead we should use `-S`
clang option to generate the ptx assembly for cuda kernels.
Fixing issue [17812](#17812)1 parent ffd1626 commit df9b840
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1551 | 1551 | | |
1552 | 1552 | | |
1553 | 1553 | | |
1554 | | - | |
| 1554 | + | |
1555 | 1555 | | |
1556 | 1556 | | |
1557 | 1557 | | |
| |||
0 commit comments