Aart Bik 21213f39e2
[mlir][sparse] fix uninitialized dense tensor out in conv2d test (#74884)
Note, tensor.empty may feed into SPARSE output (meaning it truly has no
values yet), but for a DENSE output, it should always have an initial
value. We ran a verifier over all our tests and this is the only
remaining omission.
2023-12-08 12:44:57 -08:00
..
2023-12-06 21:35:23 +00:00

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.