Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps triton-windows from 3.2.0.post19 to 3.4.0.post20.

Release notes

Sourced from triton-windows's releases.

v3.4.0-windows.post20

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

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/triton#6771 , which affects RTX 50xx GPUs. I've already added this patch since triton-windows 3.3.0.post14.

v3.3.0-windows.post19

  • 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"

v3.2.0-windows.post18

  • Find MSVC and Windows SDK from environment variables set by Launch-VsDevShell.ps1 or VsDevCmd.bat, see woct0rdho/triton-windows#106
  • Print cc_cmd when failed to compile for debugging

Although Triton 3.3 stable release is out, if I change triton-windows 3.3 to stable release, it may break things for many people using PyTorch 2.6 . I'll do this when PyTorch 2.7 stable release is out, and tell people to always specify the minor version when installing triton-windows.

empty

Here are some empty wheels named triton. You can add them to your build system if it tells you that some package requires triton rather than triton-windows, and also add triton-windows to the build system.

v3.2.0-windows.post17

Fix when multiple processes create __triton_launcher.pyd in parallel, see intel/intel-xpu-backend-for-triton#3270 . Now torch.compile autotune will work in general.

Note that ComfyUI enables cudaMalloc by default, but cudaMalloc does not work with CUDA graphs. Also, many models and nodes in ComfyUI are not compatible with CUDA graphs. You may use mode='max-autotune-no-cudagraphs' and see if it has speedup.

v3.2.0-windows.post16

Ensure temp files are closed when calling ptxas in parallel. I still need to investigate some bugs in PyTorch to make torch.compile autotune fully work, see unslothai/unsloth#1999

v3.2.0-windows.post15

Define Py_LIMITED_API and exclude new Python C API that cannot be compiled by TinyCC, see woct0rdho/triton-windows#92

v3.3.0-windows.post14

Fix getMMAVersionSafe for RTX 50xx (sm120), see woct0rdho/triton-windows#83

v3.2.0-windows.post13

TinyCC is bundled in the wheels, so you don't need to install MSVC to use Triton. Packages that directly call triton.jit, such as SageAttention, will just work.

You still need to install a C++ compiler if you use torch.compile targeting CPU. This may happen when you use nodes like 'CompileModel' in ComfyUI. Triton does not affect how PyTorch configures the C++ compiler in this case.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 5, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/full/dev/triton-windows-3.4.0.post20 branch from 446282c to 0d384c4 Compare August 5, 2025 18:00
Bumps [triton-windows](https://github.com/woct0rdho/triton-windows) from 3.2.0.post19 to 3.4.0.post20.
- [Release notes](https://github.com/woct0rdho/triton-windows/releases)
- [Changelog](https://github.com/woct0rdho/triton-windows/blob/readme/RELEASE.md)
- [Commits](https://github.com/woct0rdho/triton-windows/commits)

---
updated-dependencies:
- dependency-name: triton-windows
  dependency-version: 3.4.0.post20
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/full/dev/triton-windows-3.4.0.post20 branch from 0d384c4 to ff825ff Compare August 17, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants