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
[AMD] support reading hip lld path from env variables (intel#3917)
When compiling AMD Triton kernels on non-AMD GPU machines, we didn't
have either "/opt/rocm/llvm/bin/ld.lld" or "/usr/bin/ld.lld" paths. In
such case, introduce an `TRITON_HIP_LLD_PATH` env variable to a
third-party path. We had such support in the forked version. This PR
added the support to the upstream version.
0 commit comments