mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Details: - Added 10xk, 12xk, 14xk, and 16xk reference kernels for packm and unpackm. - Updated bl2_[un]packm_cxk() to silently use scal2m if "out of range" kernel size is requested. (Thanks to Tyler for finding this bug.) - Updated bl2_kernel.h to contain new _KERNEL definitions, according to above changes, for 'reference' and 'clarksville' configurations. - Updated CHANGELOG. - Removed "output*.m" from .gitignore.
33 lines
329 B
Plaintext
33 lines
329 B
Plaintext
# -- generic files to ignore --
|
|
|
|
# emacs backup files
|
|
*~
|
|
# vim backup files
|
|
*.swp
|
|
|
|
# -- compiler-related --
|
|
|
|
# object files
|
|
*.o
|
|
# static library archives
|
|
*.a
|
|
# test executables
|
|
*.x
|
|
|
|
# -- build system files --
|
|
|
|
config.mk
|
|
|
|
# -- directories with build products --
|
|
|
|
lib
|
|
obj
|
|
|
|
# -- makefile fragments --
|
|
|
|
.fragment.mk
|
|
|
|
# -- misc. --
|
|
|
|
|