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

Do not crash on autotuner verification errors in int4 tests This is the only test we have in the codebase that considers this an error. I don't think the test...

Expose getters and setters for marking nodes as selective resource occupiers/releasers.

PR #25661: Report an error message when user specify a non-existed pgle profile file Imported from GitHub PR https://github.com/openxla/xla/pull/25661 Copybara import of the project: -- b68998f19251298a1e70978146b495b1ea7d52f9 by Shawn Wang :...

This implements `GetCompiledMemoryStats` for ahead-of-time compiled executables. With this patch, one can estimate memory consumption of a JAX function even without access to a GPU. Unfortunately, the patch duplicates code...

Decouple HloGumgraph from hlo_diff_summary. This change removes the dependency of the `hlo_diff_summary` on the `HloGumgraph`. Now the summary is constructed based only on HLO modules and diff result.