Martin Kroeker
b167ae1bae
Update c_zblat3c.c
1 year ago
Martin Kroeker
47f7d36942
Update c_cblat3c.c
1 year ago
Martin Kroeker
11004a77d7
Update c_dblat3c.c
1 year ago
Martin Kroeker
13aa7d81d6
Update c_sblat3c.c
1 year ago
Martin Kroeker
77b2f15c45
Merge branch 'OpenMathLib:develop' into gemmt_tests
1 year ago
Martin Kroeker
ebbe682f7d
Fix function prototypes
1 year ago
Martin Kroeker
70865a894e
Merge pull request #5180 from ywwry66/openmp_use_cmake
CMake: Pass `OpenMP` compiler and linker flags through CMake targets
1 year ago
Martin Kroeker
fc8090b607
Move additional omp dependency to EXTRALIB
1 year ago
Ruiyang Wu
1b0c0f00e9
CMake: Avoid mixed OpenMP linkage
1 year ago
Martin Kroeker
030bfd1b34
Remove unused and conflicting declarations from the f2c preamble
1 year ago
Martin Kroeker
140da0c8f3
Fix f2c conversion errors
1 year ago
Martin Kroeker
cf4c5a6d89
Update f2c-translated stand-ins to include GEMMTR
1 year ago
Martin Kroeker
d1d3342fe5
Restore OpenBLAS version of header and add GEMMTR
1 year ago
Martin Kroeker
9fe2784b0c
Delete non-applicable header entries from Reference-LAPACK
1 year ago
Martin Kroeker
088f3b4355
Update CBLAS3 tests from Reference-LAPACK to add GEMMT(R) testing
1 year ago
Martin Kroeker
5d81e514e4
Assume no underline suffixes on symbols when compiling with ifx on Windows
1 year ago
Martin Kroeker
4ba471dd5a
Merge pull request #5003 from mathomp4/bugfix/nag-pic
Fixes for NAG Compiler
1 year ago
Matthew Thompson
d3b2036d49
Move to use ERROR STOP instead of ABORT
1 year ago
Kai Pastor
93eb42fdc8
Fix redefinition of FAILED
1 year ago
Martin Kroeker
4dba6ce6ea
work around mingw32-gfortran 14.2 miscompiling CBLAS1 tests
1 year ago
Rohit Goswami
d9f368dfe6
TST: Signal abort for ctest failures correctly
2 years ago
Martin Kroeker
869a169c57
Fix ZAXPYTEST prototype
1 year ago
Henry Chen
20bdb65882
Fix recursive variable expansion in Makefiles for LOONGSON3A
2 years ago
Vladimir Nikolić
127ea5d0d9
Add missing parenthesis
2 years ago
Martin Kroeker
edacf9b397
Work around spurious BLAS3 test errors on LOONGSON3R3/4 ( #4667 )
Force compilation with gfortran to use O0 on older Loongson hardware to avoid spurious test failures
2 years ago
Martin Kroeker
48e017de09
fix position of endif - gemm3m tests should not be run in cross-compiles
2 years ago
Martin Kroeker
5d929d2706
avoid overriding the global USE_GEMM3M
2 years ago
Martin Kroeker
a1ec94c258
Readd proper f2c'd sources for the GEMM3M tests
2 years ago
Martin Kroeker
ea167328f1
Add f2c-converted sources for GEMM3M tests
2 years ago
Martin Kroeker
5aaeca2896
fix name
2 years ago
Martin Kroeker
87dd1c710e
fix conditional gemm3m build
2 years ago
Martin Kroeker
0ce794f0c3
Enable GEMM3M tests on supported platforms
2 years ago
Martin Kroeker
3516fff378
Avoid linking both libgomp and libomp in mixed clang/gfortran builds
2 years ago
Martin Kroeker
a29f91ae9a
Merge pull request #4471 from ChipKerchner/fixMakefileAIXOpenMP
Fix Makefiles to support OpenMP on AIX for xlc (clang) with xlf.
2 years ago
Chip Kerchner
61c8e19f95
Fix Makefile to support OpenMP on AIX for xlc (clang) with xlf.
2 years ago
Sergei Lewis
1093def0d1
Merge branch 'risc-v' into develop
2 years ago
kseniyazaytseva
ff41cf5c49
Fix BLAS, BLAS-like functions and Generic RISC-V kernels
* Fixed gemmt, imatcopy, zimatcopy_cnc functions
* Fixed cblas_cscal testing in ctest
* Removed rotmg unreacheble code
* Added zero size checks
3 years ago
Martin Kroeker
c5e7339c9e
correct prototypes for INTERFACE64 builds
2 years ago
Martin Kroeker
d8126c76e7
fix prototype
2 years ago
Martin Kroeker
769a58e9d1
fix prototypes of stest and itest1 for INTERFACE64
2 years ago
Martin Kroeker
c30b530878
fix prototypes of ctest and itest for INTERFACE64
2 years ago
Martin Kroeker
2b865da730
fix prototypes of stest and ctest for INTERFACE64
2 years ago
Martin Kroeker
65bfe1a06d
fix prototype of itest1 for INTERFACE64
2 years ago
Martin Kroeker
b626544ca3
complete function prototypes and remove unused functions
2 years ago
Martin Kroeker
7a96908d0c
Add -lgomp when IBM xlf is combined with gcc in OPENMP builds
2 years ago
Aiden Grossman
b209915121
Fix build with clang
There are two instances when building the tests where OpenBLAS fails to
build with OpenMP and clang due to library paths getting reset as flags
are set rather than appended. This seems to only affect certain
clang/libomp installations, but if it's already grabbing the correct
library paths we might as well use them.
3 years ago
Martin Kroeker
91110f92d2
fix missing return type in function declaration
3 years ago
Pablo Romero
84a5f0e2eb
Fixes #3743 .
3 years ago
Isuru Fernando
d54971fe20
Fix building tests when NOFORTRAN is not given at all
4 years ago
Martin Kroeker
6e018b84c4
Fix function prototypes and INTERFACE64 support
4 years ago