Skip to content

Commit 0520aed

Browse files
Upgrade DirectML to 1.9.1 (#394)
1 parent 18bcb6c commit 0520aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
9090
# URL must point at the DirectML redistributable NuGet package.
9191
dml_repository(
9292
name = "dml_redist",
93-
url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.8.2",
94-
sha256 = "a58141244b075cc3abfdc247310224b68b64ddd2aaac25ea04ed703deb5d4f9b",
93+
url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.9.1",
94+
sha256 = "cc2951e10d22ae41902e91afe7c2e4b2322d5ed49b3f396a05ef9e27c78aaeff",
9595
build_file = "//third_party/dml/redist:BUILD.bazel",
9696
)
9797

0 commit comments

Comments
 (0)