platform/upstream/openblas.git
2019-07-27 wjc404Add files via upload
2019-07-20 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-20 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-20 wjc404Add files via upload
2019-07-20 wjc404Add files via upload
2019-07-20 wjc404Add files via upload
2019-07-19 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-19 wjc404Add files via upload
2019-07-17 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-17 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-17 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-17 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-17 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-16 wjc404Update dgemm_kernel_4x8_haswell.S
2019-07-16 wjc404Update dgemm_kernel_4x8_haswell.S for zen2
2019-07-09 Martin KroekerMerge pull request #2181 from isuruf/install_name
2019-07-08 Isuru FernandoChange install_name on osx to match linux
2019-07-07 Martin KroekerMerge pull request #2177 from martin-frbg/noaff
2019-07-07 Martin KroekerFix surprising behaviour of NO_AFFINITY=0
2019-07-06 Martin KroekerMerge pull request #2175 from martin-frbg/cmake-mingw...
2019-07-06 Martin KroekerMingw32 needs leading underscore on object names
2019-07-06 Martin KroekerMake disabling DYNAMIC_ARCH on unsupported systems...
2019-07-06 Martin KroekerAdd getarch flags to disable AVX on x86
2019-07-06 Martin KroekerAdd mingw builds to Appveyor config
2019-07-06 Martin KroekerUtest needs CBLAS but not necessarily FORTRAN
2019-07-03 Martin KroekerMerge pull request #2162 from martin-frbg/pgi
2019-07-01 Martin KroekerMerge pull request #2172 from quickwritereader/develop
2019-07-01 AbdelRaufcgemm/ctrmm power9
2019-06-30 Martin KroekerMerge pull request #2170 from pkubaj/patch-1
2019-06-28 pkubajFix build for PPC970 on FreeBSD pt.2
2019-06-28 pkubajFix build for PPC970 on FreeBSD pt. 1
2019-06-25 Martin KroekerMerge pull request #2169 from pkubaj/develop
2019-06-25 Piotr KubajFix build on FreeBSD/powerpc64.
2019-06-20 Martin KroekerPGI compiler does not like -march=native
2019-06-19 Martin KroekerMerge pull request #2167 from kavanabhat/dtrmm_power8_s...
2019-06-19 kavanabhatUpdate dtrmm_kernel_16x4_power8.S
2019-06-17 AbdelRaufnew sgemm 8x16
2019-06-16 Martin KroekerFix mov syntax
2019-06-16 Martin KroekerZero ecx with a mov instruction
2019-06-14 Martin KroekerUpdate Makefile.x86_64
2019-06-13 Martin KroekerDo not force gcc options on non-gcc compilers
2019-06-10 Martin KroekerMerge pull request #2159 from martin-frbg/issue2149
2019-06-10 Martin KroekerAvoid unintentional activation of TLS code via USE_TLS=0
2019-06-10 Martin KroekerMerge pull request #2158 from martin-frbg/issue2143
2019-06-10 Martin KroekerRemove any inadvertent use of -march=native from DYNAMI...
2019-06-09 Martin KroekerMerge pull request #2157 from martin-frbg/2154-2
2019-06-09 Martin KroekerUpdate fc.cmake
2019-06-08 Martin KroekerAdd gfortran workaround for potential ABI violation
2019-06-07 Martin KroekerMerge pull request #2148 from TiborGY/cpp_thread_test_2
2019-06-06 Martin KroekerMerge pull request #2156 from martin-frbg/issue2154
2019-06-06 Martin KroekerAdd gfortran workaround for ABI violations
2019-06-06 Martin KroekerAdd gfortran workaround for ABI violations in LAPACKE
2019-06-06 Martin KroekerMerge pull request #2153 from quickwritereader/develop
2019-06-05 AbdelRaufconflict resolve
2019-06-05 AbdelRaufpower9 zgemm ztrmm optimized
2019-06-05 Martin KroekerMerge pull request #2145 from martin-frbg/1912-3
2019-06-05 Martin KroekerMerge pull request #2110 from pc2/cpu-detection
2019-06-05 Michael Lassc_check: Unlink correct file
2019-06-05 Michael LassFix detection of AVX512 capable compilers in getarch
2019-06-04 AbdelRaufsgemm pipeline improved, zgemm rewritten without inner...
2019-06-03 Martin KroekerDocument NO_AVX512
2019-06-01 TiborGY add c++ thread test option to Makefile.rule
2019-06-01 TiborGYhook up c++ thread safety test (main Makefile)
2019-06-01 TiborGYupload thread safety test folder
2019-05-30 AbdelRaufimproved zgemm power9 based on power8
2019-05-30 Martin KroekerUse generic kernels for complex (I)AMAX to support...
2019-05-30 Martin KroekerEnsure correct output for DAMAX with softfp
2019-05-29 Martin KroekerSeparate implementations of AMAX and IAMAX on arm
2019-05-29 Martin KroekerMerge pull request #2144 from xianyi/revert-2142-issue1...
2019-05-29 Martin KroekerRevert "Add softfp support in min/max kernels"
2019-05-28 Martin KroekerMerge pull request #2142 from martin-frbg/issue1912-2
2019-05-28 Martin KroekerMerge pull request #2141 from martin-frbg/issue1912
2019-05-28 Martin KroekerAdd softfp support in min/max kernels
2019-05-26 Martin KroekerMerge pull request #2140 from martin-frbg/pgi19
2019-05-24 Martin KroekerBuild and run utests in any case, they do their own...
2019-05-22 Martin KroekerDo not try ancient PGI hacks with recent versions of...
2019-05-16 Martin KroekerMerge pull request #2136 from martin-frbg/issue2126
2019-05-15 Martin KroekerMerge pull request #2134 from tylerjereddy/skylake_regr...
2019-05-15 Martin KroekerRemove unrelated change
2019-05-15 Martin KroekerAdd option USE_LOCKING but keep default settings intact
2019-05-15 Martin KroekerAdd option USE_LOCKING for SMP-like locking in USE_THRE...
2019-05-15 Martin KroekerAdd option USE_LOCKING for single-threaded build with...
2019-05-15 Martin KroekerAdd option USE_LOCKING for single-threaded build with...
2019-05-14 Tyler ReddyTST: add SkylakeX AVX512 CI test
2019-05-14 Martin KroekerMerge pull request #2130 from isuruf/drone
2019-05-12 Isuru FernandoFix typo
2019-05-12 Isuru Fernandoarm32 build
2019-05-12 Isuru FernandoRemove qemu armv8 builds
2019-05-12 Isuru FernandoSee if ubuntu 19.04 fixes the ICE
2019-05-12 Isuru Fernandoparallel build
2019-05-12 Isuru Fernandobuild without lapack on cmake
2019-05-12 Isuru FernandoAdd cmake builds and print options
2019-05-12 Isuru FernandoAdd a cmake build as well
2019-05-12 Isuru Fernandono need of gcc in clang build
2019-05-12 Isuru Fernandoupdate yes
2019-05-12 Isuru FernandoFix typo
2019-05-12 Isuru Fernandoapt update
2019-05-12 Isuru FernandoSwitch to ubuntu and parallel jobs
2019-05-12 Isuru Fernandogfortran->gcc-gfortran
2019-05-12 Isuru FernandoInstall gfortran and add a clang job
next