Add up, down and idx modes to gpu shuffle ops, also change the mode from
string to enum
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Just one minor comment. Looks good otherwise.
| mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td | ||
|---|---|---|
| 143 | Why not just add $kind to the assembly format. It seems like it is a required attribute? | |
Comment Actions
Change printing format
| mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td | ||
|---|---|---|
| 143 | Good point, it looks much better. | |
Why not just add $kind to the assembly format. It seems like it is a required attribute?