tensorflow/third_party/xla
2025-10-21 03:38:59 -07:00
..
.github Support building XLA with Bzlmod 2025-10-10 11:09:33 -07:00
.kokoro
build_tools PR #32782: [ROCm] Fix hermetic build for rocm 2025-10-20 06:26:00 -07:00
docs Delete HloModuleGroupPass, which is dead. 2025-10-07 21:12:16 -07:00
third_party Integrate LLVM at llvm/llvm-project@32de3b9ef9 2025-10-20 18:56:42 -07:00
tools
xla [XLA:CPU][XTile] Add support for strided extract/insert tile. 2025-10-21 03:38:59 -07:00
.bazelrc Support building XLA with Bzlmod 2025-10-10 11:09:33 -07:00
.bazelversion
.clang-format
.clang-tidy
.gitignore Support building XLA with Bzlmod 2025-10-10 11:09:33 -07:00
AUTHORS
BUILD.bazel
CONTRIBUTING.md
LICENSE
MODULE.bazel Move absl_thread_pool to XLA as YnnThreadpool 2025-10-16 23:13:24 -07:00
opensource_only.files
README.md
requirements_lock_3_11.txt
requirements_lock_3_12.txt
tensorflow.bazelrc
warnings.bazelrc
WORKSPACE Remove linking libnvidia-ml.so from hermetic CUDA forward compatibility mode. 2025-10-16 10:28:04 -07:00
workspace1.bzl
workspace2.bzl Bump XNNPACK version for open source builds. 2025-10-15 09:33:48 -07:00
workspace3.bzl
workspace4.bzl
workspace0.bzl Remove linking libnvidia-ml.so from hermetic CUDA forward compatibility mode. 2025-10-16 10:28:04 -07:00

XLA

XLA (Accelerated Linear Algebra) is an open-source machine learning (ML) compiler for GPUs, CPUs, and ML accelerators.

OpenXLA Ecosystem

The XLA compiler takes models from popular ML frameworks such as PyTorch, TensorFlow, and JAX, and optimizes them for high-performance execution across different hardware platforms including GPUs, CPUs, and ML accelerators.

openxla.org is the project's website.

Get started

If you want to use XLA to compile your ML project, refer to the corresponding documentation for your ML framework:

If you're not contributing code to the XLA compiler, you don't need to clone and build this repo. Everything here is intended for XLA contributors who want to develop the compiler and XLA integrators who want to debug or add support for ML frontends and hardware backends.

Contribute

If you'd like to contribute to XLA, review How to Contribute and then see the developer guide.

Contacts

  • For questions, contact the maintainers - maintainers at openxla.org

Resources

Code of Conduct

While under TensorFlow governance, all community spaces for SIG OpenXLA are subject to the TensorFlow Code of Conduct.