Skip to content
Snippets Groups Projects
  1. Nov 05, 2018
  2. Nov 04, 2018
  3. Nov 03, 2018
  4. Nov 02, 2018
  5. Oct 31, 2018
    • Lukas Cejka's avatar
      In SparseMatrixCopyTest.h: · b3acbedc
      Lukas Cejka authored
      	Added setup and check for UnevenRowSizeMatrix of size 10x6.
      	Commented out their use in the testCopyAssigment and testConversion
      functions.
      b3acbedc
    • Lukas Cejka's avatar
      In sparseMatrixCopyTest.h: · db46edb9
      Lukas Cejka authored
      	Cleaned up the testCopyAssignment and testConversion functions to enable clean use of the the Anti Tri Diag Matrix setup and check.
      db46edb9
  6. Oct 29, 2018
    • Lukas Cejka's avatar
      In SparseMatrixCopyTest.h: · 0bdbcddc
      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.
      0bdbcddc
  7. Sep 02, 2018
  8. Jan 09, 2018
  9. Aug 04, 2017
    • Jakub Klinkovský's avatar
      Fixed compilation options for tests · 0708c30d
      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...
      0708c30d
  10. Jul 02, 2017
  11. Jun 25, 2017
Loading