Commit Graph

19 Commits

Author SHA1 Message Date
praveeng
f2e7ea113a conflicts merge for bli_kernel.h
Change-Id: I15d846bd34e11f86ebfd7ed091ff671a1f3366a0
2016-10-06 12:35:30 +05:30
Shaden Smith
e1453f68f6 Fixes broken URL in README.md 2016-09-16 09:29:28 -05:00
Field G. Van Zee
b922d75634 Avoid compiling BLAS/CBLAS files when disabled.
Details:
- Updated the top-level Makefile, build/config.mk.in template, and
  configure script so that object files corresponding to source files
  belonging to the BLAS compatibility layer are not compiled (or archived)
  when the compatibility layer is disabled. (Same for CBLAS.) Thanks
  to Devin Matthews for suggesting this optimization.
- Slight change to the way configure handles internal variables. Instead
  of converting (overwriting) some, such as enable_blas2blis and
  enable_cblas, from a "yes" or "no" to a "1" or "0" value, the latter are
  now stored in new variables that live alongside the originals (with the
  suffix "_01").  This is convenient since some values need to be
  sed-substituted into the config.mk.in template, which requires "yes" or
  "no", while some need to be written to the bli_config.h.in template,
  which requires "0" or "1".

Updated BLIS4 TOMS citation in README.md.

Added complex gemm micro-kernels for haswell.

Details:
- Defined cgemm (3x8) and zgemm (3x4) micro-kernels for haswell-based
  architectures. As with their real domain brethren, these kernels perfer
  row storage, (though this doesn't affect most users due to high-level
  optimizations in most level-3 operations that induce a transpose to
  whatever storage preference the kernel may have).

Change-Id: I512ab90784ecbb7cdaee24928d2ccebb544ba5c1
2016-09-15 12:24:07 +05:30
Field G. Van Zee
abd61f9fa7 Updated BLIS4 TOMS citation in README.md. 2016-08-30 12:34:19 -05:00
praveeng
117f883851 Revert commits 357c990bdd
Change-Id: I12a34456d7eed93fda4369e76bcddb42ba7ccb99
2016-07-28 17:30:53 +05:30
praveeng
2fcdc28f10 Revert commits 8aee306
Change-Id: I3dd999c77c6779332a40dbb84371ca487216f189
2016-07-28 17:30:53 +05:30
praveeng
1b5d104afe removed changes from readme file which are giving confilcts
Change-Id: Ic71ad1313e1404fed444e899466043704d875af6
2016-07-28 17:30:52 +05:30
praveeng
d81273047b first commit
Change-Id: Ib50c81acda3b2c1583da3d421efc0ca547ef68e2
2016-07-28 17:30:04 +05:30
praveeng
65905c3011 small modification to readme for git push test
Change-Id: I68506a49586b07eaa907f3f85304ee40d4c92d0a
2016-07-28 17:28:55 +05:30
praveeng
23cca231be first commit
Change-Id: Ib50c81acda3b2c1583da3d421efc0ca547ef68e2
2016-07-28 17:26:49 +05:30
praveeng
922e309170 small modification to readme for git push test
Change-Id: I68506a49586b07eaa907f3f85304ee40d4c92d0a
2016-07-28 17:26:49 +05:30
Field G. Van Zee
413d62aca2 README update (use official ACM TOMS links). 2016-07-12 15:02:52 -05:00
Field G. Van Zee
dfa431f696 README update (BLIS2 TOMS article now in-print). 2016-07-12 14:21:19 -05:00
Jeff Hammond
33557eccca add Travis CI build status icon to the README 2015-11-02 12:18:43 -08:00
Field G. Van Zee
276da36618 Minor formatting change to README.md. 2015-10-12 11:43:03 -05:00
Field G. Van Zee
d17057446f Added "Getting Started" section to README.md.
Details:
- Added section to README.md file containing links to wikis with brief
  descriptions.
2015-10-12 11:39:49 -05:00
Field G. Van Zee
e7e1f2f7b6 Minor updates to CREDITS, README files. 2015-10-02 16:51:52 -05:00
Field G. Van Zee
55329906ec Minor edits to README.md, testsuite.
Details:
- Fixed typos in README.md.
- Fixed column heading alignment for testsuite when matlab output is
  enabled.
- Minor updates to test/3m4m/runme.sh and test/3m4m/Makefile.
2015-09-26 20:47:19 -05:00
Field G. Van Zee
bbebdb5793 Replaced README with README.md.
Details:
- Replaced the old (and short) README file with a much more comprehensive
  version written in github-flavored markdown. The new file is based on
  content taken from the old Google Code homepage.
2015-09-25 14:47:27 -05:00