- Nov 05, 2018
-
-
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.
-
Lukas Cejka authored
Reformatted testCopyAssignment and testConversion to work with SCOPED_TRACE.
-
Lukas Cejka authored
Renamed different tested and copied matrices in the testCopyAssignment and testConversion functions.
-
Lukas Cejka authored
Set appropriate row lengths in the setup of the Uneven Row Size matrix.
-
- Oct 31, 2018
-
-
Lukas Cejka authored
Added setup and check for UnevenRowSizeMatrix of size 10x6. Commented out their use in the testCopyAssigment and testConversion functions.
-
Lukas Cejka authored
Cleaned up the testCopyAssignment and testConversion functions to enable clean use of the the Anti Tri Diag Matrix setup and check.
-
- Oct 29, 2018
-
-
Lukas Cejka authored
Changed the name of "setupMatrix" to "setupTriDiagMatrix". Added a setup and check for the AntiTrigDiagMatrix. Commented out the TriDiagMatrix setups and checks in order to verify the validity of the new AntiTriDiagMatrix.
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
Standard CMAKE_CXX_FLAGS are a space-delimited list, but our CXX_TESTS_FLAGS are manually passed to CUDA_ADD_EXECUTABLE, which expects a semicolon-delimited list. Blame cmake for such a crazy language...
-
- Jul 02, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 25, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-