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
/
lapack
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-25
Use _Atomic instead of volatile where available (file moved from ../getrf)
Martin Kroeker
1
-1
/
+9
2020-07-25
Delete potrf_parallel.c (moving it to ../potrf)
Martin Kroeker
1
-667
/
+0
2020-07-18
Update conditional for atomics to use HAVE_C11
Martin Kroeker
1
-1
/
+1
2020-07-18
Update conditional for atomics to use HAVE_C11
Martin Kroeker
1
-1
/
+1
2020-04-17
cmake fixes
Rajalakshmi Srinivasaraghavan
1
-0
/
+4
2020-04-14
RFC : Add half precision gemm for bfloat16 in OpenBLAS
Rajalakshmi Srinivasaraghavan
1
-0
/
+3
2020-03-06
Use acq/rel semantics to pass flags/pointers in getrf_parallel.
Ali Saidi
1
-75
/
+44
2020-02-15
Correct generation of GETRF files by the CMAKE build
Martin Kroeker
1
-2
/
+5
2019-09-12
Merge pull request #2252 from thrasibule/trtrs
Martin Kroeker
6
-1
/
+855
2019-09-10
fix Makefile
Guillaume Horel
1
-6
/
+6
2019-09-09
fix Makefile
Guillaume Horel
1
-32
/
+32
2019-09-08
add missing files
Guillaume Horel
5
-56
/
+499
2019-09-08
add logic
Guillaume Horel
1
-22
/
+57
2019-09-08
add missing objects
Guillaume Horel
2
-106
/
+106
2019-09-08
add files
Guillaume Horel
2
-0
/
+376
2019-09-07
address minor warnings from gcc7
Andrew
2
-6
/
+6
2019-05-07
remove redundant code #2113
Andrew
1
-9
/
+0
2019-01-26
Correct naming of getrf_parallel object
Martin Kroeker
1
-1
/
+4
2018-05-11
Change _STDC_VERSION__ to __STDC_VERSION__
Zhiyong Dang
2
-6
/
+6
2018-04-07
Merge branch 'develop' into atomic
Martin Kroeker
1
-7
/
+85
2018-04-04
Remove unguarded use of _Atomic and fix tabbing
Martin Kroeker
1
-10
/
+9
2018-04-04
Fix thread races and infinite looping on systems with many cpus
Martin Kroeker
1
-8
/
+88
2018-03-10
Use _Atomic instead of volatile for thread safety where C11 is supported
Martin Kroeker
2
-6
/
+690
2018-01-19
add missing brackets to silence indentation warnings gcc721
Andrew
1
-2
/
+4
2018-01-02
LAPACK helpers in C that need care too
Andrew
3
-6
/
+8
2017-10-09
Cmake fixes for DYNAMIC_ARCH builds and whitespace in path names (#1323)
Martin Kroeker
1
-3
/
+10
2017-08-19
Fix threading usage in CMake: s/SMP/USE_THREAD/
Sacha Refshauge
1
-1
/
+1
2017-08-01
Support out-of-source build
Isuru Fernando
1
-0
/
+1
2017-04-13
add lapack laswp for zarch
Dan HorĂ¡k
1
-0
/
+8
2017-01-31
LAPACK: Fix lapack-test errors in ARM64 threaded version
Ashwin Sekhar T K
1
-0
/
+2
2017-01-11
prepared lapack/lauum for UNROLL values, that are not a power of two
Werner Saar
2
-2
/
+2
2017-01-10
prepared lapack/potrf functions for UNROLL values, that are not a power of two
Werner Saar
5
-13
/
+13
2017-01-09
prepared lapack/getrf functions for UNROLL values, that are not a power of two
Werner Saar
3
-16
/
+16
2016-05-25
Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BIN...
John Biddiscombe
1
-1
/
+1
2016-05-17
optimized getrf_single.c for POWER8
Werner Saar
1
-0
/
+7
2016-05-17
optimized dgemm and dgetrf for POWER8
Werner Saar
1
-1
/
+8
2016-04-22
MIPS P5600(32 bit) and I6400(64 bit) cores support added.
Shivraj Patil
1
-0
/
+13
2016-02-04
Fix lapack complex implementation of lauu2 and potf2 for Android (use FLOAT i...
buffer51
4
-27
/
+23
2016-01-26
Refs #723. Avoid out of boundary for getf2.
Zhang Xianyi
2
-0
/
+2
2015-02-24
Added TRANS defines for complex sources in lapack.
Hank Anderson
1
-20
/
+15
2015-02-24
Changed strategy for setting preprocessor definitions.
Hank Anderson
1
-1
/
+1
2015-02-19
Added complex and single netlib-lapack fortran sources to lapack.cmake.
Hank Anderson
1
-3
/
+3
2015-02-17
Added mangled complex filenames to interface and lapack CMakeLists.txt.
Hank Anderson
1
-20
/
+20
2015-02-15
Changed generate functions to iterate through a list of float types.
Hank Anderson
1
-7
/
+7
2015-02-11
Moved declarations to start of functions to satisfy MSVC C89 implementation.
Hank Anderson
1
-0
/
+4
2015-02-11
Changed a number of inline calls to use __inline.
Hank Anderson
1
-1
/
+1
2015-02-09
Fixed trti2 name.
Hank Anderson
1
-4
/
+7
2015-02-09
Added generic laswp object.
Hank Anderson
1
-2
/
+5
2015-02-09
Removed return value from GenerateNamedObjects.
Hank Anderson
1
-4
/
+0
2015-02-06
Added yet another naming scheme for lapack functions.
Hank Anderson
1
-3
/
+21
[next]