[all-commits] [llvm/llvm-project] ab6334: [mlir][sparse] add expanded size to API (#68614)
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Oct 9 14:42:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab6334dd11d2679ffca877a1e444efb40221cfe1
https://github.com/llvm/llvm-project/commit/ab6334dd11d2679ffca877a1e444efb40221cfe1
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
M mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
Log Message:
-----------
[mlir][sparse] add expanded size to API (#68614)
Used for asserting we do not run out of bounds on the expanded access
pattern.
More information about the All-commits
mailing list