summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-30 20:53:56 +0100
committerhaawda2017-10-30 20:53:56 +0100
commit93006c66088efcba42b643149f513d2532fc663d (patch)
tree90c3ebe173e02f3f3ab0111ef73f75db8a917d7d
parent03253911546896fae250e49df68008fb0c031722 (diff)
downloadaur-93006c66088efcba42b643149f513d2532fc663d.tar.gz
Updated version (0.2.2.54.g37534279 -> 0.2.2.55.gf60c827b).
Changelog ========= Fix CVECFLAGS for bulldozer config. (f60c827b) Removed a duplicate bli_avx512_macros.h header. (37534279) Fixed a pthread typo in previous commit. (e02d3cb8) Fixed bugs in gemm/gemmtrsm ukr tests in testsuite. (f5962a1a) Updated bibtex info for BLIS5 (3m4m) article. (8e917b25) Merge pull request #150 from devinamatthews/vzeroupper (adafe974) Add vzeroupper to Intel AVX kernels. (7dc78b49) Removed trailing enum commas from bli_type_defs.h. (f86ce54d) Added edge handling to _determine_blocksize_b(). (60a1eeb2) Fixed a minor bug in level-3 packm management. (b01c8082) Merge pull request #146 from devinamatthews/master (05925dd5) Change lsame_ signature to match lapacke. (cecdc05d) Fixed pthreads compile bug with previous commit. (803bbef0) Moved 'family' field from cntx_t to cntl_t. (c63980f4) Merge pull request #139 from Maratyszcza/emscripten (07837395) Merge branch 'master' into emscripten (ad8610b4) Merge pull request #144 from devinamatthews/fix_atomics_on_bgq (ca1d1d85) Clang can't make up it's mind what to support. (733faf84) Add default #define for __has_extension. (7425d074) Merge pull request #133 from devinamatthews/haswell-packdim (b537b5bb) Add fallbacks to __sync_* or __c11_atomic_* builtins when __atomic_* is not supported. Fixes #143. (8823f91a) Updated ar option list used by all configurations. (1f1ec0db) Added --force-version=STRING option to configure. (5caaba2d) Updated openmp/pthread barriers with GNU atomics. (13175c5f) Added API to set mt environment variables. (0e58ba1b) Fix Emscripten builds (8772a0b3) Merge pull request #138 from hominhquan/membrk_set_free_fp (72c8b49b) set missing free_fp in bli_membrk_init for free-ing GEN_USE buffers (ba7cada5) Update LICENSE (70cc825b) Add new SSI acknowledgment (cf54c77b) PACKDIM_MR=8 didn't work out, but messing with the prefetching helps 2%. (7f41bb0a) Revert "Change PACKDIM_MR (double) for haswell to 8." (d87614af) Change PACKDIM_MR (double) for haswell to 8. (681eec91) Restored deleted lines from makefile fragments. (6e04f9df) Change to /bin/sh. (ec5c0c04) Remove shebangs from makefiles. (555ddc30) Merge pull request #128 from iotamudelta/master (f26bd7f4) Fix if/else structure. Thanks to TravisCI. (169fb05f) Restore version. (0579dfea) Mark piledriver compilable w/ clang. (a75b05c2) Mark bulldozer compilable w/ clang. (7541d46e) Correct error message. (91f89707) Indeed once can compile for carrizo also using clang. (f5131e1e) A bunch of shebang fixes from unportable /bin/bash to portable /usr/bin/env bash (5fa4e943) Merge pull request #127 from devinamatthews/fix_blis_nt_xx (cbf8710a) Fixed a bug in norm1v, norm1m. (cf39d3ef) Merge pull request #121 from jeffhammond/not-real-knl (79948512) Setting any one of BLIS_NT_[IJ][CR] overrides BLIS_NUM_THEADS. Missing BLIS_NT_XX's are defaulted to 1. Fixes #123. (fdc66f12) Merge branch 'master' of github.com:flame/blis (773a24ef) Disable complex 3m/4m in testsuite by default. (dd58c954) allow KNL build without hbwmalloc.h (i.e. emulated) (0df3541f) Merge pull request #107 from jeffhammond/intel-compilers-no-use-libm (b8854259) Fixed stray parentheses in README citations. (43007f7b) CHANGELOG update (0.2.2) (a4f1d0b8) never use libm with Intel compilers (c2c91e09)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d85172a390a..ed0c4d07b98c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 18 20:36:04 UTC 2017
+# Mon Oct 30 19:53:56 UTC 2017
pkgbase = blis-git
pkgdesc = BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group
- pkgver = 0.2.2.54.g37534279
+ pkgver = 0.2.2.55.gf60c827b
pkgrel = 1
url = https://github.com/flame/blis
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 15bafd8b5ae1..1b95d83765fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.2.2.54.g37534279
+pkgver=0.2.2.55.gf60c827b
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('i686' 'x86_64')