Commit Graph

  • 2359c7c1a9
    Use .p2align instead of .align for portability Martin Kroeker 2018-02-24 17:50:13 +0100
  • 7646974227
    Limit the additional locking from PRs 1052,1299 to non-OpenMP multithreading Martin Kroeker 2018-02-21 11:45:33 +0100
  • a8cc6b365d Minor fixes Andrew 2018-02-20 20:31:15 +0100
  • e3a80e6aa8
    Merge pull request #1466 from xianyi/revert-1464-issue1461 Martin Kroeker 2018-02-20 17:17:38 +0100
  • 8866e393a2
    Revert "Add locks only for non-OPENMP multithreading" revert-1464-issue1461 Martin Kroeker 2018-02-20 17:17:12 +0100
  • a8b2e9c412
    Merge a5c9b4e7e0 into 9e87e6f3d8 Martin Kroeker 2018-02-20 15:36:06 +0000
  • a5c9b4e7e0
    Update memory.c Martin Kroeker 2018-02-20 16:36:03 +0100
  • 6fb5b73320
    Restore some unconditional locks from 0.2.19 Martin Kroeker 2018-02-20 15:39:03 +0100
  • 9e87e6f3d8
    Merge pull request #1464 from martin-frbg/issue1461 Martin Kroeker 2018-02-20 14:08:24 +0100
  • 3119b2ab4c
    Add locks only for non-OPENMP multithreading Martin Kroeker 2018-02-20 12:17:18 +0100
  • e7366a4161
    Restore the remaining utests (#1462) Martin Kroeker 2018-02-20 10:07:17 +0100
  • 4a1f8a26c1
    Remove printfs Martin Kroeker 2018-02-20 08:06:08 +0100
  • 1daab20180
    Update CMakeLists.txt Martin Kroeker 2018-02-19 22:07:00 +0100
  • ab88156e94
    Remove zdotu test for ms c to work around travis error Martin Kroeker 2018-02-19 21:12:25 +0100
  • 31927f6674
    Restore zdotu test Martin Kroeker 2018-02-19 21:08:33 +0100
  • 20405eb2a2
    Disable zdotu test with MS C compiler for now Martin Kroeker 2018-02-19 18:59:19 +0100
  • 6ab729631b
    Update test_dotu.c Martin Kroeker 2018-02-19 16:11:36 +0100
  • 23bf1b97c4
    Update test_dotu.c Martin Kroeker 2018-02-19 13:59:59 +0100
  • a980939fbf
    Update test_dotu.c Martin Kroeker 2018-02-19 09:26:15 +0100
  • 9bc4078457
    Disable zdotu test on Windows/MSVC for now Martin Kroeker 2018-02-19 07:43:01 +0100
  • 416c324fae
    Update test_dotu.c Martin Kroeker 2018-02-18 22:07:56 +0100
  • 9e543b2076
    Update utest_main2.c Martin Kroeker 2018-02-18 20:27:18 +0100
  • b1056278ea
    Update utest_main2.c Martin Kroeker 2018-02-18 17:05:37 +0100
  • 6c0f79b787
    Merge pull request #1463 from martin-frbg/rotmg2 Martin Kroeker 2018-02-18 15:12:42 +0100
  • 7cd7acf71e
    Merge pull request #1460 from martin-frbg/issue1425 Martin Kroeker 2018-02-18 15:12:20 +0100
  • 832b145999
    Pick zdotu interface based on OPENBLAS_COMPLEX_STRUCT Martin Kroeker 2018-02-18 13:21:15 +0100
  • 72f14a0363
    Fix conditionals in the rescaling against GAMSQ Martin Kroeker 2018-02-18 12:54:52 +0100
  • 53026dc63a
    Update single and double precision BLAS1 tests from LAPACK 3.8.0 Martin Kroeker 2018-02-18 12:44:14 +0100
  • 798f1595d5
    Fix condition in both second scaling loops Martin Kroeker 2018-02-18 12:37:09 +0100
  • eb52bdbea2
    Update utest_main2.c Martin Kroeker 2018-02-18 10:12:24 +0100
  • 2c0a008281 dgemm_ncopy_4_ save/restore the mslm 2018-02-18 04:16:38 +0400
  • bec2748c6a
    Update utest_main2.c Martin Kroeker 2018-02-17 23:07:37 +0100
  • 950940055d
    Update test_dotu.c Martin Kroeker 2018-02-17 23:00:25 +0100
  • c69bc4ef89
    Use generic sswap/dswap kernels for NEHALEM 32bit Martin Kroeker 2018-02-17 18:18:12 +0100
  • 914f168527
    Add files via upload Martin Kroeker 2018-02-17 18:16:34 +0100
  • 77312a5c41
    CTEST_ADD tests and change complex double again Martin Kroeker 2018-02-17 16:17:02 +0100
  • 9309d570f7
    Update test_dotu.c Martin Kroeker 2018-02-17 15:40:55 +0100
  • 854057c9f9
    Fix typos and prototype in MSVC dotu test Martin Kroeker 2018-02-17 13:52:56 +0100
  • 06baf1cf2f
    Modify test_dotu for MSVC Martin Kroeker 2018-02-17 12:13:01 +0100
  • c5425daa6b power8 ?gemm_tcopy save/restore the mslm 2018-02-16 09:56:08 +0400
  • b7f26f6717
    Use RETURN_BY_STACK interface of zdotu Martin Kroeker 2018-02-16 16:33:53 +0100
  • 157820b8c3
    _DComplex -> _Dcomplex Martin Kroeker 2018-02-16 14:15:04 +0100
  • b49e5b44cf
    Trying _DComplex instead of _Complex double Martin Kroeker 2018-02-16 14:12:28 +0100
  • 526d664dc0
    Replace int with blasint for INTERFACE64 builds Martin Kroeker 2018-02-16 12:35:28 +0100
  • 26bef7c491
    Fix initialization of complex variables for clang Martin Kroeker 2018-02-16 11:32:55 +0100
  • 65f81e03d9
    Merge branch 'develop' into utests Martin Kroeker 2018-02-16 09:43:44 +0100
  • df9b3523ef
    Try fork test on Cygwin and Linux only Martin Kroeker 2018-02-16 09:41:42 +0100
  • 63ba1aa8b7
    Fix declarations Martin Kroeker 2018-02-16 08:57:44 +0100
  • df06c59ee4
    Restore the remaining utests Martin Kroeker 2018-02-15 23:54:59 +0100
  • eaab622f03
    Make "OMP task depend" sections conditional on OpenMP4, not just OpenMP Martin Kroeker 2018-02-14 22:58:14 +0100
  • 3cda1ce50a
    Revert insiduous suppression of the -fopenmp flag in the LAPACK subtree Martin Kroeker 2018-02-13 22:44:45 +0100
  • 0391c07b17
    Merge pull request #1457 from martin-frbg/issue1456 Martin Kroeker 2018-02-11 23:13:18 +0100
  • f4b095b1bb
    test_fork is not meant (nor expected) to be run with OpenMP Martin Kroeker 2018-02-11 20:58:27 +0100
  • 6940c59a88
    Merge pull request #1454 from martin-frbg/issue1452 Martin Kroeker 2018-02-11 20:48:04 +0100
  • 42514fa24c
    Merge pull request #1449 from martin-frbg/armv8 Martin Kroeker 2018-02-11 20:47:49 +0100
  • 650077074a
    Add tests for rotmg Martin Kroeker 2018-02-10 14:18:21 +0100
  • fe16a94fc2
    Add rotmg tests for CMAKE MSVC+CLANG build Martin Kroeker 2018-02-10 14:17:41 +0100
  • 632b8e0f05
    Merge current Makefile from develop Martin Kroeker 2018-02-10 14:10:55 +0100
  • a1bc0fcf07
    Resurrect utest for rotmg and add testcase for issue 1452 Martin Kroeker 2018-02-10 12:48:03 +0100
  • 0464aa6784
    Remove debug printfs Martin Kroeker 2018-02-09 23:06:50 +0100
  • 55840f0bc9
    Keep the flag handling separate from the scaling loops Martin Kroeker 2018-02-09 23:00:03 +0100
  • a7485f3222
    Merge pull request #1453 from martin-frbg/netlib228 Martin Kroeker 2018-02-08 22:39:24 +0100
  • d31f62cf02
    Merge pull request #1450 from embray/cygwin/forking Martin Kroeker 2018-02-08 22:39:11 +0100
  • 150c7294a6
    Remove spurious EXTERNAL reference Martin Kroeker 2018-02-08 14:57:13 +0100
  • 8f5f614615 On Cygwin use mmap instead of Windows native allocation functions, which are not fork-safe. Erik M. Bray 2018-02-06 11:11:30 +0100
  • f5fc109fbd Perform blas_thread_shutdown with pthread_atfork() on Cygwin Erik M. Bray 2018-02-06 11:10:45 +0100
  • ce2028b425 Rewrite this test to work with ctest and re-enable it on the appropriate platforms (including Cygwin, which has fork()) Erik M. Bray 2018-02-06 11:07:56 +0100
  • b47e6822aa
    Enable most assembly kernels in the generic ARMV8 target Martin Kroeker 2018-02-06 11:42:58 +0100
  • 0ae5e14923
    Detect CORTEX A53 and A72 as CORTEXA57 Martin Kroeker 2018-02-06 11:38:18 +0100
  • 95f2cea45b
    Merge pull request #1447 from martin-frbg/sparcfix Martin Kroeker 2018-02-02 09:02:49 +0100
  • e3c50643bb
    Fix my copypaste blunder with get_corename Martin Kroeker 2018-02-01 22:06:04 +0100
  • ace9c9d13f
    Merge 25d4482253 into e0b02789ff Andrew 2018-02-01 20:41:39 +0000
  • 25d4482253 retire 3DNOW assembly Andrew 2018-02-01 21:36:08 +0100
  • efa84afd00
    Use get_corename for SPARC as well Martin Kroeker 2018-02-01 18:20:38 +0100
  • d1b512a01a
    Return a corename for SPARC Martin Kroeker 2018-02-01 18:15:15 +0100
  • e0b02789ff
    Merge pull request #1445 from quickwritereader/develop Martin Kroeker 2018-02-01 08:28:53 +0100
  • 60596a1abc
    Merge branch 'develop' into develop Abdelrauf 2018-01-31 16:17:04 -0800
  • 63c86dad06
    Merge 348d8d8dfa into 25c7e3992f Abdelrauf 2018-01-31 23:49:22 +0000
  • 348d8d8dfa
    Revert "small corrections" Abdelrauf 2018-01-31 15:36:45 -0800
  • afd514c25d small fix inside ifdef z13mvc . (z13mvc code is not used in production) Abdelrauf 2018-01-31 07:49:38 -0800
  • 25c7e3992f
    Merge pull request #1443 from martin-frbg/sparcfix Martin Kroeker 2018-01-31 23:49:01 +0100
  • f45776ec1f
    Merge pull request #1440 from quickwritereader/develop Martin Kroeker 2018-01-31 23:48:47 +0100
  • e388459a27
    Merge pull request #1419 from brada4/develop Martin Kroeker 2018-01-31 23:48:34 +0100
  • 0ac824f6a5
    Also #define SPARC in config.h when autodetecting Martin Kroeker 2018-01-31 22:02:00 +0100
  • f653e7a18d
    small fix Abdelrauf 2018-01-31 07:49:38 -0800
  • 4a6bf9e911 Merge 56df26fe82 into 09e397e4f1 xoviat 2018-01-30 20:50:32 +0000
  • 56df26fe82
    CMake: update message xoviat 2018-01-30 14:50:28 -0600
  • 2d107cd396
    CMake: check IPO supported for Fortran as well xoviat 2018-01-30 14:49:57 -0600
  • 2b84c3ecbc CMake: add backward compatibility xoviat 2018-01-28 16:35:50 -0600
  • 1be4a16ec6 CMake: enable interprocedural optimization xoviat 2018-01-28 16:07:41 -0600
  • 8949c744b9 Merge bf163dea7e into 09e397e4f1 xoviat 2018-01-28 20:54:30 +0000
  • bf163dea7e CMake: use custom directory4 xoviat 2018-01-28 14:54:20 -0600
  • cf2e0c1b78 TMP Run ctest in verbose mode xoviat 2018-01-27 17:25:19 -0600
  • 1ddb11b6e9 CMake: use generator expression xoviat 2018-01-27 17:02:31 -0600
  • 2d2915233c CMake: format xoviat 2018-01-27 16:47:21 -0600
  • e9d96906d7 Appveyor: consistency xoviat 2018-01-27 16:05:15 -0600
  • 11192076a4 CMake: use script for ctest xoviat 2018-01-27 16:01:26 -0600
  • 5ccb8af871 CMake: rewrite helper in CMake xoviat 2018-01-27 15:51:08 -0600
  • 776d675b68 CMake: use BUILD_WITHOUT_LAPACK xoviat 2018-01-27 15:04:03 -0600
  • 8600a80a6f Appveyor: use release build xoviat 2018-01-26 18:34:13 -0600