We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c434182 commit e5e3a74Copy full SHA for e5e3a74
workspace2.bzl
@@ -99,9 +99,9 @@ def _tf_repositories():
99
tf_http_archive(
100
name = "cutlass_archive",
101
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"),
+ sha256 = "a7739ca3dc74e3a5cb57f93fc95224c5e2a3c2dff2c16bb09a5e459463604c08",
+ strip_prefix = "cutlass-3.8.0",
+ urls = tf_mirror_urls("https://github.com/NVIDIA/cutlass/archive/refs/tags/v3.8.0.zip"),
105
)
106
107
0 commit comments