[mlir][sparse] adjust output shape inference to new tensor abstraction (details)
Allow dependent alias template specializations in the preferred_name (details)
[mlir] Fully specify removeAttr return type (details)
Commit
8b124c19f52cb8ed0236b602df56787553e1e1b6
by ajcbik
[mlir][sparse] adjust output shape inference to new tensor abstraction
Nicolas changed the tensor abstraction so that every output has its own shape definition. This simplifies the "inference" that was used in the sparse compiler.
Commit
cbda2cba4f8e4d236d56158cecfb008e03341a70
by tpopp
[mlir] Fully specify removeAttr return type
This was added without full specification like other generated methods. This then leads to other downstream dialects failing to compile the generated code when they are not in the mlir namespace.