llvm-project
4a68562e - [mlir][spirv] Reject coop matrix operands on unsupported arithmetic ops (#147230)

Commit
68 days ago
[mlir][spirv] Reject coop matrix operands on unsupported arithmetic ops (#147230) Cooperative matrix operands are only supported for `add/sub/mul/div` binary arithmetic ops, but currently all binary arithmetic ops accept cooperative matrix operands, including `mod/rem`. This change fixes this behaviour.
Author
Parents
Loading