summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-13 18:08:13 +0200
committerhaawda2017-07-13 18:08:13 +0200
commit2d34abcc3f4a7d0ba7eac96181d5e1eabd01191e (patch)
treeab879fadcfc5b4da791f57d38155b8b22958f9e6 /PKGBUILD
parent86e9be4f9cbdf76f4f7f548b3cf2f57e1aaf1874 (diff)
downloadaur-2d34abcc3f4a7d0ba7eac96181d5e1eabd01191e.tar.gz
Updated version (0.2.1.128.g70cc825b -> 0.2.1.130.g72c8b49b).
Changelog ========= 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) 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) Version file update (0.2.2) (940a707a) Fixed a trsm1m bug that affected right-side cases. (d5a5e003) Merge branch 'master' into 1m (e80993e7) README.md update. (ca3a7924) Minor updates to test/3m4m. (6e7de6ef) Whitespace reformatting to armv8a kernels file. (f484c6cd) Merge branch 'master' into 1m (a509fbd5) Disabled experiment-related 1m code. (69b4846a) Merge pull request #118 from devinamatthews/master (513944e4) Handle k=0 correctly in KNL dgemm ukernel. (0e18f68c) Merge pull request #117 from devinamatthews/master (8b462a0e) Cast dim_t and inc_t parameters to 64-bit in KNL microkernels. (7d42fc07) Added missing "level-0" BLAS [sd]cabs1_(). (c362afc5) Fixed a minor bug in configure (issue #114). (018180c9) Merge pull request #113 from devinamatthews/knl_thread_params (ddf45e71) Change default threading parameters for KNL. (78e1b16e) Added 1m-specific APIs for bp, pb gemm algorithms. (1c732d3d) Merge pull request #111 from figual/master (a6ab91bc) Fixed missing cntx argument in ARMv8 microkernels. (7f31a630) Implemented the 1m method. (126482a3) Switched to simpler trsm_r implementation. (145a551d) Reimplemented 4x12 haswell ukernels (real only). (b3e58ee3) Adjusted stride selection of ct in macrokernels. (bdc0a264) Fixed inactive trsm_r blocksize constraint code. (031978d2) Merge pull request #109 from devinamatthews/omp_num_threads (6b5a4032) - Fix typo in bli_cntx.c - Bump BLIS_DEFAULT_NR_THREAD_MAX to 4 (a8220e3a) Add automatic loop thread assignment. (c05b3862) Consolidated 3m1/4m1 gemmtrsm, trsm ukernel code. (3b524a08) Merge pull request #108 from devinamatthews/patch-2 (ead231ac) Allow KNL to fail (62987f60) Fix some problems with OSX builds: (8f901054) Can disable trsm_r-specific blocksize constraints. (d25e6f8b) Bogus commit (1a67e368) Some fixes for .travis.yml (2cd82d67) Update .travis.yml with additional tests (a3db4e6b) Updates to non-default haswell microkernels. (8a11a217) Align strides of ct in macrokernels to that of c. (618f4331) never use libm with Intel compilers (c2c91e09) Merge pull request #105 from devinamatthews/knl (63039100) Fix up for merge to master. (216206c1) Merge branch 'master' into knl (11eb7957) Don't use %rbp in KNL packing kernels. (cd5b6681) Merge pull request #104 from devinamatthews/misspellings (956b3edf) Add flexible options for thread model (pthread/posix for pthreads etc.). (0662a3c1) Merge pull request #103 from devinamatthews/patch-1 (b7e41d71) Change .align to .p2align in Bulldozer ukernels (5117d444) Merge pull request #93 from ShadenSmith/config_check (4bd905bd) Fixed multithreading compilation bug in 970745a. (936d5fdc) Removed auto-prototyping of malloc()/free() substitutes. (8feb0f85) Reorganized typedefs to avoid compiler warnings. (970745a5) Added disabled code to print thrinfo_t structures. (28b2af8a) Fixed a configure -t omp/openmp bug from fd04869. (11eed3f6) Removed previously renamed/old files. (9cda6057) Fixed bli_gemm() segfault on empty C matrices. (22377abd) Fixed segfault in bli_free_align() for NULL ptrs. (0b571cd9) CHANGELOG update (0.2.1) (4fb9b4ef) Adds sanity check to configuration choice. (7f32dd57) Add prefetchw to 30x8 kernel. (c8e4ef93) Merge remote-tracking branch 'origin/knl' into knl (4b5a2f3d) Add (new) 30x8 KNL kernel and fix non-scatter prefetch bug. (380736bf) Try prefetchw[t1] instead of regular prefetch for C. (9f52a587) This version gets ~1550 GFLOPs on KNL wuth 16x4. (8945a151) Switch back to 24x8. I could only squeeze 24.5GFLOP out of 8x24, and scalability is not improved. (6ce4c022) Try an 8x24 kernel for the hell of it. (b8f2b555) Allocate pack buffer on MCDRAM for KNL. (7ede5863) Merge branch 'knl' of github.com:devinamatthews/blis into knl (ad89ed2e) This version gets ~26GF on one core. (2c9de740) Add optimized packing kernels for KNL. (81e2b05f) All fixed. (a7d8ca97) Add 24xk pack kernel. (963d0393) In the midst of debugging. (117b7673) Fix some row/column confusion. (8c0a4fd1) Simplify displacements -- clang assembler was badly botching EVEX compressed displacements giving false alarms for instruction length. (c44f9f96) Minor fixes for 8x24 KNL kernel. (e0cce177) Switch to 24x8 kernel, unrolled by 16. (65735bbe) Add 24x8 "KNC-style" kernel for KNL. (45d5dc97) Add 4x unrolled variant for KNL microkernel. (8ff2e069) Git rid of one RBX update. (9cb2ed9b) Add some more knobs to twiddle for KNL microkernel. (451bde07) Make knl conform to new kernel dir structure. (8c6e621c) Merge remote-tracking branch 'origin/master' into knl (ce7214c6) Add 8x24 KNL kernel. (119d0399) Merge remote-tracking branch 'origin/master' into knl (b58cda9e) Add new KNL microkernel derived from Haswell. (318f063d) Fix SIMD definitions in KNL config, and a couple of fixes to C update. (e3bd5ca6) Move bli_kernel.h before bli_threading.h in order of inclusion in blis.h. (4fe02e3d) Merge branch 'move_simd_defs' into knl (619dee0d) Merge branch 'master' into knl (b790b3d9) Rearrange KNL dgemm kernel again to streamline usage of ymm register. sgemm and dgemm now both working with Intel SDE. (4f8c05c9) Work around missing VPMULLQ on KNL. (7193230f) Fix copy-paste errors in KNL kernels. (bd44cf13) Add sgemm ukernels for KNL. vpmullq is not implemented on KNL -- needs workaround. (a11eec05) Merge remote-tracking branch 'origin/master' into knl (c38e0dab) Merge remote-tracking branch 'origin/knl' into knl (bd5e2296) Add 64-bit offset vector so we can use vgatherqpd. (4745def0) KNL ukernel compiles with gcc. (49f85177) Rewrite of KNL kernel in GNU extended asm syntax. (58b2c3cf) Translated MIC kernel to KNL and cleaned up a bit. Only real change is lack of swizzle modifiers for FMA instructions (used bcast from memory instead). (dd856c2c) Copy mic kernel to knl for transliteration. (7f27431d) Merge branch 'master' into const_correctness (f8f02f03) Merge branch 'master' into const_correctness (32c92d94) Merge branch 'master' into const_correctness (62914ccb) Add missing const to bli_read_nway_from_env. (bbf704bf) Set default value for debug_type variable. (a4d77297) Add const correctness to auxinfo_t struct (microkernels need update theoretically). (0e2447fa)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cf724d2e392..e1a7430941aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.2.1.128.g70cc825b
+pkgver=0.2.1.130.g72c8b49b
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('i686' 'x86_64')