Skip to content

Bump triton from 3.6.0 to 3.7.1#9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/triton-3.7.1
Closed

Bump triton from 3.6.0 to 3.7.1#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/triton-3.7.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps triton from 3.6.0 to 3.7.1.

Release notes

Sourced from triton's releases.

Triton 3.7.1 Release Notes

Triton 3.7.1 is a patch release on top of 3.7.0. It fixes the following 2 regressions and contains no new features or API changes.

Regression fixes

  • triton-lang/triton#9610
  • llvm/llvm-project#174380

Triton 3.7 Release Notes

Table of Contents


Dialect & Frontend

New Features

  • tl.squeeze / tl.unsqueeze: Added tl.squeeze and tl.unsqueeze operations to the standard library (#8924)
  • Scaled BMM: Added support for scaled batched matmul in the frontend (#9000)
  • FP8 Constants: Frontend can now create FP8 constants directly (#8882)
  • Returning Constexpr from JIT: Functions can return constexpr values from JIT-compiled code (#8785)
  • get_int_attr for Out-of-Tree Walk: Added get_int_attr to Operation to support out-of-tree IR walks (#8892)
  • Optional Device Arg to preload: Added optional device argument to preload and guardrails for cross-target preload (#8951, #8952, #9234)
  • tl.cat(can_reorder=False): Added a non-reordering variant of tl.cat with broadcast support (#9312, #9163)
  • Round f32→tf32 in Descriptor: Added option to round f32 to tf32 inside tensor descriptors (#9295)
  • Plugin Hooks & Out-of-Tree Dialects: Added support for out-of-tree TTIR/TTGIR passes and Triton Dialect Plugins, with example documentation (#8401, #8523, #8815)

Bug Fixes

  • desc.shape for FP4 Padded: Fixed desc.shape values for fp4-padded tensor descriptors (#9012)
  • Setting Attr on Constexpr Argument: Fixed setting attributes on constexpr arguments (#9053)
  • Named Tuples in Constexpr Functions: Preserved named tuples through constexpr_functions (#8876)
  • must_use_result for Methods: Fixed must_use_result check for methods (#8902)
  • _semantic Default to None: Defaulted _semantic parameter to None (#8909)
  • make_tensor_descriptor Error Typo: Fixed typo in make_tensor_descriptor error message (#8912)
  • tl.cat Determinism: Made tl.cat deterministic via permute+reshape+join, then reverted (#9312, #8854, #8878)
  • Deprecation Warning for make_block_ptr: Emitted a deprecation warning when make_block_ptr is used (#9667)

Improvements

  • Frontend Performance: Pre-computed inspect.signature for builtins, lazily computed tuple type names, avoided find_paths_if and inspect.getclosurevars, removed outdated catch_warnings blocks — all to reduce JIT overhead (#8843, #8844, #8846, #8845, #8881)

... (truncated)

Commits
  • f797708 [Release/3.7] Pin LLVM to triton-lang/llvm-project@1f126a6 and re-enable PyPI...
  • 5d6048a [Release 3.7.x] Cherry-pick "[FenceAsync] Add async read dependencies to the ...
  • 6970b11 [Release-only] Bump version to 3.7.1 release, turn off publishing to pypi, an...
  • 9c610c7 [release/3.7.x] Include examples/ in source distribution (#10350)
  • 5f3f125 [release 3.7] Release Triton to pypi (#10251)
  • ecbbf0e [CD][Release Only] Increase timeout for Release wheels (#10250)
  • 8a1faba [release/3.7.x][CI] Reduce wheel size and pin DOCKER_API_VERSION (#10244)
  • b7fa781 [release/3.7.x] Cherry pick "Split RemoveLayoutConversions cleanup so scf.if ...
  • 88b227e [release/3.7.x][AMD][BACKEND] Fix mixed FP8 types promotion for WMMA (#9581) ...
  • 6520a28 [release/3.7.x][AMD][BACKEND] Fix mixed types MFMA fp8 instruction selection ...
  • Additional commits viewable in compare view

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 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)

Bumps [triton](https://github.com/triton-lang/triton) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/triton-lang/triton/releases)
- [Changelog](https://github.com/triton-lang/triton/blob/main/RELEASE.md)
- [Commits](triton-lang/triton@v3.6.0...v3.7.1)

---
updated-dependencies:
- dependency-name: triton
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from Wassbdr as a code owner July 1, 2026 14:58
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Author

Looks like triton is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 16, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/triton-3.7.1 branch July 16, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants