fix path of hipcc to match rocm packaging
This commit is contained in:
parent
2be895ce46
commit
9d2b338025
2
third_party/gpus/rocm_configure.bzl
vendored
2
third_party/gpus/rocm_configure.bzl
vendored
@ -708,7 +708,7 @@ def _create_local_rocm_repository(repository_ctx):
|
||||
tpl_paths["crosstool:clang/bin/crosstool_wrapper_driver_rocm"],
|
||||
{
|
||||
"%{cpu_compiler}": str(cc),
|
||||
"%{hipcc_path}": rocm_config.rocm_toolkit_path + "/bin/hipcc",
|
||||
"%{hipcc_path}": rocm_config.rocm_toolkit_path + "/hip/bin/hipcc",
|
||||
"%{hipcc_env}": _hipcc_env(repository_ctx),
|
||||
"%{hipcc_is_hipclang}": _hipcc_is_hipclang(repository_ctx, rocm_config, bash_bin),
|
||||
"%{rocr_runtime_path}": rocm_config.rocm_toolkit_path + "/lib",
|
||||
|
Loading…
Reference in New Issue
Block a user