- Mar 02, 2020
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
-
-
-
Tomáš Oberhuber authored
-
-
-
-
- Nov 26, 2019
-
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Changed TYPED_TEST_CASE to TYPED_TEST_SUITE, as per google test recommendation which said that TYPED_TEST_CASE is deprecated.
-
- Aug 17, 2019
-
-
Jakub Klinkovský authored
This is necessary to be able to run tests in parallel.
-
- Aug 09, 2019
-
-
Jakub Klinkovský authored
-
- Apr 19, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Dec 15, 2018
-
-
Tomáš Oberhuber authored
-
Lukas Cejka authored
Added Type instead of all int indexes. Formatted includes to top of file. Removed the need for using namespaces.
-
Lukas Cejka authored
Added template testing for all working tests. Implemented RealTypes and occasionally IndexType instead of int/float/etc. Updated TODO.
-
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.
-
Lukas Cejka authored
-
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.
-
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
-
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
-