Martin Kroeker
416c324fae
Update test_dotu.c
8 years ago
Martin Kroeker
9e543b2076
Update utest_main2.c
8 years ago
Martin Kroeker
b1056278ea
Update utest_main2.c
8 years ago
Martin Kroeker
832b145999
Pick zdotu interface based on OPENBLAS_COMPLEX_STRUCT
8 years ago
Martin Kroeker
eb52bdbea2
Update utest_main2.c
8 years ago
Martin Kroeker
bec2748c6a
Update utest_main2.c
8 years ago
Martin Kroeker
950940055d
Update test_dotu.c
8 years ago
Martin Kroeker
c69bc4ef89
Use generic sswap/dswap kernels for NEHALEM 32bit
to fix fault found by the restored swap utest
8 years ago
Martin Kroeker
914f168527
Add files via upload
8 years ago
Martin Kroeker
77312a5c41
CTEST_ADD tests and change complex double again
8 years ago
Martin Kroeker
9309d570f7
Update test_dotu.c
8 years ago
Martin Kroeker
854057c9f9
Fix typos and prototype in MSVC dotu test
8 years ago
Martin Kroeker
06baf1cf2f
Modify test_dotu for MSVC
8 years ago
Martin Kroeker
b7f26f6717
Use RETURN_BY_STACK interface of zdotu
8 years ago
Martin Kroeker
157820b8c3
_DComplex -> _Dcomplex
8 years ago
Martin Kroeker
b49e5b44cf
Trying _DComplex instead of _Complex double
8 years ago
Martin Kroeker
526d664dc0
Replace int with blasint for INTERFACE64 builds
8 years ago
Martin Kroeker
26bef7c491
Fix initialization of complex variables for clang
8 years ago
Martin Kroeker
65f81e03d9
Merge branch 'develop' into utests
8 years ago
Martin Kroeker
df9b3523ef
Try fork test on Cygwin and Linux only
seems to hang on at least ARMv8/Android as well
8 years ago
Martin Kroeker
63ba1aa8b7
Fix declarations
8 years ago
Martin Kroeker
df06c59ee4
Restore the remaining utests
8 years ago
Martin Kroeker
0391c07b17
Merge pull request #1457 from martin-frbg/issue1456
test_fork is not meant to be run (nor expected to work) with OpenMP
8 years ago
Martin Kroeker
f4b095b1bb
test_fork is not meant (nor expected) to be run with OpenMP
Fixes 1456
8 years ago
Martin Kroeker
6940c59a88
Merge pull request #1454 from martin-frbg/issue1452
Keep the flag handling separate from the scaling loops in rotmg
8 years ago
Martin Kroeker
42514fa24c
Merge pull request #1449 from martin-frbg/armv8
Enable assembly kernels for the generic ARMV8 target and treat CortexA53,A72 as A57
8 years ago
Martin Kroeker
650077074a
Add tests for rotmg
8 years ago
Martin Kroeker
fe16a94fc2
Add rotmg tests for CMAKE MSVC+CLANG build
8 years ago
Martin Kroeker
632b8e0f05
Merge current Makefile from develop
8 years ago
Martin Kroeker
a1bc0fcf07
Resurrect utest for rotmg and add testcase for issue 1452
8 years ago
Martin Kroeker
0464aa6784
Remove debug printfs
8 years ago
Martin Kroeker
55840f0bc9
Keep the flag handling separate from the scaling loops
Fixes #1452 and is more in line with how ATLAS does it. The earlier fix from #356 only moved the bug elsewhere, but we will never want the iterative rescaling to change the dflag setting and variable associations with each cycle.
8 years ago
Martin Kroeker
a7485f3222
Merge pull request #1453 from martin-frbg/netlib228
Remove spurious EXTERNAL reference
8 years ago
Martin Kroeker
d31f62cf02
Merge pull request #1450 from embray/cygwin/forking
Fix issues with forking on Cygwin
8 years ago
Martin Kroeker
150c7294a6
Remove spurious EXTERNAL reference
From Reference-LAPACK issue 228, remove spurious EXTERNAL reference to unused and nonexistent function xLACGV that could cause linking problems.
8 years ago
Erik M. Bray
8f5f614615
On Cygwin use mmap instead of Windows native allocation functions, which are not fork-safe.
8 years ago
Erik M. Bray
f5fc109fbd
Perform blas_thread_shutdown with pthread_atfork() on Cygwin
Even if we're directly using the win32 threading driver and not pthreads,
pthread_atfork still works fine to register a pre-fork handler, and is
necessary to restore the threading server to a pre-initialized state.
8 years ago
Erik M. Bray
ce2028b425
Rewrite this test to work with ctest and re-enable it on the appropriate platforms (including Cygwin, which has fork())
8 years ago
Martin Kroeker
b47e6822aa
Enable most assembly kernels in the generic ARMV8 target
ref #1439
8 years ago
Martin Kroeker
0ae5e14923
Detect CORTEX A53 and A72 as CORTEXA57
8 years ago
Martin Kroeker
95f2cea45b
Merge pull request #1447 from martin-frbg/sparcfix
Generate CHAR_CORENAME for SPARC
8 years ago
Martin Kroeker
e3c50643bb
Fix my copypaste blunder with get_corename
8 years ago
Martin Kroeker
efa84afd00
Use get_corename for SPARC as well
8 years ago
Martin Kroeker
d1b512a01a
Return a corename for SPARC
8 years ago
Martin Kroeker
e0b02789ff
Merge pull request #1445 from quickwritereader/develop
small fix inside ifdef z13mvc . (z13mvc code is not used in production)
8 years ago
Abdelrauf
60596a1abc
Merge branch 'develop' into develop
8 years ago
Abdelrauf
afd514c25d
small fix inside ifdef z13mvc . (z13mvc code is not used in production)
8 years ago
Martin Kroeker
25c7e3992f
Merge pull request #1443 from martin-frbg/sparcfix
Also #define SPARC in config.h when autodetecting
8 years ago
Martin Kroeker
f45776ec1f
Merge pull request #1440 from quickwritereader/develop
small corrections
8 years ago
Martin Kroeker
e388459a27
Merge pull request #1419 from brada4/develop
Initialize unitialized values for repeated calls
8 years ago