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
/
kernel
/
setparam-ref.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-28
LoongArch64: Add DYNAMIC_ARCH support
gxw
1
-0
/
+29
2022-03-23
Remove extraneous (and wrong) definition of sbgemm_r on x86_64
Martin Kroeker
1
-1
/
+0
2022-02-25
Define sbgemm_r to fix DYNAMIC_ARCH builds
Martin Kroeker
1
-0
/
+7
2021-10-12
initial support for Sapphire Rapids platform
Wangyang Guo
1
-1
/
+1
2021-08-30
Small Matrix: support BFLOAT16 data type
Wangyang Guo
1
-0
/
+5
2021-08-04
Small Matrix: support DYNAMIC_ARCH build
Wangyang Guo
1
-0
/
+37
2020-12-09
Add msa support for loongson
gxw
1
-0
/
+72
2020-10-29
Implementation of BF16 based gemv
Chen, Guobing
1
-1
/
+1
2020-10-15
Use ifdef instead of if
Martin Kroeker
1
-1
/
+1
2020-10-12
Change "HALF" and "sh" to "BFLOAT16" and "sb"
Martin Kroeker
1
-34
/
+34
2020-10-11
Allow compiling only a subset of kernels for specific variable types
Martin Kroeker
1
-171
/
+196
2020-09-22
Support building only a subset of types
Martin Kroeker
1
-17
/
+328
2020-09-04
Add bfloat16 based dot and conversion with single/double
Chen, Guobing
1
-1
/
+3
2020-08-20
Merge pull request #2780 from Guobing-Chen/CPL_build_support
Martin Kroeker
1
-1
/
+1
2020-08-19
[WIP] Refactor the driver code for direct SGEMM (#2782)
Martin Kroeker
1
-0
/
+5
2020-08-13
Enable COOPERLAKE build target
Chen, Guobing
1
-1
/
+1
2020-05-01
Make building the bfloat16 functions conditional on option BUILD_HALF (#2590)
Martin Kroeker
1
-1
/
+22
2020-04-15
Fix warnings in clang and export symbol
Rajalakshmi Srinivasaraghavan
1
-6
/
+2
2020-04-15
Fix DYNAMIC_ARCH compilation errors
Rajalakshmi Srinivasaraghavan
1
-1
/
+45
2020-04-14
RFC : Add half precision gemm for bfloat16 in OpenBLAS
Rajalakshmi Srinivasaraghavan
1
-0
/
+30
2019-12-31
add in runtime cpu detection for zarch (#2349)
int_13h
1
-0
/
+21
2019-04-23
Merge pull request #2072 from martin-frbg/sum
Martin Kroeker
1
-6
/
+6
2019-04-09
Add in runtime CPU detection for POWER.
Rashmica Gupta
1
-0
/
+22
2019-03-30
Add ?sum
Martin Kroeker
1
-6
/
+6
2018-10-22
ARM64: Enable DYNAMIC_ARCH
Ashwin Sekhar T K
1
-0
/
+73
2018-10-22
ARM64: Fix DYNAMIC_ARCH compilation for cores which dont use GEMM3M
Ashwin Sekhar T K
1
-0
/
+85
2018-06-11
Return a somewhat sane default value for L2 cache size if cpuid retur… (#1611)
Martin Kroeker
1
-1
/
+7
2018-06-03
Initial support for SkylakeX / AVX512
Arjan van de Ven
1
-0
/
+16
2017-11-14
Silence an unused variable warning with a cast
Martin Kroeker
1
-0
/
+3
2017-03-19
Add ZEN support (tested for auto-detected static backend)
Denis Steckelmacher
1
-0
/
+16
2017-01-11
prepared kernel/setparam-ref.c for UNROLL values, that are not a power of two
Werner Saar
1
-11
/
+11
2016-04-25
bugfix for EXCAVATOR and DYNAMIC_ARCH
Werner Saar
1
-0
/
+17
2015-10-27
Fix DYNAMIC_ARCH=1 bug.
Zhang Xianyi
1
-0
/
+7
2015-02-26
Refs #509. Fixed geadd building bug with DYNAMIC_ARCH=1.
Zhang Xianyi
1
-1
/
+2
2014-12-28
added target processor STEAMROLLER
Werner Saar
1
-0
/
+17
2014-09-20
enabled use of GEMM3M functions
wernsaar
1
-0
/
+90
2014-07-24
allow to set custom value for ?GEMM_DEFAULT_UNROLL_MN, optimizations for syrk
wernsaar
1
-4
/
+26
2014-07-06
bugfix for CORE2
wernsaar
1
-6
/
+6
2014-07-06
added missing definition for DUNNINGTON
wernsaar
1
-0
/
+17
2014-06-27
Remove all trailing whitespace except lapack-netlib
Timothy Gu
1
-79
/
+79
2014-06-10
Ref #51: added blas extensions zomatcopy and comatcopy
wernsaar
1
-1
/
+5
2014-06-09
Ref #51: added blas extension somatcopy
wernsaar
1
-0
/
+2
2014-06-09
Ref #51: added blas extension domatcopy as not opimized reference
wernsaar
1
-4
/
+2
2014-06-08
Ref #285: added axpby kernels
wernsaar
1
-0
/
+6
2013-12-02
added support for HASWELL
wernsaar
1
-0
/
+17
2013-07-06
Support AMD Piledriver by bulldozer kernels.
Zhang Xianyi
1
-0
/
+16
2013-02-10
Merge branch 'bulldozer' into develop
Zhang Xianyi
1
-0
/
+16
2012-12-15
set parameters for CORE_ATHLON
Julian Taylor
1
-2
/
+2
2012-12-07
Added BULLDOZER target. So far it uses barcelona kernels.
Zhang Xianyi
1
-0
/
+16
2012-05-31
Refs #113. Fixed the typo BOBCATE -> BOBCAT
Zhang Xianyi
1
-1
/
+1
[next]