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
/
exports
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-09
Amend some LAPACK 3.10.0 additions
Martin Kroeker
2
-1
/
+75
2022-06-05
Fix LAPACK path in new gensymbol script
Martin Kroeker
1
-1
/
+1
2022-05-22
Add USE_PERL fallback option for gensymbol script
Martin Kroeker
1
-14
/
+20
2022-05-22
Add back original PERL-based script under new name
Martin Kroeker
1
-0
/
+3933
2022-05-18
rewrite perl scripts in universal shell
Owen Rafferty
2
-3900
/
+3952
2022-02-10
keep flang-classic on MacOS from trying to create an executable instead of a ...
Martin Kroeker
1
-0
/
+4
2021-04-22
Add mixed clang/ifort build on OSX to Azure CI (#3185)
Martin Kroeker
1
-0
/
+4
2021-02-24
use /usr/bin/env perl
Harmen Stoppels
1
-1
/
+1
2020-10-29
Implementation of BF16 based gemv
Chen, Guobing
1
-2
/
+2
2020-10-23
Fix wrong grouping of dcombssq
Martin Kroeker
1
-2
/
+2
2020-10-23
fix missing split of sladiv1/dladiv/ilaenv2stage by build type
Martin Kroeker
1
-5
/
+5
2020-10-19
Add back symbols that got dropped when splitting by type
Martin Kroeker
1
-33
/
+70
2020-10-19
Merge pull request #2919 from isuruf/export
Martin Kroeker
1
-2
/
+6
2020-10-18
Fix exporting some lapack and cblas
Isuru Fernando
1
-2
/
+6
2020-10-18
Need a space when redirecting to file
Isuru Fernando
1
-6
/
+6
2020-10-13
Fix build issues with bfloat16
Rajalakshmi Srinivasaraghavan
1
-2
/
+2
2020-10-12
Change "HALF" and "sh" to "BFLOAT16" and "sb"
Martin Kroeker
2
-11
/
+11
2020-10-11
Adapt to having only a subset of variable types supported
Martin Kroeker
1
-532
/
+700
2020-10-11
Adapt for having only a subset of variable types
Martin Kroeker
1
-7
/
+19
2020-09-04
Add bfloat16 based dot and conversion with single/double
Chen, Guobing
1
-2
/
+2
2020-07-20
Patch for building on Summit
Wileam Phan
1
-0
/
+4
2020-06-13
Added missing exported symbols.
Simon Märtens
1
-10
/
+13
2020-06-09
When building with flang, use it also for the final link step to get dependen...
Martin Kroeker
1
-1
/
+5
2020-05-01
Make building the bfloat16 functions conditional on option BUILD_HALF (#2590)
Martin Kroeker
2
-7
/
+18
2020-04-15
Fix warnings in clang and export symbol
Rajalakshmi Srinivasaraghavan
1
-2
/
+2
2020-04-03
libname: treat FreeBSD and DragonFly like linux and sunos
Baptiste Daroussin
1
-2
/
+2
2020-01-19
Do not run any cleanup if the program is exiting anyway
Martin Kroeker
1
-1
/
+4
2020-01-01
[WIP] Update LAPACK to 3.9.0 (#2353)
Martin Kroeker
1
-2
/
+29
2019-10-24
Move most lapack 3.7/3.8 additions to the embedded_underscores list
Martin Kroeker
1
-143
/
+54
2019-07-08
Change install_name on osx to match linux
Isuru Fernando
1
-2
/
+6
2019-03-19
Also call CloseHandle on each thread, as well as on the event so as to not le...
Erik M. Bray
1
-1
/
+1
2019-03-19
Fix for #2063: The DllMain used in Cygwin did not run the thread memory
Erik M. Bray
1
-7
/
+17
2019-02-14
With the Intel compiler on Linux, prefer ifort for the final link step
Martin Kroeker
1
-0
/
+9
2018-09-21
Add `$(LDFLAGS)` to `$(CC)` and `$(FC)` invocations within `exports/Makefile`
Elliot Saba
1
-2
/
+2
2018-08-02
Haiku supporting patches
Zoltán Mizsei
1
-1
/
+1
2018-05-24
Add -lm for Android.
Zhang Xianyi
1
-0
/
+2
2018-04-06
Add DragonFly to exports/Makefile
Alex Arslan
1
-1
/
+1
2018-04-02
Allow building on OpenBSD
Alex Arslan
1
-1
/
+1
2017-11-23
update cmakefiles for lapack 3.8.0
martin
1
-6
/
+0
2017-11-23
Update LAPACK to 3.8.0
martin
1
-2
/
+109
2017-11-06
Fix gensymbol script
Isuru Fernando
1
-1
/
+5
2017-09-26
Merge pull request #1314 from martin-frbg/nofortran-fix-2
Martin Kroeker
1
-2
/
+2
2017-09-25
Rewrite NOFORTRAN conditionals
Martin Kroeker
1
-2
/
+2
2017-09-14
Merge pull request #1302 from martin-frbg/nofortran-fix
Martin Kroeker
1
-0
/
+4
2017-09-14
Remove default FEXTRALIBS in NOFORTRAN case
Martin Kroeker
1
-0
/
+4
2017-09-07
More canonical installation on Cygwin:
Erik M. Bray
1
-4
/
+4
2017-05-10
Build shared library on Android without SONAME versioning
Martin Kroeker
1
-2
/
+8
2017-04-11
Build shared library for Android.
Zhang Xianyi
1
-1
/
+1
2017-03-09
Whitespace cleanup/reformatting
Elliot Saba
1
-1538
/
+1508
2017-03-09
Add `csymv` and `zsymv` into `@lapackobjs2` for exporting
Elliot Saba
1
-9
/
+13
[next]