You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Cherry-pick] [Dialect] Make warp specialization require at least 4 warps (#8005) (#548)
Summary:
Cherry-picked from upstream OAI repository.
Original Commit: cfc0a9d
Original Author: Jeff Niu
Original Date: 2025-08-29 09:45:18 -0700
Original commit message:
```
[Dialect] Make warp specialization require at least 4 warps (#8005)
The warpgroup allocator makes fairly strong assumptions that the default
number of warps is at least 4. Untangling this is non-trivial (see #7940
which is WIP to fix this). For now, just add an error message to prevent
the compiler from crashing and confusing users.
```
This PR was automatically cherry-picked from the upstream triton-lang/triton repository.
Pull Request resolved: #548
Reviewed By: agron911, htyu
Differential Revision: D85908114
Pulled By: dshi7
fbshipit-source-id: af0a7353916a7ac70a151129d26357dee2f83518
0 commit comments