Skip to content

Commit e5e3a74

Browse files
[XLA:GPU] Use cutlass 3.8.0
PiperOrigin-RevId: 756685590
1 parent c434182 commit e5e3a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workspace2.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ def _tf_repositories():
9999
tf_http_archive(
100100
name = "cutlass_archive",
101101
build_file = "//third_party:cutlass.BUILD",
102-
sha256 = "84cf3fcc47c440a8dde016eb458f8d6b93b3335d9c3a7a16f388333823f1eae0",
103-
strip_prefix = "cutlass-afa7b7241aabe598b725c65480bd9fa71121732c",
104-
urls = tf_mirror_urls("https://github.com/chsigg/cutlass/archive/afa7b7241aabe598b725c65480bd9fa71121732c.tar.gz"),
102+
sha256 = "a7739ca3dc74e3a5cb57f93fc95224c5e2a3c2dff2c16bb09a5e459463604c08",
103+
strip_prefix = "cutlass-3.8.0",
104+
urls = tf_mirror_urls("https://github.com/NVIDIA/cutlass/archive/refs/tags/v3.8.0.zip"),
105105
)
106106

107107
tf_http_archive(

0 commit comments

Comments
 (0)