- Nov 11, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
- Nov 10, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Added getType test error location, commented out its tests. Added visual representation of used matrices in tests. Added working and correct version of addElement test. Fixed vectorProduct test for Host, CUDA throws illegal memory access. Fixed performSORIteration for Host, CUDA throws segmentation fault. Fixed load/save test to not use a path. Added test for print function. Reformatted code. Added messages thrown for CUDA errors into tests, so that the whole test doesn't crash after those errors. Updated TODO.
-
- Nov 08, 2018
-
-
Lukas Cejka authored
-
- Nov 07, 2018
-
-
Lukas Cejka authored
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.
-
- Nov 05, 2018
-
-
Lukas Cejka authored
Adding commented-out, provisional and non-functioning test for vectorProduct function. Adding only for backup purposes.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
- Nov 04, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
Added format dependent test for the setElement function. This is format dependent, because setElement won't work without setting rowLengths.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Added TODOs to implement rowPointer test for setCompressedRowLengths and setDimensions test functions.
-
Lukas Cejka authored
-
Lukas Cejka authored
assuming that getRowLength() works correctly and doesn't need to be tested.
-
Lukas Cejka authored
Added test for setDimensions function. This test is correct assuming that getRows() and getColumns() work correctly and don't need to be tested.
-
Lukas Cejka authored
Divided testGetType into separate functions, one for Host and one for CUDA, to avoid non-CUDA systems having difficulties.
-
- Nov 03, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
Was using EXPECT_STREQ, instead of EXPECT_EQ.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Create the testGetType and its corresponding gtest.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Edited formatting in SparseMatrxTest.h
-
- Nov 02, 2018
-
-
Lukas Cejka authored
Initial import of .cpp .cu .h files for the new test.
-