[Mlir-commits] [mlir] [mlir][sparse] replace specialized buffer setup with util code (PR #68461)

Aart Bik llvmlistbot at llvm.org
Fri Oct 6 18:28:21 PDT 2023


================
@@ -271,62 +284,6 @@ class NewCallParams final {
   Value params[kNumParams];
 };
 
-// TODO: see the note at `_mlir_ciface_newSparseTensor` about how
----------------
aartbik wrote:

This is the essential part of the change. This whole block of code is replaced with the few lines above.

https://github.com/llvm/llvm-project/pull/68461


More information about the Mlir-commits mailing list