[all-commits] [llvm/llvm-project] bf7dbc: [mlir][sparse][bufferization] fix doc on new init ...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Jun 2 12:04:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf7dbc2a30e8f71fde39cef2126baacd05f24b40
https://github.com/llvm/llvm-project/commit/bf7dbc2a30e8f71fde39cef2126baacd05f24b40
Author: Aart Bik <ajcbik at google.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
Log Message:
-----------
[mlir][sparse][bufferization] fix doc on new init operation
The example was still using the -now- removed sparse_tensor.init_tensor.
Also, I made the input operands of the matrix multiplication sparse too
(since it looks a bit strange to multiply two dense matrices into a sparse).
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D126897
More information about the All-commits
mailing list