[all-commits] [llvm/llvm-project] 3fdd85: [mlir][sparse] Add AOS optimization.
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Wed Jan 4 18:16:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fdd85da067edb3d8f96095f344e7b07bcce5241
https://github.com/llvm/llvm-project/commit/3fdd85da067edb3d8f96095f344e7b07bcce5241
Author: bixia1 <bixia at google.com>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseStorageSpecifierToLLVM.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
M mlir/test/Dialect/SparseTensor/codegen.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_insert_2d.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_insert_3d.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sorted_coo.mlir
Log Message:
-----------
[mlir][sparse] Add AOS optimization.
Use an array of structures to represent the indices for the tailing COO region
of a sparse tensor.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D140870
More information about the All-commits
mailing list