xla icon indicating copy to clipboard operation
xla copied to clipboard

A machine learning compiler for GPUs, CPUs, and ML accelerators

Results 653 xla issues
Sort by recently updated
recently updated
newest added
trafficstars

Make StreamExecutorGpuTopologyDescription compile without error

When computing the set of reduced times, keep just the latest one if multiple primitives enter the liveness profile consecutively.

[xla:spmd] Fix a problem in generating code for concat that requires padding. When an internal concat operand requires padding, previously, we don't zero out the padded elements and the generated...

@ddunl @xla-rotation : would you take a look please?

This PR adds multinode support to the multihost_hlo_runner. To use, there is a new command line argument `address` for the address of the coordinator/root node. Example usage with SLURM: ```...

Disable some tests that time out on certain platforms.

This PR enables oneDNN MatMul+BiasAdd+Sigmoid fusion for FP32, BF16 and F16.

As in the title. ~Fixes https://github.com/openxla/xla/issues/8553~ - PR https://github.com/openxla/xla/pull/9802 disabled the fix. Update: the fix to https://github.com/openxla/xla/issues/8553 will be available via https://github.com/openxla/stablehlo/pull/2357

Hello, I'm very new to the XLA project, so pardon my ignorance here. I'm trying to learn more about the project, optimizations, and their interactions with the hardware. The code...

Allow overriding some methods in all_gather_decomposer.