llvm-project
0bd2f127 - [mlir][linalg] Restrict fill initial value type to output element type (#169567)

Commit
88 days ago
[mlir][linalg] Restrict fill initial value type to output element type (#169567) Disallow implicit casting, which is surprising, and, IME, usually indicative of copy-paste errors. Because the initial value must be a scalar, I don't expect this to affect any data movement.
Author
Parents
Loading