iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.85k stars 620 forks source link

[GPU] Add C promotion capability in promote matmul operands pass #19256

Open nirvedhmeshram opened 16 hours ago

nirvedhmeshram commented 16 hours ago

This PR sets up the convention that when the operand index for promotion is beyond the dpsInputs then we promote the corresponding dpsInit's tied-result.

Co-authored-by : Quinn Dawkins quinn.dawkins@gmail.com