Releases: michael-lehn/ulmBLAS
ulmBLAS-0.1.2
Packing of a MC x KC matrix block in A to buffer. With zero padding.
ulmBLAS-0.1.1
Packing of a MR x k panel from matrix A to buffer (without padding). Implementation prototype resides in playground/
ulmBLAS-0.1.0
Initial state for the exercise: We have a working dgemm reference implementation.
ulmBLAS-0.0.11
Added the level 1 benchmark suite from ATLAS. In level1/ we now create to versions of our ulmBLAS implementation. One of them pretends to be ATLAS. So instead of comparing ATLAS with REFBLAS it compares ULMBLAS with REFBLAS.
ulmBLAS-0.0.10
- Macro for adding pre-/suffix to BLAS function names
- Each function now has a F77 interface that calls an internal C interface
ulmBLAS-0.0.9
Completed the port of refblas
ulmBLAS-0.0.8
Suggested solution for proper port of idamax.f to ulmBLAS.
ulmBLAS-0.0.7
Suggested solution for proper port of dscal.f and dswap.f to ulmBLAS.
Fixed daxpy.c
ulmBLAS-0.0.6
Suggested solution for proper port of dnrm2.f to ulmBLAS
ulmBLAS-0.0.5
Suggested solution for proper port of dopy.f to ulmBLAS