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
/
ctest
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
Fix function prototypes and INTERFACE64 support
Martin Kroeker
12
-1236
/
+233
2022-07-12
Fix switching between Fortran and C build
Martin Kroeker
1
-1
/
+1
2022-06-28
Add C versions of the CBLAS test sources (#3656)
Martin Kroeker
14
-10
/
+38792
2021-07-30
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
Martin Kroeker
1
-0
/
+3
2021-07-30
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
Martin Kroeker
1
-0
/
+3
2021-05-01
Add casts to prevent overflow of intermediate result
Martin Kroeker
7
-167
/
+167
2021-04-19
Include cblas_test.h to achieve int/long size change with INTERFACE64
Martin Kroeker
1
-0
/
+1
2021-03-14
Merge pull request #3088 from xoviat/msvc
Martin Kroeker
1
-3
/
+12
2021-03-11
Support compilation with nagfor
Martin Kroeker
1
-0
/
+3
2021-01-27
Merge branch 'develop' into msvc
xoviat
10
-368
/
+543
2020-11-22
Change ifndefs to ifneq
Martin Kroeker
1
-3
/
+3
2020-10-13
sh prefix renamed to sb
Martin Kroeker
1
-1
/
+1
2020-10-11
Adapt ctests to having only a subset of types in the build
Martin Kroeker
1
-4
/
+115
2020-09-13
Remove spurious tests for complex ASUM and NRM2
Martin Kroeker
1
-10
/
+0
2020-09-13
Remove spurious complex16 tests
Martin Kroeker
1
-10
/
+0
2020-04-17
cmake fixes
Rajalakshmi Srinivasaraghavan
1
-0
/
+3
2020-03-23
add ctest for drotm and modified ctest for drot.
shengyang
2
-170
/
+201
2020-03-18
add ctest for srotm and modified ctest for srot.
shengyang
2
-168
/
+209
2020-03-13
Do not attempt to run ctest without fortran
Martin Kroeker
1
-1
/
+4
2020-01-03
modified: ctest/din3 ctest/sin3
shengyang
2
-2
/
+2
2019-11-15
Fix potential spurious failure from uninitialized variable
Martin Kroeker
1
-0
/
+2
2019-11-15
Fix potential spurious failure from uninitialized variable
Martin Kroeker
1
-0
/
+2
2019-07-24
Unset special make variables in ctest Makefile as well
Martin Kroeker
1
-0
/
+2
2019-05-05
tests: add windows compatibility
xoviat
1
-3
/
+12
2019-04-29
Misc. typo fixes
luz.paz
4
-4
/
+4
2018-06-19
Handle special case of gfortran+clang+OpenMP
Martin Kroeker
1
-1
/
+7
2017-12-03
Fix compiler warnings in ctest
Martin Kroeker
17
-184
/
+184
2017-08-20
Remove _static usages for tests
Sacha Refshauge
1
-3
/
+3
2017-08-01
Support out-of-source build
Isuru Fernando
1
-0
/
+1
2016-05-25
Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BIN...
John Biddiscombe
1
-1
/
+1
2016-04-26
allow building tests when CROSS compiling but don't run them
Aleksey Kuleshov
1
-0
/
+6
2016-03-05
Refs #786. avoid old assembly c/zgemv kernels.
Zhang Xianyi
10
-10
/
+10
2016-01-11
Fix output descriptors of c_{s,d,c,z}blat3
Sébastien Villemot
6
-12
/
+18
2016-01-11
Fix CBLAS double complex level 2 tests
Sébastien Villemot
1
-5
/
+5
2015-10-26
Add CBLAS test for CMAKE.
Zhang Xianyi
1
-2
/
+42
2015-08-11
Fixed cmake build bugs on Linux.
Zhang Xianyi
1
-0
/
+6
2015-05-05
bugfix for gemm3m tests
Werner Saar
1
-4
/
+10
2015-05-05
removed gemm3m functions from normal checks
Werner Saar
8
-615
/
+5168
2014-09-21
added GEMM3M tests
wernsaar
10
-4
/
+6276
2014-06-27
Remove all trailing whitespace except lapack-netlib
Timothy Gu
31
-1009
/
+1009
2013-07-25
Respect user's LDFLAGS
Sebastien Fabbro
1
-1
/
+1
2012-08-21
provide support for passing CFLAGS, FFLAGS, PFLAGS, FPFLAGS to make on the co...
Jameson Nash
1
-1
/
+1
2011-10-09
ref #62. Added the user friendly message with USE_OPENMP=1. The users should ...
Xianyi Zhang
1
-0
/
+21
2011-01-24
Used the environment variable OPENBLAS_NUM_THREADS to set the number of threa...
Xianyi Zhang
1
-12
/
+12
2011-01-24
Import GotoBLAS2 1.13 BSD version codes.
Xianyi Zhang
46
-0
/
+40132