[Mlir-commits] [mlir] [mlir][sparse] fold sparse convert into producer linalg op. (PR #89999)
Aart Bik
llvmlistbot at llvm.org
Wed Apr 24 15:31:28 PDT 2024
================
@@ -24,7 +24,6 @@ module {
// CHECK: arith.constant
// CHECK: tensor.empty()
// CHECK: linalg.generic
----------------
aartbik wrote:
rename test file
fold_into_producer
(instead of no-fold_into_consumer : we originally avoided a bug in the folding into consumer, which was fixed, but you also made it a fold into producer now!
https://github.com/llvm/llvm-project/pull/89999
More information about the Mlir-commits
mailing list