Skip to content

Commit 4221fda

Browse files
Update DirectML to version 1.8.2 and prepare TF for 1.15.6 release (#371)
1 parent 628dbd9 commit 4221fda

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

RELEASE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# Release 1.15.5
1+
# Release 1.15.6
2+
3+
## Bug Fixes and Other Changes
4+
* Enables forwarding of inputs to avoid copies in some scenarios
5+
* Removes the the use of CopyTileMappings for PIX captures
6+
* Increases the default cache size for the kernel cache to 1536
7+
* Updates the DirectML version to 1.8.2
28

3-
Note that this is the last patch release for the TensorFlow 1.x series.
9+
# Release 1.15.5
410

511
## Bug Fixes and Other Changes
612
* Fixes an access to unitialized memory in Eigen code

tensorflow/tensorflow.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def register_extension_info(**kwargs):
6262
# not contain rc or alpha, only numbers.
6363
# Also update tensorflow/core/public/version.h
6464
# and tensorflow/tools/pip_package/setup.py
65-
VERSION = "1.15.5"
65+
VERSION = "1.15.6"
6666
VERSION_MAJOR = VERSION.split(".")[0]
6767

6868
def if_v2(a):

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# result for pip.
5353
# Also update tensorflow/tensorflow.bzl and
5454
# tensorflow/core/public/version.h
55-
_VERSION = '1.15.5.dev0'
55+
_VERSION = '1.15.6.dev0'
5656

5757
REQUIRED_PACKAGES = [
5858
'absl-py >= 0.7.0',

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.1",
94-
sha256 = "4a815dc0b1781b76eec1956014ccb26d36b749dc73b293fbe513b4a8e14f209f",
93+
url = "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.8.2",
94+
sha256 = "a58141244b075cc3abfdc247310224b68b64ddd2aaac25ea04ed703deb5d4f9b",
9595
build_file = "//third_party/dml/redist:BUILD.bazel",
9696
)
9797

0 commit comments

Comments
 (0)