This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From e4ef9352795f04865352d1ddcda7e6ac5371348b Mon Sep 17 00:00:00 2001 | |
From: Zaheer Chothia <[email protected]> | |
Date: Sun, 20 Jan 2013 21:53:52 +0100 | |
Subject: [PATCH] Refs #185. Add missing 'const' to declarations in <cblas.h>. | |
Thanks to Dan Povey! | |
The 'const' modifications were done automatically using this scripts: | |
https://kaldi.svn.sourceforge.net/svnroot/kaldi/sandbox/dan/tools/for_openblas | |
--- | |
Makefile | 2 +- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// AVX CPU dispatching - based on Agner Fog's C++ vector class library: | |
// http://www.agner.org/optimize/vectorclass.zip | |
#include <stdio.h> | |
#include <stdbool.h> | |
//------------------------------------------------------------------------------ | |
//>> BEGIN <instrset.h> | |
// Detect 64 bit mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/xianyi/OpenBLAS/issues/83 | |
// | |
// gcc -O0 -g3 -ggdb3 -std=gnu99 -Iinstall\include zc_gemm_magic5.c -o zc_gemm_magic5 -l:install\lib\libopenblas.lib | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <openblas/cblas.h> |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone https://github.com/xianyi/OpenBLAS.git openblas_sandybridge.git | |
$ git checkout -t origin/sandybridge | |
$ git describe --tags | |
v0.1.1-40-g996dc6d | |
$ make 2>&1 | tee build.log | |
ln -fs libopenblas_sandybridgep-r0.1.1.lib libopenblas.lib | |
ln: creating symbolic link `libopenblas.lib' to `libopenblas_sandybridgep-r0.1.1.lib': No such file or directory | |
make: [libs] Error 1 (ignored) | |
for d in interface driver/level2 driver/level3 driver/others kernel ; \ | |
do if test -d $d; then \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ade1b8379ef0b2c24f67c216ce97a0666aee2aa8 Mon Sep 17 00:00:00 2001 | |
From: Zaheer Chothia <[email protected]> | |
Date: Thu, 26 Apr 2012 21:13:18 +0100 | |
Subject: [PATCH] c_check/f_check: strip quotes from detected flags | |
--- | |
c_check | 2 ++ | |
f_check | 2 ++ | |
2 files changed, 4 insertions(+) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 5820e897d2dff52255d6229cb8238e4f9d21ff89 Mon Sep 17 00:00:00 2001 | |
From: Zaheer Chothia <[email protected]> | |
Date: Sun, 22 Apr 2012 21:16:03 +0200 | |
Subject: [PATCH] cblas: compatibility for compilers without C99 complex | |
number support (e.g. Visual Studio) | |
--- | |
Makefile.install | 2 +- | |
cblas.h | 18 +++++++++--------- | |
common.h | 22 ++++++++++++++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cpuid | |
CPU 0: | |
vendor_id = "GenuineIntel" | |
version information (1/eax): | |
processor type = primary processor (0) | |
family = Intel Pentium Pro/II/III/Celeron/Core/Core 2/Atom, AMD Athlon/Duron, Cyrix M2, VIA C3 (6) | |
model = 0xf (15) | |
stepping id = 0x2 (2) | |
extended family = 0x0 (0) | |
extended model = 0x2 (2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 526b06097d730f7d951c99b7f738496a9b21cd65 Mon Sep 17 00:00:00 2001 | |
From: Zaheer Chothia <[email protected]> | |
Date: Sun, 22 Apr 2012 22:38:10 +0200 | |
Subject: [PATCH] Refs #93. Upgraded LAPACK to 3.4.1 version. | |
--- | |
Makefile | 82 ++--- | |
Makefile.system | 2 +- | |
exports/gensymbol | 6 +- | |
patch.for_lapack-3.4.1 | 932 ++++++++++++++++++++++++++++++++++++++++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 26c35fd278ed7f0047f809316f55acdd5b9b207d Mon Sep 17 00:00:00 2001 | |
From: Zaheer Chothia <[email protected]> | |
Date: Sat, 7 Apr 2012 10:40:46 +0200 | |
Subject: [PATCH] Build LAPACKE: C Interface to LAPACK. | |
--- | |
Makefile | 93 ++- | |
Makefile.install | 7 + | |
Makefile.rule | 3 + | |
Makefile.system | 8 + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ee65c01335b9c7348ebf4caa786b10200c685acf Mon Sep 17 00:00:00 2001 | |
From: Zaheer Chothia <[email protected]> | |
Date: Sat, 7 Apr 2012 10:39:09 +0200 | |
Subject: [PATCH] Export missing and new LAPACK 3.4.0 functions in shared | |
library. | |
--- | |
exports/gensymbol | 96 ++++++++++++++++++++++++++++++++++++---------------- | |
1 files changed, 66 insertions(+), 30 deletions(-) |