Skip to content

Commit

Permalink
Fix missing template value
Browse files Browse the repository at this point in the history
  • Loading branch information
charleshofer committed Jan 7, 2025
1 parent 43e5b9c commit 75a3d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/tsl/third_party/gpus/rocm_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ def _create_local_rocm_repository(repository_ctx):
tpl_paths["crosstool:clang/bin/crosstool_wrapper_driver_rocm"],
{
"%{cpu_compiler}": str(cc),
"%{compiler}": "clang" if is_rocm_clang else "unknown",
"%{hipcc_path}": rocm_config.rocm_toolkit_path + "/bin/hipcc",
"%{hipcc_env}": _hipcc_env(repository_ctx),
"%{rocr_runtime_path}": rocm_config.rocm_toolkit_path + "/lib",
Expand Down

0 comments on commit 75a3d3f

Please sign in to comment.