Skip to content

Commit

Permalink
Merge pull request #2803 from ROCm/r2.18-rocm-enhanced-spack
Browse files Browse the repository at this point in the history
change label to find_rocm_config.py
  • Loading branch information
i-chaochen authored Jan 22, 2025
2 parents 9a0f384 + 33c9329 commit 7bb83d5
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 @@ -892,7 +892,7 @@ remote_rocm_configure = repository_rule(
attrs = {
"environ": attr.string_dict(),
"_find_rocm_config": attr.label(
default = Label("@local_tsl//third_party/gpus:find_rocm_config.py"),
default = Label("@org_tensorflow//third_party/gpus:find_rocm_config.py"),
),
},
)
Expand All @@ -902,7 +902,7 @@ rocm_configure = repository_rule(
environ = _ENVIRONS + [_TF_ROCM_CONFIG_REPO],
attrs = {
"_find_rocm_config": attr.label(
default = Label("@local_tsl//third_party/gpus:find_rocm_config.py"),
default = Label("@org_tensorflow//third_party/gpus:find_rocm_config.py"),
),
},
)
Expand Down

0 comments on commit 7bb83d5

Please sign in to comment.