[all-commits] [llvm/llvm-project] 9db037: [mlir][sparse] fixed pack op documentation and purity
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Feb 10 16:29:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9db037d542d974f42120ba69c30d53392638a8d5
https://github.com/llvm/llvm-project/commit/9db037d542d974f42120ba69c30d53392638a8d5
Author: Aart Bik <ajcbik at google.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
Log Message:
-----------
[mlir][sparse] fixed pack op documentation and purity
Example did not have correct shapes. Also the operation
has no side effects (since it slaps a clean SSA tensor
around the data).
Reviewed By: Peiming, wrengr
Differential Revision: https://reviews.llvm.org/D143679
More information about the All-commits
mailing list