forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-5736: [Format][C++] Support small bit-width indices in sparse t…
…ensor I'd like to enable all integer types to become the value type of sparse tensor index. Closes apache#5290 from mrkn/ARROW-5736 and squashes the following commits: b0be574 <Kenta Murata> Add check SparseCOOIndex::coords_->ndim() in the constructor ad725c2 <Kenta Murata> Remove needless include 84e6726 <Kenta Murata> Fix typo 76e5ca7 <Kenta Murata> Increase coverage rate 2226c9a <Kenta Murata> Fix compile errors on MSVC f1cf53f <Kenta Murata> Insert an explicit down cast 56ffc1b <Kenta Murata> Add #include <limits> a3fd502 <Kenta Murata> Refactoring f0222ab <Kenta Murata> Suppor reading and writing f2a1920 <Kenta Murata> Use fixtures in TestSparseCSRMatrix 4079906 <Kenta Murata> Refactoring of TestSparseCOOTensor 980cf96 <Kenta Murata> Refactoring becc425 <Kenta Murata> Enable all integer types to become the value type of SparseCOOIndex 46acdb1 <Kenta Murata> Refactor ipc-read-write-test with a typed test case b0053de <Kenta Murata> Add assertions for dim_names and dim_name b7b47c7 <Kenta Murata> Refactor sparse_tensor-test with a typed test case 45be5c4 <Kenta Murata> Support reading and writing row-major SparseCOOIndex 33b6d1f <Kenta Murata> Make SparseCOOIndex support row-major index 5f8ba9f <Kenta Murata> Add indicesStrides in SparseTensorIndexCOO 5ec7e65 <Kenta Murata> Modify the comment of SparseTensorIndexCOO 8a0f65b <Kenta Murata> Add type fields of sparse index types Authored-by: Kenta Murata <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
- Loading branch information
Showing
9 changed files
with
727 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.