Skip to content

Commit

Permalink
Fix rocm toolkit path in h file
Browse files Browse the repository at this point in the history
  • Loading branch information
alekstheod committed Nov 18, 2024
1 parent 6c2992d commit 85c9767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/gpus/rocm_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def _create_local_rocm_repository(repository_ctx):
"%{rocm_amdgpu_targets}": ",".join(
["\"%s\"" % c for c in rocm_config.amdgpu_targets],
),
"%{rocm_toolkit_path}": rocm_toolkit_path,
"%{rocm_toolkit_path}": str(repository_ctx.path(rocm_config.rocm_toolkit_path)),
"%{rocm_version_number}": rocm_config.rocm_version_number,
"%{miopen_version_number}": rocm_config.miopen_version_number,
"%{hipruntime_version_number}": rocm_config.hipruntime_version_number,
Expand Down

0 comments on commit 85c9767

Please sign in to comment.