Skip to content

Commit 8b9a948

Browse files
authored
Merge pull request #21 from iotamudelta/rocprim-032
Update rocPRIM to v0.3.2 prerelease.
2 parents 869b110 + 793428d commit 8b9a948

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tensorflow/workspace.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
657657
tf_http_archive(
658658
name = "rocprim_archive",
659659
urls = [
660-
"https://mirror.bazel.build/github.com/ROCmSoftwarePlatform/rocPRIM/archive/8fe35fa.zip",
661-
"https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/8fe35fa.zip"
660+
"https://mirror.bazel.build/github.com/ROCmSoftwarePlatform/rocPRIM/archive/78faf38.zip",
661+
"https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/78faf38.zip"
662662
],
663-
sha256 = "a616863aa4c525b535f4432a0d1f1d2d599c559c6b1fd89502f7be5541615142",
664-
strip_prefix = "rocPRIM-8fe35fae06dad429fd65b3694e0e3ba89729ac56",
663+
sha256 = "95584fb3b8aaf5ad43e0d271912f6b5c048020e67ba67f32f8a8b8cd67dc2bff",
664+
strip_prefix = "rocPRIM-78faf386a45de246e0eb34c2b2e589f29c5eb163",
665665
build_file = clean_dep("//third_party:rocprim.BUILD"),
666666
)
667667

0 commit comments

Comments
 (0)