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: main
Choose a base ref
...
head repository: zml/xla
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 18, 2024

  1. [PJRT C API] Expose //xla/pjrt:mlir_to_hlo to public visibility

    This is needed because it implements the stablehlo downgrade we need
    to be able to lower to PJRT plugins that uses lower stablehlo versions
    that the one we use in the main XLA tree.
    
    1. 17d3249#diff-7f335a78926dafcc06a6940ab5c1d5496f74a3431629e17e54df961e720e7574R230
    2. https://groups.google.com/a/openxla.org/g/openxla-discuss/c/hEoA4V5DZF0
    3. openxla/stablehlo#1887
    
    Signed-off-by: Steeve Morin <[email protected]>
    steeve committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    55ec54d View commit details
    Browse the repository at this point in the history
  2. [PJRT C API] Ensure C compliance for PJRT_Extension_Base

    Signed-off-by: Steeve Morin <[email protected]>
    steeve committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cb84a82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4db5de3 View commit details
    Browse the repository at this point in the history
Loading