index
:
pangemma
master
PanGEMMA: Genome-wide Efficient Mixed Model Association
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fastblas.cpp
Age
Commit message (
Expand
)
Author
2020-05-28
Fix copiles on gcc 10. Main thing is not to mix BLAS includes from
Pjotr Prins
2020-05-22
Removing more eigenlib references
Pjotr Prins
2020-05-22
Fixes for gcc (GCC) 10.1.0
Pjotr Prins
2018-09-28
Atlas compilation
Pjotr Prins
2018-09-27
Inlining GSL calls
Pjotr Prins
2017-12-19
Make eigelib -legacy
Pjotr Prins
2017-12-17
Reverted on using eigenlib_dgemm because of hanging K compute with dataset
Pjotr Prins
2017-12-12
Updated copyright info
Pjotr Prins
2017-12-08
Drop legacy eigenlib_dgemm from fastblas
Pjotr Prins
2017-12-07
Some more overflow checks
Pjotr Prins
2017-12-06
Some cleanup on matrix checking
Pjotr Prins
2017-12-06
Fix openblas complaint
Pjotr Prins
2017-12-06
Integer overflow checking for matrix dgemm and adding path for OpenBlas inclu...
Pjotr Prins
2017-11-11
Fix compiler warnings
Pjotr Prins
2017-10-18
Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation)
Pjotr Prins
2017-10-14
Travis
Pjotr Prins
2017-10-14
More travis
Pjotr Prins
2017-10-14
Travis fixes
Pjotr Prins
2017-10-14
Older openblas does not like blasint
Pjotr Prins
2017-10-14
More disabling of eigenlib (faster compilation) and avoid OPENBLAS_CONST whic...
Pjotr Prins
2017-10-13
Refactored debug settings
Pjotr Prins
2017-10-13
Replacing first dgemm - tests fail
Pjotr Prins
2017-10-13
OpenBlas: preparing for dgemm use
Pjotr Prins