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 am building XLA on a Windows 11 machine with Docker, an NVIDIA GPU, no AMD components, and HIP SDK version 6.2 is downloaded (I took the program files out of the 6.2 subfolder). I am getting the following error:
\ERROR: /root/.cache/bazel/_bazel_root/e4ab50d61a21943a819d1e092972a817/external/local_config_rocm/rocm/BUILD:29:11: SolibSymlink _solib_k8/_U@local_Uconfig_Urocm_S_Srocm_Chip___Urocm_Srocm_Slib/libhip.so failed: missing input file '@local_config_rocm//rocm:rocm/lib/libhip.so' ERROR: /root/.cache/bazel/_bazel_root/e4ab50d61a21943a819d1e092972a817/external/local_config_rocm/rocm/BUILD:29:11: SolibSymlink _solib_k8/_U@local_Uconfig_Urocm_S_Srocm_Chip___Urocm_Srocm_Slib/libhip.so failed: 1 input file(s) do not exist ERROR: /xla/xla/backends/profiler/gpu/BUILD:259:16: //xla/backends/profiler/gpu:rocm_tracer: missing input file '@local_config_rocm//rocm:rocm/lib/libhip.so' ERROR: /root/.cache/bazel/_bazel_root/e4ab50d61a21943a819d1e092972a817/external/local_config_rocm/rocm/BUILD:29:11 SolibSymlink _solib_k8/_U@local_Uconfig_Urocm_S_Srocm_Chip___Urocm_Srocm_Slib/libhip.so failed: 1 input file(s) do not exist
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am building XLA on a Windows 11 machine with Docker, an NVIDIA GPU, no AMD components, and HIP SDK version 6.2 is downloaded (I took the program files out of the 6.2 subfolder). I am getting the following error:
\ERROR: /root/.cache/bazel/_bazel_root/e4ab50d61a21943a819d1e092972a817/external/local_config_rocm/rocm/BUILD:29:11: SolibSymlink _solib_k8/_U@local_Uconfig_Urocm_S_Srocm_Chip___Urocm_Srocm_Slib/libhip.so failed: missing input file '@local_config_rocm//rocm:rocm/lib/libhip.so' ERROR: /root/.cache/bazel/_bazel_root/e4ab50d61a21943a819d1e092972a817/external/local_config_rocm/rocm/BUILD:29:11: SolibSymlink _solib_k8/_U@local_Uconfig_Urocm_S_Srocm_Chip___Urocm_Srocm_Slib/libhip.so failed: 1 input file(s) do not exist ERROR: /xla/xla/backends/profiler/gpu/BUILD:259:16: //xla/backends/profiler/gpu:rocm_tracer: missing input file '@local_config_rocm//rocm:rocm/lib/libhip.so' ERROR: /root/.cache/bazel/_bazel_root/e4ab50d61a21943a819d1e092972a817/external/local_config_rocm/rocm/BUILD:29:11 SolibSymlink _solib_k8/_U@local_Uconfig_Urocm_S_Srocm_Chip___Urocm_Srocm_Slib/libhip.so failed: 1 input file(s) do not exist
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions