[go: nahoru, domu]

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 Loading
base: f9d3e7b
Choose a base ref
...
head repository: tensorflow/tensorflow Loading
compare: cde7a2e
Choose a head ref
  • 9 commits
  • 78 files changed
  • 6 contributors

Commits on Jun 25, 2024

  1. Remove stay type annotation from context().

    PiperOrigin-RevId: 646609853
    matthiaskramm authored and tensorflower-gardener committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    038957a View commit details
    Browse the repository at this point in the history
  2. Properly override repository for JAX builds in build.py

    Also change an `if_static` to an `if_google` to fix JAX builds
    
    PiperOrigin-RevId: 646622609
    ddunl authored and tensorflower-gardener committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f47f49c View commit details
    Browse the repository at this point in the history
  3. Add tensorflow support for 16k page sizes on arm64

    Tested both libtensorflowlite.so and libtensorflowlite_jni.so to ensure both
    libraries are 16k ELF aligned with this change:
    
    $ objdump -p bazel-bin/tensorflow/lite/libtensorflowlite.so | grep LOAD | awk '{ print $1 " " $NF }'
    LOAD 2**14
    LOAD 2**14
    
    $ objdump -p bazel-bin/tensorflow/lite/java/libtensorflowlite_jni.so | grep LOAD | awk '{ print $1 " " $NF }'
    LOAD 2**14
    LOAD 2**14
    
    PiperOrigin-RevId: 646629366
    tensorflower-gardener committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2d72742 View commit details
    Browse the repository at this point in the history
  4. [xla:cpu] Optimize KernelThunk host kernel loading

    PiperOrigin-RevId: 646631043
    ezhulenev authored and tensorflower-gardener committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    dea0e2a View commit details
    Browse the repository at this point in the history
  5. Remove unused VlogOccupancyInfo calls.

    PiperOrigin-RevId: 646633442
    klucke authored and tensorflower-gardener committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    01aeb51 View commit details
    Browse the repository at this point in the history
  6. Add xla/package_groups.bzl and xla/tsl/package_groups.bzl to hold…

    … `package_groups` and replace Copybara rules
    
    PiperOrigin-RevId: 646633709
    ddunl authored and tensorflower-gardener committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    89489e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. [Triton] Refactoring condition in autotuner to be more robust. Added …

    …test to make sure crashing Triton configurations are actually skipped and to guard against breaking it.
    
    PiperOrigin-RevId: 646663340
    Moerafaat authored and tensorflower-gardener committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    18a0eb0 View commit details
    Browse the repository at this point in the history
  2. [xla:cpu] Optimize KernelThunk by passing SE_HOST_KernelArg directly …

    …to the kernel
    
    PiperOrigin-RevId: 646664927
    ezhulenev authored and tensorflower-gardener committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    633e9cc View commit details
    Browse the repository at this point in the history
  3. Change AllReduceSimplifier to handle trivial cross-partition all-redu…

    …ces.
    
    This CL ensures that AllReduceSimplifier can simplify trivial all-reduces (an all-reduce where each subgroup is formed of a single participant) that are not necessarily cross replica (for example a cross partition all-reduce). We only simplify non cross replica all-reduce when the module is SPMD.
    
    FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#14073 from apivovarov:select_compare_algsimp 6fe68d7319b272ff041b67e038359540cddda489
    PiperOrigin-RevId: 644267887
    tensorflower-gardener committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cde7a2e View commit details
    Browse the repository at this point in the history
Loading