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
I encountered a build error when building JAX for ROCm.
It seemed like the 'compiler' template value don't get set, causing an unknown compiler flag for clang.
Might have something to do with recent changes in #19691#19767.
# Template values set by rocm_configure.bzl.
CPU_COMPILER= ('%{cpu_compiler}')
USE_CLANG= ('%{compiler}'=='clang')
HOST_COMPILER_PATH= ('%{host_compiler_path}')
I encountered a build error when building JAX for ROCm.
It seemed like the 'compiler' template value don't get set, causing an unknown compiler flag for clang.
Might have something to do with recent changes in #19691 #19767.
https://github.com/openxla/xla/blob/e52f275aba0ba1cf9573df906b14d8f3bcedf8c6/third_party/tsl/third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_rocm.tpl#L27C1-L27C39
The text was updated successfully, but these errors were encountered: