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
/
cmake
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-21
cmake: Check if Fortran compiler is usable before enabling it.
Markus Mützel
1
-11
/
+8
2022-01-09
Fix handling of ifdef/ifndef
Martin Kroeker
1
-1
/
+1
2022-01-09
Merge pull request #3508 from snadampal/v1_n2
Martin Kroeker
2
-3
/
+59
2022-01-07
OpenBLAS: aarch64: Add neoverse-v1/n2 architecture specifics
Sunita Nadampalli
2
-3
/
+59
2021-12-29
Fix cmake crosscompilation for core2 target
jgillis
1
-0
/
+4
2021-12-10
Use CMake variables instead of as
Rafael Cardoso Fernandes Sousa
1
-4
/
+10
2021-12-09
Fix cmake for power
Rafael Cardoso Fernandes Sousa
3
-5
/
+63
2021-11-26
Merge pull request #3425 from binebrank/arm_sve_dgemm
Martin Kroeker
1
-0
/
+18
2021-11-26
Merge pull request #3459 from rafaelcfsousa/fix_cmake
Martin Kroeker
2
-241
/
+347
2021-11-26
Adapt CMake for SVE
Bine Brank
1
-0
/
+18
2021-11-24
Modify the order that cmake set the KERNEL variables (generic now is fallback)
Rafael Cardoso Fernandes Sousa
1
-196
/
+200
2021-11-24
Fix the cmake parser to identify more patterns
Rafael Cardoso Fernandes Sousa
1
-45
/
+147
2021-11-20
Add CMAKE support for cross-compiling to MIPS32
Martin Kroeker
4
-2
/
+41
2021-11-15
cmake: Set SUFFIX64 also for NOFORTRAN
Markus Mützel
2
-5
/
+5
2021-10-17
Merge pull request #3404 from guowangy/spr-build
Martin Kroeker
2
-1
/
+30
2021-10-16
Fix MinGW/Clang 64 bits detection.
مهدي شينون (Mehdi Chinoune)
1
-3
/
+3
2021-10-12
initial support for Sapphire Rapids platform
Wangyang Guo
2
-1
/
+30
2021-09-14
Propagate BUILD_BFLOAT16 to CFLAGS
Martin Kroeker
1
-0
/
+3
2021-09-14
Add defaults for SBGEMV kernels
Martin Kroeker
1
-0
/
+2
2021-09-04
Add "recursive" option for IBM xlf compiler (#3359)
Martin Kroeker
1
-1
/
+1
2021-08-29
Merge pull request #3335 from guowangy/small-matrix-latest
Martin Kroeker
1
-0
/
+7
2021-08-11
Fix a small syntax error. A ( was accidently deleted.
cianciosa
1
-1
/
+1
2021-08-11
Check the total number of arguments passed insead of if the ARGV# is defined....
cianciosa
1
-10
/
+10
2021-08-05
Small Matrix: enable by default for x86_64 arch
Wangyang Guo
1
-0
/
+3
2021-08-04
Small Matrix: support cmake build
Wangyang Guo
1
-0
/
+4
2021-08-02
Add cmake support for LOONGARCH64
gxw
4
-1
/
+23
2021-07-22
Fix regex to match kernels suffixed with cpuname too
Martin Kroeker
1
-2
/
+2
2021-07-22
Rework setting of -mfma to only apply it where necessary
Martin Kroeker
3
-9
/
+17
2021-06-20
add to cmake listings too
User User-User
3
-3
/
+3
2021-06-16
Modify defines for CR and RC to work around name collision on Windows
Martin Kroeker
1
-0
/
+13
2021-05-02
Add entries for the new Householder Reconstruction functions from 3.9.1
Martin Kroeker
1
-0
/
+16
2021-05-02
Add entries for Householder reconstruction functions from 3.9.1
Martin Kroeker
1
-12
/
+12
2021-04-07
pass NO_AVX512 macro def
刘雨培
1
-0
/
+4
2021-02-10
Addressed issue #3100, removing an unnecessary write to the include directory
Jake Arkinstall
1
-1
/
+0
2021-02-02
Merge pull request #3096 from martin-frbg/fixclangcmake
Martin Kroeker
1
-5
/
+9
2021-02-02
fix case in compiler name check
Martin Kroeker
1
-1
/
+1
2021-02-01
remove spurious lines (probably editor malfunction)
Martin Kroeker
1
-7
/
+0
2021-02-01
handle AppleClang in Cooperlake support condition
Martin Kroeker
1
-2
/
+9
2021-02-01
Fix compiler version check for Intel Cooperlake support (clang-cl does not ac...
Martin Kroeker
1
-5
/
+9
2021-01-31
Merge pull request #3073 from xoviat/embedded
Martin Kroeker
1
-0
/
+5
2021-01-25
Add DYNAMIC_LIST support for ARM64
Martin Kroeker
1
-0
/
+3
2021-01-19
add cortex-m platform
xoviat
1
-0
/
+5
2021-01-13
Workaround for cmake having its own C_COMPILER variable
Martin Kroeker
1
-0
/
+3
2020-11-13
Add -mfma for HAVE_FMA3 in the non-DYNAMIC_ARCH case as well
Martin Kroeker
1
-0
/
+3
2020-11-07
Remove extraneous quotes that caused a cmake policy warning
Martin Kroeker
1
-2
/
+2
2020-11-07
Fix placement of getarch call and spurious cpu property accumulation in DYNAM...
Martin Kroeker
2
-96
/
+73
2020-11-03
Add -msse3 where needed for DYNAMIC_ARCH builds
Martin Kroeker
1
-12
/
+9
2020-11-02
Fix target test
Martin Kroeker
1
-0
/
+2
2020-11-02
Add files via upload
Martin Kroeker
3
-3
/
+62
2020-11-01
typo fix
Martin Kroeker
1
-1
/
+1
[next]