Skip to content
Snippets Groups Projects
  1. Jan 20, 2014
    • Karl Rupp's avatar
      Tests: Fixed test for vectors with unsigned int. · f357bc43
      Karl Rupp authored
      Subtractions are currently not supported for unsigned int. However,
      the test used inner_prod(u+v,u-v); and hence reported failure.
      This problem is well-known, so the tests should only cover the
      functionality which is supposed to be working.
      f357bc43
    • Karl Rupp's avatar
      Tests: Added #define BOOST_UBLAS_NDEBUG to speed up tests · 92e86471
      Karl Rupp authored
      uBLAS becomes really slow in debug mode, ultimately dominating the
      execution times consumed by the tests. However, the purpose of these
      tests is not to test uBLAS, but ViennaCL. Hence, using
      BOOST_UBLAS_NDEBUG to get rid of the unnecessary overhead.
      92e86471
  2. Jan 09, 2014
  3. Jan 08, 2014
  4. Jan 07, 2014
  5. Dec 22, 2013
  6. Dec 21, 2013
  7. Dec 20, 2013
  8. Dec 19, 2013
  9. Dec 18, 2013
Loading