Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FRONTEND] Support passing dtype as constexpr for tma load #4821

Merged
merged 2 commits into from
Sep 28, 2024

Conversation

htyu
Copy link
Collaborator

@htyu htyu commented Sep 27, 2024

Fixing an compile error like below when passing dtype through kernel arg for tl._experimental_descriptor_load:

AttributeError: 'constexpr' object has no attribute 'to_ir'

@peterbell10 peterbell10 enabled auto-merge (squash) September 28, 2024 00:45
@peterbell10 peterbell10 merged commit 6af74b2 into main Sep 28, 2024
7 checks passed
@peterbell10 peterbell10 deleted the hoy/tma-dtype branch September 28, 2024 00:54
Luosuu pushed a commit to Luosuu/triton that referenced this pull request Nov 13, 2024
…ng#4821)

Fixing an compile error like below when passing dtype through kernel arg
for `tl._experimental_descriptor_load`:

 AttributeError: 'constexpr' object has no attribute 'to_ir'
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.

2 participants