[all-commits] [llvm/llvm-project] c738b4: [mlir][sparse] introduce operations to query spars...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Wed Feb 15 16:31:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c738b430c46a3145f0d454f0134804d0c90d19ac
https://github.com/llvm/llvm-project/commit/c738b430c46a3145f0d454f0134804d0c90d19ac
Author: Peiming Liu <peiming at google.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/test/Dialect/SparseTensor/invalid.mlir
M mlir/test/Dialect/SparseTensor/roundtrip.mlir
Log Message:
-----------
[mlir][sparse] introduce operations to query sparse tensor slice offset/strides at the given dimenion
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D141442
More information about the All-commits
mailing list