You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… 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)
vinser52
pushed a commit
to sergey-semenov/llvm
that referenced
this issue
Apr 22, 2025
… cuda pipeline (intel#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](intel#17812)
npmiller
added a commit
to npmiller/llvm
that referenced
this issue
Apr 23, 2025
Describe the bug
SYCL :: NewOffloadDriver/multisource.cpp
SYCL :: NewOffloadDriver/split-per-source-main.cpp
SYCL :: NewOffloadDriver/sycl-external-with-optional-features.cpp
To reproduce
The text was updated successfully, but these errors were encountered: