Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
No matching results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.
Created with Raphaël 2.2.015Dec1413121110765432130Nov2928262221201918171615141312111098765432131Oct30292725242322211917167643229Sep28272423222019181716151312111098765432131Aug292827262524232221Implement changes:Updated TODO.Added another approach using Vector.h for test of vectorProduct function. Added a concept test of performSORIteration function. Added test for save and load functions. Updated TODO.Adding commented-out, provisional and non-functioning test for vectorProduct function. Adding only for backup purposes.Updated the TODO.In test_AddElement() added EXCEPT_EQ statements to check padding zeros.In test_SetElement() added EXPECT_EQ statements to check padding zeros.Added test for setRow function.Fixed mistake, where I forgot to EXPECT_EQ for an element added outside of for loop.Added test for addElement function without thisElementMultiplicator testing implemeneted.Created and updated TODO at start of file.Tidied up formatting and declarations in tests to make code more readable and consistent.Added format dependent test for the setElement function. This is format dependent, because setElement won't work without setting rowLengths.Added test for reset function.Reformatted test functions to not be dependent on the tested format.Added rowPointers testing to setDimensions test.Fixed spelling error in one of the TODOs.Added test for setLike function, but only for Dimension comparison.Changed function title formatting from 'testFunctionName' to 'test_FunctionName'.Added test for setCompressedRowLengths function. This test is correctAdded test for setDimensions function. This test is correct assuming that getRows() and getColumns() work correctly and don't need to be tested.Divided testGetType into separate functions, one for Host and one for CUDA, to avoid non-CUDA systems having difficulties.Fixed the SparseMatrixTest file, attempting to fix pipeline error with this commit.Fixed SparseMatrixTest.h:Adding non-error throwing version of SparseMatrixTest.hImport of working CMakeLists.txt modified to include and create dbg for SparseMatrixTest.Corrected googltest expect for string.In SparseMatrixTest.h:Revert didn't work on jlk site, reverting manually to the CMakeLists.txt from branch Develop.Deleted an accidentally included function in the last commitEdited CMakeLists.txt to account for SparseMatrixTest files.In src/UnitTests/Matrices:In SparseMatrixCopyTest.h:In SparseMatrixCopyTest.h:In SparseMatrixCopyTest.h:In SparseMatrixCopyTest.h:In sparseMatrixCopyTest.h:In SparseMatrixCopyTest.h:Deleting file created during matrix save/load test and small fixes in matrix unit tests.Fixed syntax error in ChunkedEllpack.
Loading