Skip to content

Commit

Permalink
Upgrade DirectML to 1.9.1 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVignola authored Oct 3, 2022
1 parent 18bcb6c commit 0520aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
# URL must point at the DirectML redistributable NuGet package.
dml_repository(
name = "dml_redist",
url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.8.2",
sha256 = "a58141244b075cc3abfdc247310224b68b64ddd2aaac25ea04ed703deb5d4f9b",
url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.9.1",
sha256 = "cc2951e10d22ae41902e91afe7c2e4b2322d5ed49b3f396a05ef9e27c78aaeff",
build_file = "//third_party/dml/redist:BUILD.bazel",
)

Expand Down

0 comments on commit 0520aed

Please sign in to comment.