Skip to content

Tags: chipp/tensorflow

Tags

v2.18.3

Toggle v2.18.3's commit message

Verified

This commit was signed with the committer’s verified signature.
chipp Vladimir Burdukov
Added version

v2.18.6

Toggle v2.18.6's commit message
[XLA:GPU] Add weighted average interpolation.

We need it to support more sparse tables.

PiperOrigin-RevId: 763827853

v2.18.5

Toggle v2.18.5's commit message
[XLA:GPU] Add weighted average interpolation.

We need it to support more sparse tables.

PiperOrigin-RevId: 763827853

v2.18.4

Toggle v2.18.4's commit message
[XLA:GPU] Add weighted average interpolation.

We need it to support more sparse tables.

PiperOrigin-RevId: 763827853

v2.18.2

Toggle v2.18.2's commit message
[XLA:GPU] Add weighted average interpolation.

We need it to support more sparse tables.

PiperOrigin-RevId: 763827853

v2.18.1

Toggle v2.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport Windows builds into 2.18 for 2.18.1 (tensorflow#88848)

* Update scripts/configs for Windows nightly/release builds.

`set -u` (does not allow unbound variables) has been removed from all scripts.
This is due to Docker on Windows treating variables in an env file,
set to an empty value (`MY_VAR=`), as unbound variables. Consequently,
these variables, even though they are "set", do not make it into the Docker
container at all, and various checks for those variables fail outright.

PiperOrigin-RevId: 713717958

(cherry picked from commit fa3b3c1)

* Fix up the 2022 Win RBE config.

PiperOrigin-RevId: 718920772

(cherry picked from commit 82ba59a)

* Adjust the wheel.sh, libtensorflow.sh scripts to be Win-compatible for upload.

Temporary workaround.

PiperOrigin-RevId: 719027529
(cherry picked from commit 7513f77)

* Add a workaround for gsutil not working properly on MSYS2.

PiperOrigin-RevId: 719389902
(cherry picked from commit 9ab2fee)

* Add the missing wheel name specification for Windows.

PiperOrigin-RevId: 720176067
(cherry picked from commit 768059f)

* Allow building identical wheels under additional names.

Currently only needed for Windows, since the same wheel is uploaded
to both tensorflow_cpu, and tensorflow PyPi repos,
but different names/metadata are needed.

PiperOrigin-RevId: 720313792

(cherry picked from commit a93dc78)

* Actually copy the extra wheels into the expected directory afterwards.

PiperOrigin-RevId: 720753829
(cherry picked from commit 6ba7e4e)

v2.19.0

Toggle v2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request tensorflow#88658 from tensorflow/r2.19-3a79ec99874

r2.19 cherry-pick: 3a79ec9 "Bump libtpu versions to pick correct versioned nightlies"

v2.19.0-rc0

Toggle v2.19.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request tensorflow#87694 from tensorflow/r2.19-cf611dd7c6e

r2.19 cherry-pick: cf611dd "Update 2.19.0 release notes that we stopped publishing libtensorflow packages"

v2.18.0

Toggle v2.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request tensorflow#78464 from tensorflow/rtg0795-patch-1

Update RELEASE.md to move TFLite SignatureRunner to the right section

v2.17.1

Toggle v2.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request tensorflow#72195 from tensorflow/r2.17-314385ab894

r2.17 cherry-pick: 314385a "Bump minSdkVersion of TFL Android libs to 21."