Tests: Added #define BOOST_UBLAS_NDEBUG to speed up tests
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.
Loading
Please register or sign in to comment