Skip to content

Conversation

@MasterJH5574
Copy link
Contributor

This PR updates the Triton JIT compilation so that it supports the latest triton.compile interface introduced in Triton 3.3.0.

This PR updates the Triton JIT compilation so that it supports
the latest `triton.compile` interface introduced in Triton 3.3.0.
@MasterJH5574
Copy link
Contributor Author

@tvm-bot rerun

@Hzfengsy Hzfengsy merged commit c211e48 into apache:main May 1, 2025
15 checks passed
ShiboXing pushed a commit to ShiboXing/tvm that referenced this pull request Aug 10, 2025
This PR updates the Triton JIT compilation so that it supports
the latest `triton.compile` interface introduced in Triton 3.3.0.
@Rhys-Q
Copy link

Rhys-Q commented Nov 2, 2025

I noticed that there will be an issue with argument passing when constexpr is not placed last. For example:

def add(
    batch_size: tl.constexpr,
    x,
    y,
):
    pass

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.

3 participants