benchmark
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
ctest
Used the environment variable OPENBLAS_NUM_THREADS to set the number of threads in test.
2011-01-24 18:11:35 +00:00
driver
changed library name to openblas and modified environment variable.
2011-01-24 17:58:05 +00:00
exports
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
interface
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
kernel
fixed a bug in drot whe incx or incy equals to zero.
2011-02-16 23:35:41 +08:00
lapack
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
reference
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
test
Used the environment variable OPENBLAS_NUM_THREADS to set the number of threads in test.
2011-01-24 18:11:35 +00:00
utest
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
2011-02-16 17:33:06 +08:00
.gitignore
Updated gitignore.
2011-02-16 17:37:48 +08:00
GotoBLAS_00License.txt
rename documents in GotoBLAS.
2011-01-24 15:57:23 +00:00
GotoBLAS_01Readme.txt
rename documents in GotoBLAS.
2011-01-24 15:57:23 +00:00
GotoBLAS_02QuickInstall.txt
rename documents in GotoBLAS.
2011-01-24 15:57:23 +00:00
GotoBLAS_03FAQ.txt
rename documents in GotoBLAS.
2011-01-24 15:57:23 +00:00
GotoBLAS_04FAQ.txt
rename documents in GotoBLAS.
2011-01-24 15:57:23 +00:00
GotoBLAS_05LargePage.txt
rename documents in GotoBLAS.
2011-01-24 15:57:23 +00:00
GotoBLAS_06WeirdPerformance.txt
rename documents in GotoBLAS.
2011-01-24 15:57:23 +00:00
LICENSE
Added OpenBLAS docs.
2011-01-24 16:05:00 +00:00
Makefile
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
2011-02-16 17:33:06 +08:00
Makefile.alpha
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.generic
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.getarch
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.ia64
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.mips64
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.power
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.rule
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
2011-02-16 17:33:06 +08:00
Makefile.sparc
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.system
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
2011-02-16 17:33:06 +08:00
Makefile.tail
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.x86
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
Makefile.x86_64
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
README
Updated readme for cross compiling.
2011-01-25 16:52:36 +08:00
c_check
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
cblas.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_alpha.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_c.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_d.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_ia64.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_interface.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_lapack.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_level1.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_level2.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_level3.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_linux.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_macro.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_mips64.h
Modified the unsupported instruction on Loongson3A. Closed #1 OpenBLAS could run on Loongson3A now.
2011-01-25 17:34:47 +08:00
common_param.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_power.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_q.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_reference.h
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
2011-02-16 17:33:06 +08:00
common_s.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_sparc.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_thread.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_x.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_x86.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_x86_64.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
common_z.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
cpuid.S
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
cpuid.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
cpuid_alpha.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
cpuid_ia64.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
cpuid_mips.c
Added the configures of loongson 3a. refs #1
2011-01-24 22:45:35 +00:00
cpuid_power.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
cpuid_sparc.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
cpuid_x86.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
ctest.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
ctest1.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
ctest2.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
f_check
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
ftest.f
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
ftest2.f
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
getarch.c
fixed a typo.
2011-01-25 15:55:56 +08:00
getarch_2nd.c
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
l1param.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
l2param.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
make.inc
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
param.h
Added the configures of loongson 3a. refs #1
2011-01-24 22:45:35 +00:00
patch.for_lapack-3.1.1
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
quickbuild.32bit
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
quickbuild.64bit
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
quickbuild.win32
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
quickbuild.win64
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
symcopy.h
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00
version.h
changed library name to openblas and modified environment variable.
2011-01-24 17:58:05 +00:00