Skip to content

Commit

Permalink
modify rocr and hip runtime paths
Browse files Browse the repository at this point in the history
  • Loading branch information
afzpatel committed Jun 11, 2024
1 parent 60fc5d5 commit 9011d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/gpus/rocm_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -774,9 +774,9 @@ def _create_local_rocm_repository(repository_ctx):
"%{cpu_compiler}": str(cc),
"%{hipcc_path}": rocm_config.rocm_paths["HIP"] + "/bin/hipcc",
"%{hipcc_env}": _hipcc_env(repository_ctx),
"%{rocr_runtime_path}": rocm_config.rocm_paths["HSA"] + "/lib",
"%{rocr_runtime_path}": rocm_config.rocm_paths["HSA"],
"%{rocr_runtime_library}": "hsa-runtime64",
"%{hip_runtime_path}": rocm_config.rocm_paths["HIP"] + "/lib",
"%{hip_runtime_path}": rocm_config.rocm_paths["HIP"],
"%{hip_runtime_library}": "amdhip64",
"%{crosstool_verbose}": _crosstool_verbose(repository_ctx),
"%{gcc_host_compiler_path}": str(cc),
Expand Down

0 comments on commit 9011d62

Please sign in to comment.