Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-17 | Apply DEP to libopenblas_openmptizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen/20190520.075155accepted/tizen/unified/20190521.091202accepted/tizen/5.5/unified/wearable/hotfix/20201027.095903accepted/tizen/5.5/unified/mobile/hotfix/20201027.073553accepted/tizen/5.5/unified/20191031.010818tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfix | Tae-Young Chung | 1 | -1/+3 | |
Change-Id: Iff5ce567ab5c7ed3604f6b3bc58a16b82572436a Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com> | |||||
2018-09-12 | Update License | Tae-Young Chung | 1 | -1/+1 | |
Apache2.0 is detected from utest/ctest.h MIT is detected from relapack/LICENSE In case of multiple licenses, all licenses should be notified and the representative license must be the first(BSD-3-Clause). Change-Id: Ic68f9d865d41672950edaa3fa6e0d2876ea8137b Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com> | |||||
2018-05-18 | Fix ASAN build errorsubmit/tizen_5.0/20181101.000007submit/tizen/20180607.021137submit/tizen/20180604.002528submit/tizen/20180521.012403accepted/tizen/unified/20180611.015427accepted/tizen/5.0/unified/20181102.025713 | Tae-Young Chung | 1 | -0/+4 | |
Change-Id: Ib04fff8aec20780b141768b8baa1ed72425f696e Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com> | |||||
2018-03-27 | Packaging: add a spec file for Tizen buildsubmit/tizen/20180418.063928submit/tizen/20180418.052339accepted/tizen/unified/20180424.082624 | Tae-Young Chung | 2 | -0/+395 | |
Change-Id: I3dfd6a7dfe5f74e85b940accfe8c0ac95769277b Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com> | |||||
2017-07-25 | Merge pull request #1247 from martin-frbg/revert-cgroups-prsandbox/tyzeroy/devel | Zhang Xianyi | 2 | -81/+5 | |
Revert #1246, "honor cgroup/cpuset limits" for now | |||||
2017-07-25 | Revert #1246, "honor cgroup/cpuset limits" for now | Martin Kroeker | 2 | -81/+5 | |
Unsafe usage of the __GLIBC_PREREQ macro lead to build breakage on non-glibc systems | |||||
2017-07-24 | Merge branch 'develop'v0.2.20upstream/0.2.20 | Zhang Xianyi | 4371 | -75017/+305046 | |
0.2.20 version | |||||
2017-07-24 | Update doc for 0.2.20 version. | Zhang Xianyi | 3 | -2/+43 | |
2017-07-24 | Merge pull request #1239 from martin-frbg/cgroups | Zhang Xianyi | 2 | -5/+81 | |
Honor cgroup/cpuset limits when enumerating cpus | |||||
2017-07-24 | Merge pull request #1244 from martin-frbg/micmuc_cimatcopy | Zhang Xianyi | 1 | -7/+6 | |
Fix complex imatcopy for Trans cases with non-square matrix | |||||
2017-07-21 | Use in-place transform shortcut only if matrix is square | Martin Kroeker | 1 | -6/+4 | |
2017-07-20 | Add files via upload | Martin Kroeker | 1 | -6/+7 | |
2017-07-15 | Exchange rows and cols in final omatcopy with BlasTrans | Martin Kroeker | 1 | -1/+1 | |
This is MicMuc's patch from #899 | |||||
2017-07-15 | More fixes for silly misedits | Martin Kroeker | 1 | -2/+4 | |
2017-07-15 | Fixup braces lost in previous edit | Martin Kroeker | 1 | -8/+8 | |
2017-07-15 | Merge branch 'develop' into cgroups | Martin Kroeker | 169 | -843/+22840 | |
2017-07-13 | Disable ReLAPACK by default (#1238) | Martin Kroeker | 3 | -2/+5 | |
* Disable ReLAPACK by default; mention it in final build message if included * Add files via upload * Add files via upload * Add files via upload | |||||
2017-07-13 | Merge pull request #1214 from martin-frbg/relapack | Zhang Xianyi | 103 | -9/+21584 | |
Initial import of ReLAPACK | |||||
2017-07-13 | Merge pull request #1234 from brada4/develop | Zhang Xianyi | 6 | -6/+6 | |
Fix write past fixed size buffer | |||||
2017-07-12 | Merge pull request #1235 from xianyi/revert-1233-cpuid-fix | Martin Kroeker | 1 | -14/+12 | |
Revert "Fix unintentional fall-through cases in get_cacheinfo" | |||||
2017-07-12 | Revert "Fix unintentional fall-through cases in get_cacheinfo" | Martin Kroeker | 1 | -14/+12 | |
2017-07-12 | Fix write past fixed size buffer | Andrew | 6 | -6/+6 | |
2017-07-11 | Add files via upload | Martin Kroeker | 0 | -0/+0 | |
2017-07-11 | Add files via upload | Martin Kroeker | 1 | -5/+23 | |
2017-07-11 | Honor cgroup/cpuset constraints when enumerating cpus | Martin Kroeker | 2 | -26/+98 | |
2017-07-11 | Merge pull request #1233 from martin-frbg/cpuid-fix | Martin Kroeker | 1 | -12/+14 | |
Fix unintentional fall-through cases in get_cacheinfo | |||||
2017-07-11 | Fix unintentional fall-through cases in get_cacheinfo | Martin Kroeker | 1 | -12/+14 | |
These appear to be unintended side effects of PR #1091, probably causing #1232 | |||||
2017-07-10 | Merge pull request #1226 from ashwinyes/develop_arm_clang_ual_fix | Zhang Xianyi | 15 | -148/+148 | |
arm: Fix clang compilation for ARMv7 | |||||
2017-07-10 | Merge pull request #1221 from ashwinyes/develop_arm_softfp | Zhang Xianyi | 39 | -311/+683 | |
arm: add support for softfp in arm vfp assembly files | |||||
2017-07-10 | Merge branch 'develop' into develop_arm_softfp | Zhang Xianyi | 21 | -370/+432 | |
2017-07-09 | Merge pull request #1230 from martin-frbg/rhel5 | Martin Kroeker | 1 | -2/+19 | |
Add sched_getcpu implementation for pre-2.6 glibc | |||||
2017-07-09 | Do not add -lpthread on Android builds (#1229) | Martin Kroeker | 1 | -1/+1 | |
* Do not add -lpthread on Android builds * Do not add -lpthread on Android cmake builds | |||||
2017-07-09 | Add sched_getcpu implementation for pre-2.6 glibc | Martin Kroeker | 1 | -2/+19 | |
Fixes #1210, compilation on RHEL5 with affinity enabled | |||||
2017-07-07 | Merge pull request #1225 from martin-frbg/stolen_from_wernsaar_fork | Zhang Xianyi | 1 | -2/+2 | |
fixed syrk_thread.c taken from wernsaar | |||||
2017-07-07 | arm: Fix clang compilation for ARMv7 | Ashwin Sekhar T K | 15 | -148/+148 | |
clang is not recognizing some pre-UAL VFP mnemonics like fnmacs, fnmacd, fnmuls and fnmuld. Replaced them with equivalent UAL mnemonics which are vmls.f32, vmls.f64, vnmul.f32 and vnmul.f64 respectively. | |||||
2017-07-06 | fixed syrk_thread.c taken from wernsaar | Martin Kroeker | 1 | -2/+2 | |
Stride calculation fix copied from https://github.com/wernsaar/OpenBLAS/commit/88900e1 | |||||
2017-07-06 | Handle different object extensions in Makefile | Martin Kroeker | 1 | -11/+45 | |
The optimized LAPACK functions from interface use OS-dependent suffixes .o/.obj for the object files, while netlib LAPACK uses .o throughout. ReLAPACK object names have to match in order for function replacement in the growing library file to work. | |||||
2017-07-05 | Link -lm or -lm_hard for Android ARMv7. | Zhang Xianyi | 1 | -0/+8 | |
2017-07-03 | Merge pull request #1218 from m-brow/power9 | Zhang Xianyi | 9 | -328/+328 | |
Optimise loads on Power9 LE | |||||
2017-07-03 | Merge pull request #1212 from neilsh-msft/develop | Zhang Xianyi | 7 | -35/+73 | |
Add Microsoft Windows 10 UWP build support | |||||
2017-07-02 | Update Makefile | Martin Kroeker | 1 | -1/+1 | |
2017-07-02 | Add files via upload | Martin Kroeker | 1 | -2/+3 | |
2017-07-02 | arm: Remove unnecessary files/code | Ashwin Sekhar T K | 5 | -1443/+8 | |
Since softfp code has been added to all required vfp kernels, the code for auto detection of abi is no longer required. The option to force softfp ABI on make command line by giving ARM_SOFTFP_ABI=1 is retained. But there is no need to give this option anymore. Also the newly added C versions of 4x4/4x2 gemm/trmm kernels are removed. These are longer required. Moreover these kernels has bugs. | |||||
2017-07-02 | arm: add softfp support in zgemm/ztrmm vfp kernels | Ashwin Sekhar T K | 6 | -18/+66 | |
2017-07-02 | arm: add softfp support in cgemm/ctrmm vfp kernels | Ashwin Sekhar T K | 6 | -4/+63 | |
2017-07-02 | arm: add softfp support in dgemm/dtrmm vfp kernels | Ashwin Sekhar T K | 6 | -14/+55 | |
2017-07-02 | arm: add softfp support in sgemm/strmm vfp kernels | Ashwin Sekhar T K | 6 | -22/+52 | |
2017-07-02 | generic: Bug fixes in generic 4x2 and 4x4 gemm kernels | Ashwin Sekhar T K | 2 | -67/+67 | |
2017-07-02 | arm: add softfp support in vfp gemv kernels | Ashwin Sekhar T K | 10 | -86/+252 | |
2017-07-01 | Merge pull request #1220 from ashwinyes/develop_aarch64_20170701_t99_options | Martin Kroeker | 1 | -2/+2 | |
arm64: Change mtune/mcpu options for THUNDERX2T99 target |