[Mlir-commits] [mlir] [mlir][sparse] Migrate to sparse_tensor.print (PR #83946)

Aart Bik llvmlistbot at llvm.org
Wed Mar 6 16:17:09 PST 2024


================
@@ -70,7 +70,7 @@ module {
   }
 
   // Driver method to call and verify tensor kernel.
-  func.func @entry() {
+  func.func @main() {
     %c0 = arith.constant 0 : index
     %i0 = arith.constant 0 : i32
----------------
aartbik wrote:

this one can be cleaned up

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


More information about the Mlir-commits mailing list