- Add rocdl.barrier op.
- Lower gpu.barier to rocdl.barrier in -convert-gpu-to-rocdl.
Details
Details
- Reviewers
ftynse rriddle herhut - Commits
- rGbc23c1d85e4c: [mlir][rocdl] add rocdl.barier op.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp | ||
---|---|---|
50 | Just use m.getContext() here. |
Comment Actions
@rriddle Thanks for the review. Wondering may I ask for your help to commit this patch? I am new to contributing to LLVM / MLIR so I don't yet have write access to the repository.
Just use m.getContext() here.