Skip to content

Commit f0f8a72

Browse files
Update rules_ml_toolchain to newer version with latest updates and SYCL/OneAPI support
PiperOrigin-RevId: 813971077
1 parent 6edab6e commit f0f8a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1717
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
1818
http_archive(
1919
name = "rules_ml_toolchain",
20-
sha256 = "77ad040f826af31ce3142e3b8bcf6c61972b4f95c84185676fa1af325fbf52c6",
21-
strip_prefix = "rules_ml_toolchain-a912c87727405e2145b168e5b62a5d5ae7232cb2",
20+
sha256 = "bbe18d4948cd4845255ee8d400d2f29854b64d1434523052e304c1d41e90f2ec",
21+
strip_prefix = "rules_ml_toolchain-3a77adf9473cf958967bc42eb9c1a663cd7ea878",
2222
urls = [
23-
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/a912c87727405e2145b168e5b62a5d5ae7232cb2.tar.gz",
23+
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/3a77adf9473cf958967bc42eb9c1a663cd7ea878.tar.gz",
2424
],
2525
)
2626

0 commit comments

Comments
 (0)