Commit e344a6a3 authored by Lukas Cejka's avatar Lukas Cejka
Browse files

Added commenting for occuring problems with Chunked Ellpack

parent 0d206ac4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1074,6 +1074,11 @@ protected:
   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
using ChEllpackMatrixTypes = ::testing::Types
<