Skip to content
Snippets Groups Projects
Commit efba3a95 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Added commenting for occuring problems with Chunked Ellpack

parent dd9f8652
No related branches found
No related tags found
1 merge request!16Matrices
...@@ -1074,6 +1074,11 @@ protected: ...@@ -1074,6 +1074,11 @@ protected:
using ChEllpackMatrixType = Matrix; using ChEllpackMatrixType = Matrix;
}; };
// columnIndexes of ChunkedEllpack appear to be broken, when printed, it prints out a bunch of 4s.
// rowPointers have interesting elements? 0 18 36 42 54 72 96 126 162 204 256 when rows = 10, cols = 11; rowLengths = 3 3 1 2 3 4 5 6 7 8
// and 0 52 103 154 205 256 when rows = 5, cols = 4; rowLengths = 3 3 3 3 3
// types for which MatrixTest is instantiated // types for which MatrixTest is instantiated
using ChEllpackMatrixTypes = ::testing::Types using ChEllpackMatrixTypes = ::testing::Types
< <
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment