[all-commits] [llvm/llvm-project] afc760: [mlir][sparse] add int64 storage type to sparse te...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Jul 15 12:14:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afc760ef3527ef783a9f14f53583df2de8f0bd84
https://github.com/llvm/llvm-project/commit/afc760ef3527ef783a9f14f53583df2de8f0bd84
Author: Aart Bik <ajcbik at google.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
M mlir/lib/ExecutionEngine/SparseUtils.cpp
Log Message:
-----------
[mlir][sparse] add int64 storage type to sparse tensor runtime support library
This format was missing from the support library. Although there are some
subtleties reading in an external format for int64 as double, there is no
good reason to omit support for this data type form the support library.
Reviewed By: gussmith23
Differential Revision: https://reviews.llvm.org/D106016
More information about the All-commits
mailing list