(1) without the check, the results may silently be wrong, so check is needed
(2) add pruning step to guarantee 2:4 property
Note, in the longer run, we may want to split out the pruning step somehow,
or make it optional.
Paths
| Differential D155320
[mlir][sparse][gpu][nvidia] add pruning step and check to 2:4 matrix multiplication ClosedPublic Authored by aartbik on Jul 14 2023, 11:18 AM.
Details Summary (1) without the check, the results may silently be wrong, so check is needed Note, in the longer run, we may want to split out the pruning step somehow,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2023, 11:22 AM This revision was landed with ongoing or failed builds.Jul 14 2023, 12:08 PM Closed by commit rG4df01dc27079: [mlir][sparse][gpu][nvidia] add pruning step and check to 2:4 matrix… (authored by aartbik). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540507 mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sm80-lt/sparse-matmul-2-4-prune.mlir
|