Supports only "add" and "mul" ops for now. More ops will be added later.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.cpp | ||
---|---|---|
501 | gpu.all_reduce can have either reduction attribute or reduction region, only attribute version is supported for now. gpu.subgroup_reduce doesn't have region version so we don't need such check there. |
createGroupReduceOpImpl?