Skip to content

Releases: michael-lehn/ulmBLAS

ulmBLAS-0.1.2

01 Jun 20:54
Compare
Choose a tag to compare

Packing of a MC x KC matrix block in A to buffer. With zero padding.

ulmBLAS-0.1.1

01 Jun 20:06
Compare
Choose a tag to compare

Packing of a MR x k panel from matrix A to buffer (without padding). Implementation prototype resides in playground/

ulmBLAS-0.1.0

01 Jun 15:28
Compare
Choose a tag to compare

Initial state for the exercise: We have a working dgemm reference implementation.

ulmBLAS-0.0.11

14 May 23:04
Compare
Choose a tag to compare

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

14 May 22:41
Compare
Choose a tag to compare
  • 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

14 May 16:14
Compare
Choose a tag to compare

Completed the port of refblas

ulmBLAS-0.0.8

14 May 15:45
Compare
Choose a tag to compare

Suggested solution for proper port of idamax.f to ulmBLAS.

ulmBLAS-0.0.7

14 May 15:28
Compare
Choose a tag to compare

Suggested solution for proper port of dscal.f and dswap.f to ulmBLAS.

Fixed daxpy.c

ulmBLAS-0.0.6

14 May 13:57
Compare
Choose a tag to compare

Suggested solution for proper port of dnrm2.f to ulmBLAS

ulmBLAS-0.0.5

14 May 13:31
Compare
Choose a tag to compare

Suggested solution for proper port of dopy.f to ulmBLAS