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

Replace the TritonGEN Barrier operation with something from upstream MLIR #2431

Open
FMarno opened this issue Oct 7, 2024 · 0 comments
Open
Assignees
Labels
codegen: mlir enhancement New feature or request

Comments

@FMarno
Copy link
Contributor

FMarno commented Oct 7, 2024

The TritonGEN BarrierOp is quite generic, so it would be good to use a solution that exists upstream in the LLVM MLIR project. Unfortunately it can't be directly replaced with gpu.barrier since gpu.barrier lacks the ability to specify the address space where changes should be observable (RFC about that).

@FMarno FMarno self-assigned this Oct 7, 2024
@vlad-penkin vlad-penkin added enhancement New feature or request codegen: mlir labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen: mlir enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants