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
…erWrapper (#16605)
ClangLinkerWrapper tool in one of its clang commands to generate ptx
kernel binary from llvm bitcode kernel was using `-flto` option which
should be only used for cpu code not gpu kernel code. This PR fixes that
by changing that to `-foffload-lto` for cuda/hip kernels.
This fixes [16413](#16413) issue.
Describe the bug
These tests are marked as XFAIL on CUDA. Upon resolution, please remove XFAIL from the test source:
To reproduce
Similar error for all 3:
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: