Skip to content

Commit d4cf42a

Browse files
authored
Remove triton. (#9601)
This PR removes all triton code (e.g. test and implementation) from the Pytorch/XLA codebase. This is in line with the CUDA deprecation that started on release 2.8. **Key Changes:** - (`docs/source/features/triton.md`) Remove the documentation - (`test/test_triton.py`) Remove the triton tests - (`torch_xla/experimental/triton.py`) Remove the triton implementation
1 parent 1bc7737 commit d4cf42a

File tree

5 files changed

+1
-645
lines changed

5 files changed

+1
-645
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Our github contains many useful docs on working with different aspects of PyTorc
9797
- [docs/source/learn](https://github.com/pytorch/xla/tree/master/docs/source/learn): docs for learning concepts associated with XLA, troubleshooting, pjrt, eager mode, and dynamic shape.
9898
- [docs/source/accelerators](https://github.com/pytorch/xla/tree/master/docs/source/accelerators): references to `GPU` and `TPU` accelerator documents.
9999
- [docs/source/perf](https://github.com/pytorch/xla/tree/master/docs/source/perf): documentation about performance specific aspects of PyTorch/XLA such as: `AMP`, `DDP`, `Dynamo`, Fori loop, `FSDP`, quantization, recompilation, and `SPMD`
100-
- [docs/source/features](https://github.com/pytorch/xla/tree/master/docs/source/features): documentation on distributed torch, pallas, scan, stable hlo, and triton.
100+
- [docs/source/features](https://github.com/pytorch/xla/tree/master/docs/source/features): documentation on distributed torch, pallas, scan, and stable hlo.
101101
- [docs/source/contribute](https://github.com/pytorch/xla/tree/master/docs/source/contribute): documents on setting up PyTorch for development, and guides for lowering operations.
102102
- PJRT plugins:
103103
- [CPU](https://github.com/pytorch/xla/blob/master/plugins/cpu/README.md)

docs/source/features/triton.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ Tutorials
9090
:caption: Training on GPU
9191

9292
accelerators/gpu
93-
features/triton
9493
perf/spmd_gpu
9594

9695
.. toctree::

0 commit comments

Comments
 (0)