Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/tensorflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.0
Choose a base ref
...
head repository: tensorflow/tensorflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r2.13
Choose a head ref
  • 18 commits
  • 31 files changed
  • 8 contributors

Commits on Aug 28, 2023

  1. Use LLD-16 as the linker when building.

    PiperOrigin-RevId: 533541073
    BrianWieder authored and tensorflow-jenkins committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f80a64d View commit details
    Browse the repository at this point in the history
  2. Add lld-16 to the build docker image.

    PiperOrigin-RevId: 531301837
    BrianWieder authored and tensorflow-jenkins committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    71f33cc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61722 from tensorflow/r2.13-bf4a9d00b2a

    r2.13 cherry-pick: bf4a9d0 "Add lld-16 to the build docker image."
    learning-to-play authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6375191 View commit details
    Browse the repository at this point in the history
  4. Upgrade patchelf to v0.18.0 to fix certain TF shared libaries having …

    …corrupted PT_NOTE program headers.
    
    It seems that using Patchelf <0.12 during the [wheel building process](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/pip_package/build_pip_package.sh#L255-L262) corrupts the PT_NOTE program headers of certain shared libraries. Upgrading the patchelf version seems to fix this. We need to download the latest version from GitHub because the default Ubuntu Focal packages only provide the "0.10-2build1" version.
    
    PiperOrigin-RevId: 560754278
    nitins17 authored and tensorflow-jenkins committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1d55ad5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61721 from tensorflow/r2.13-722817e2a28

    r2.13 cherry-pick: 722817e "Use LLD-16 as the linker when building."
    learning-to-play authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2cb8ee3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #61729 from tensorflow/r2.13-d14bacc5503

    r2.13 cherry-pick: d14bacc "Upgrade patchelf to v0.18.0 to fix certain TF shared libaries having corrupted PT_NOTE program headers."
    learning-to-play authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8543b7b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    39cca15 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. [XLA:CPU] Refactor CpuExecutable so LLVM errors can be propagated

    Otherwise we'd crash on cases like non-existing CustomCall target.
    
    PiperOrigin-RevId: 562563302
    d0k authored and rtg0795 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f2c704b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61818 from rtg0795/r2.13

    r2.14 cherry-pick: [XLA:CPU] Refactor CpuExecutable so LLVM errors can be propagated
    learning-to-play authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e637fd7 View commit details
    Browse the repository at this point in the history
  3. Update RELEASE.md

    rtg0795 authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8729ad3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Need to be more precise about version of TensorFlow IO

    The API has changed so need to use the matching version
    of TensorFlow IO, not the latest.
    elfringham committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fa13788 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61829 from elfringham/fix_tf_io

    Need to be more precise about version of TensorFlow IO
    learning-to-play authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e99e29b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61795 from tensorflow-jenkins/relnotes-2.13.1-30774

    Update release notes for TensorFlow 2.13.1
    learning-to-play authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0f7c4ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba0b5bd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61835 from tensorflow-jenkins/version-numbers-2.1…

    …3.1-20520
    
    Update version numbers for TensorFlow 2.13.1
    learning-to-play authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e1a5419 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. [Linaro:ARM_CI] Exclude unit tests that are failing

    These tests passed on a previous release with no obvious
    reason why they have begun failing now but they need to be
    excluded in order to build the release.
    Also revert the change to a more specific version of
    TensorFlow IO as it did not resolve this issue.
    elfringham committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f415883 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61846 from elfringham/fix_r213

    [Linaro:ARM_CI] Exclude unit tests that are failing
    learning-to-play authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f841394 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    7598e84 View commit details
    Browse the repository at this point in the history
Loading