[all-commits] [llvm/llvm-project] 21213f: [mlir][sparse] fix uninitialized dense tensor out ...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Dec 8 12:45:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21213f39e29921c58d0ee25228b4ba5be7324602
https://github.com/llvm/llvm-project/commit/21213f39e29921c58d0ee25228b4ba5be7324602
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_2d.mlir
Log Message:
-----------
[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.
More information about the All-commits
mailing list