aboutsummaryrefslogtreecommitdiff
path: root/src/fastblas.cpp
AgeCommit message (Collapse)Author
2017-12-07Some more overflow checksPjotr Prins
2017-12-06Some cleanup on matrix checkingPjotr Prins
2017-12-06Fix openblas complaintPjotr Prins
2017-12-06Integer overflow checking for matrix dgemm and adding path for OpenBlas ↵Pjotr Prins
include files
2017-11-11Fix compiler warningsPjotr Prins
2017-10-18Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation)Pjotr Prins
2017-10-14TravisPjotr Prins
2017-10-14More travisPjotr Prins
2017-10-14Travis fixesPjotr Prins
2017-10-14Older openblas does not like blasintPjotr Prins
2017-10-14More disabling of eigenlib (faster compilation) and avoid OPENBLAS_CONST ↵Pjotr Prins
which does not work on older cblas.h
2017-10-13Refactored debug settingsPjotr Prins
Replaced eigenlib_dgemm with fast_dgemm - 10-30% speed gain for GEMMA
2017-10-13Replacing first dgemm - tests failPjotr Prins
2017-10-13OpenBlas: preparing for dgemm usePjotr Prins