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: openxla/xla
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2a4b19b5d591b9ea5f3c7bffe3e8221ad780ac38
Choose a base ref
...
head repository: openxla/xla
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef97cd26787d85fb90ac6ff4d59875ba3ffc8374
Choose a head ref
  • 4 commits
  • 17 files changed
  • 4 contributors

Commits on Nov 20, 2024

  1. [XLA:MSA] Fixes a bug in GetInefficientAllocationSites(allocation_val…

    …ues). The function was previously assuming allocation_values can never be empty.
    
    PiperOrigin-RevId: 698548828
    mehrdadkhani authored and Google-ML-Automation committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    43517d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Adding step to constant_value and add support for multiplication whil…

    …e recursively calculating the range of an expression.
    
    PiperOrigin-RevId: 698551804
    fhoushmand authored and Google-ML-Automation committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5cc5c9c View commit details
    Browse the repository at this point in the history
  2. [XLA:GPU] Remove RewriteReductionsPass

    It is unused.
    
    PiperOrigin-RevId: 698554807
    majnemer authored and Google-ML-Automation committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5a9e8c7 View commit details
    Browse the repository at this point in the history
  3. [XLA:TPU:MSA]

    * Add support for overriding cross program prefetch behavior.
    * Add support for filtering buffer intervals based on the uses of the buffer.
    * Add tests for overriding cross program prefetch behavior
    * Add tests for expanding filtering criteria.
    
    PiperOrigin-RevId: 696938857
    subhankarshah authored and Google-ML-Automation committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ef97cd2 View commit details
    Browse the repository at this point in the history
Loading