index
:
platform/upstream/openblas
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
sandbox/lstelmach/upstream-0.3.21
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/tyzeroy/devel
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Machine Learning / ML Framework; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
driver
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-09
Merge pull request #2208 from martin-frbg/munmap-debug
Martin Kroeker
1
-1
/
+11
2019-08-09
Add files via upload
Martin Kroeker
1
-1
/
+1
2019-08-08
Provide more information on mmap/munmap failure
Martin Kroeker
1
-1
/
+11
2019-08-01
Add CPUID identification of Intel Ice Lake
Martin Kroeker
1
-1
/
+19
2019-05-26
Merge pull request #2140 from martin-frbg/pgi19
Martin Kroeker
1
-1
/
+4
2019-05-22
Do not try ancient PGI hacks with recent versions of that compiler
Martin Kroeker
1
-1
/
+4
2019-05-15
Add option USE_LOCKING for SMP-like locking in USE_THREAD=0 builds
Martin Kroeker
1
-15
/
+15
2019-05-07
Merge pull request #2117 from martin-frbg/issue2114
Martin Kroeker
1
-3
/
+10
2019-05-07
Fix errors in cpu enumeration with glibc 2.6
Martin Kroeker
1
-4
/
+11
2019-05-04
Merge pull request #2101 from luzpaz/misc-typos
Martin Kroeker
4
-7
/
+7
2019-05-01
Correct argument of CPU_ISSET for glibc <2.5
Martin Kroeker
1
-2
/
+2
2019-04-29
Misc. typo fixes
luz.paz
4
-7
/
+7
2019-04-22
snprintf define consolidated to common.h
Jeff Baylor
1
-6
/
+0
2019-04-09
Add in runtime CPU detection for POWER.
Rashmica Gupta
2
-0
/
+110
2019-03-19
Also call CloseHandle on each thread, as well as on the event so as to not le...
Erik M. Bray
1
-0
/
+5
2019-03-19
Fix for #2063: The DllMain used in Cygwin did not run the thread memory
Erik M. Bray
1
-2
/
+9
2019-03-12
Merge pull request #2055 from martin-frbg/atomid
Martin Kroeker
1
-2
/
+2
2019-03-12
Add Intel Denverton
Martin Kroeker
1
-2
/
+2
2019-03-06
Merge pull request #2045 from martin-frbg/2033-3
Martin Kroeker
1
-1
/
+1
2019-03-05
Do not compile in AVX512 check if AVX support is disabled
Martin Kroeker
1
-1
/
+1
2019-03-05
Merge pull request #2039 from brada4/meminit
Martin Kroeker
1
-1
/
+1
2019-03-04
Merge pull request #2026 from martin-frbg/trmv_threads
Martin Kroeker
1
-2
/
+2
2019-03-04
Merge pull request #2040 from martin-frbg/locks2002
Martin Kroeker
1
-10
/
+17
2019-03-03
Restore locking optimizations for OpenMP case
Martin Kroeker
1
-10
/
+17
2019-03-03
address warning introed with #1814 et al
Andrew
1
-1
/
+1
2019-02-19
Fix error introduced during cleanup
Martin Kroeker
1
-1
/
+2
2019-02-19
Correct range_n limiting
Martin Kroeker
1
-4
/
+3
2019-02-10
Fix potential memory leak in cpu enumeration on Linux (#2008)
Martin Kroeker
1
-38
/
+85
2019-02-07
Restore dropped patches in the non-TLS branch of memory.c (#2004)
Martin Kroeker
1
-22
/
+55
2019-01-16
Add support for Hygon Dhyana
caiyu
1
-1
/
+10
2019-01-14
Fix missing braces in support_av() call
Martin Kroeker
1
-2
/
+2
2019-01-10
Merge pull request #1957 from martin-frbg/issue1954
Martin Kroeker
1
-5
/
+8
2019-01-10
Move TLS key deletion to openblas_quit
Martin Kroeker
1
-5
/
+8
2019-01-05
Add message for SkylakeX and KNL fallbacks to Haswell
Martin Kroeker
1
-3
/
+7
2019-01-05
Add xcr0 (os support) check
Martin Kroeker
1
-0
/
+2
2019-01-05
Query AVX2 and AVX512 capability for runtime cpu selection
Martin Kroeker
1
-39
/
+102
2018-12-30
Merge pull request #1943 from martin-frbg/issue1748
Martin Kroeker
1
-7
/
+3
2018-12-30
Re-enable loop unrolling in trmv and remove the scary warning
Martin Kroeker
1
-7
/
+3
2018-12-30
Merge pull request #1942 from martin-frbg/issue1720
Martin Kroeker
1
-0
/
+5
2018-12-29
Delete the pthread key on cleanup in TLS mode
Martin Kroeker
1
-0
/
+5
2018-12-22
Avoid taking the root of a negative number
Martin Kroeker
1
-6
/
+11
2018-12-07
Fix typo in previous commit for arm dynamic arch
Martin Kroeker
1
-1
/
+1
2018-12-07
Make sure to use the arm version of dynamic.c in ARM64 DYNAMIC_ARCH
Martin Kroeker
1
-1
/
+5
2018-11-30
remove surplus locking code , only enabled w x86, disabled or never enabled o...
Andrew
1
-4
/
+4
2018-11-29
call it OpenBLAS not just version
Martin Kroeker
1
-1
/
+1
2018-11-29
Improve formatting of config output
Martin Kroeker
1
-0
/
+1
2018-11-29
Add version information to openblas_get_config output
Martin Kroeker
1
-1
/
+3
2018-11-25
Merge pull request #1875 from martin-frbg/issue1851
Martin Kroeker
1
-0
/
+25
2018-11-19
fix missing parenthesis
Martin Kroeker
1
-1
/
+1
2018-11-19
Add CriticalSection handling instead of mutexes for Windows
Martin Kroeker
1
-0
/
+13
[next]