Loading src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.hpp +12 −12 Original line number Diff line number Diff line Loading @@ -1436,7 +1436,7 @@ void test_VectorProductCSRAdaptive() m.reset(); m.setDimensions( m_rows, m_cols ); typename Matrix::RowsCapacitiesType rowLengths2({m_cols}); typename Matrix::RowsCapacitiesType rowLengths2 = {m_cols}; if( std::is_same< DeviceType, TNL::Devices::Cuda >::value ) { Loading Loading
src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.hpp +12 −12 Original line number Diff line number Diff line Loading @@ -1436,7 +1436,7 @@ void test_VectorProductCSRAdaptive() m.reset(); m.setDimensions( m_rows, m_cols ); typename Matrix::RowsCapacitiesType rowLengths2({m_cols}); typename Matrix::RowsCapacitiesType rowLengths2 = {m_cols}; if( std::is_same< DeviceType, TNL::Devices::Cuda >::value ) { Loading