Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Releases: woct0rdho/triton-windows

v3.6.0-windows.post25

26 Jan 03:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fix the bug on AMD GPU: Assertion failed: llvm::isUIntN(BitWidth, val) && "Value is not an N-bit unsigned value" in TritonAMDFoldTrueCmpI, see #184

v3.6.0-windows.post24

21 Jan 17:16
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

There is no change in the Windows support code compared to triton-windows 3.5.1.post24.

Note again that Triton 3.6 only works with PyTorch >= 2.10 .

To install Triton 3.6 and prevent breaking with your installed PyTorch when a new version of Triton is released in future, you need to limit the version to be < 3.7:

pip install -U "triton-windows<3.7"

v3.5.1-windows.post24

04 Jan 13:45
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Shorten cache temp path to work around Windows' path length limit of 260 chars, see #114 (comment)

v3.5.1-windows.post23

30 Dec 17:00

Choose a tag to compare

Initial support for AMD GPU with TheRock, see #179

v3.5.1-windows.post22

07 Dec 06:34

Choose a tag to compare

Fix the warnings Failed to find cuobjdump.exe/nvdisasm.exe, see #157

v3.5.1-windows.post21

13 Nov 04:31

Choose a tag to compare

There is no change in the Windows support code compared to triton-windows 3.5.0.post21. The only difference between the official triton 3.5.0 and 3.5.1 is a fix for sm103 (GB300) GPUs.

v3.5.0-windows.post21

15 Oct 08:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Find Windows SDK with some weird installation, see #131
  • The patch to support fp8 on RTX 30xx is merged, see #140

Note again that Triton 3.5 only works with PyTorch >= 2.9 .

To install Triton 3.5 and prevent breaking with your installed PyTorch when a new version of Triton is released in future, you need to limit the version to be < 3.6:

pip install -U "triton-windows<3.6"

triton-windows 3.2.0.post21 is also released, which supports fp8 on RTX 20xx and PyTorch 2.6 .

triton-windows 3.3.1.post21 and 3.4.0.post21 are also released, which support PyTorch 2.7 and 2.8 respectively.

v3.4.0-windows.post20

31 Jul 02:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Now Proton profiler's instrumentation backend works. Proton profiler does not fully work yet, so I'm not bundling it in the wheels. If you want to try it, you can build from source.

Note again that Triton 3.4 only works with PyTorch >= 2.8 .

To install Triton 3.4 and prevent breaking with your installed PyTorch when a new version of Triton is released in future, you need to limit the version to be < 3.5:

pip install -U "triton-windows<3.5"

v3.3.1-windows.post19

30 May 15:17

Choose a tag to compare

This is identical with triton-windows 3.3.0.post19, but I bump the version number to match the official one.

The only difference between the official triton 3.3.0 and 3.3.1 is triton-lang#6771 , which is a fix for RTX 50xx GPUs. I've already added this patch since triton-windows 3.3.0.post14.

v3.3.0-windows.post19

24 Apr 07:04

Choose a tag to compare

  • Fix JIT compilation using Clang

Note again that Triton 3.3 only works with PyTorch >= 2.7, and Triton 3.2 only works with PyTorch >= 2.6 .

To install Triton 3.3 and prevent breaking with your installed PyTorch when a new version of Triton is released in future, you need to limit the version to be < 3.4:

pip install -U "triton-windows<3.4"