Chris Sidebottom
8cd4be8d47
Temporarily disable test_bgemm
2 months ago
Chris Sidebottom
f95e7b0e32
Add infrastructure for BGEMM
Setting up all the infrastructure for BGEMM support in OpenBLAS, hopefully I found all the right places.
Derived mostly from the previous work done in https://github.com/OpenMathLib/OpenBLAS/pull/5287
Co-authored-by: Ye Tao <ye.tao@arm.com>
3 months ago
Martin Kroeker
70865a894e
Merge pull request #5180 from ywwry66/openmp_use_cmake
CMake: Pass `OpenMP` compiler and linker flags through CMake targets
5 months ago
Martin Kroeker
1c5d0d5539
move libomp to extralib
5 months ago
Ruiyang Wu
1b0c0f00e9
CMake: Avoid mixed OpenMP linkage
6 months ago
Ye Tao
4346b91559
add beta and alpha testcase for sbgemv
7 months ago
Chip Kerchner
36bd3eeddf
Vectorize BF16 GEMV (VSX & MMA). Use GEMM_GEMV_FORWARD_BF16 (for Power).
11 months ago
Rohit Goswami
722e4ae07a
MAINT: Explicitly replace instead of unknown
1 year ago
Rohit Goswami
a6b7751881
BUG: Allow tests to be run multiple times
Without failures due to existing files
1 year ago
Chip Kerchner
89702e1f4a
Fix zero element GEMV test.
1 year ago
Chip Kerchner
77f85c7c00
GEMV tests don't like zero elements.
1 year ago
Chip Kerchner
868aa857bc
Change malloc zero to return one byte and update the SBGEMM test to again use sizes of zero.
1 year ago
Chip Kerchner
b1802f4dc8
Fix unit test to start at 1 instead of 0 - since malloc zero bytes fails on some systems.
1 year ago
Chip Kerchner
c23897f585
Add GEMV testing to SBGEMx vs SGEMx testing.
1 year ago
Martin Kroeker
6452f7b46d
Merge pull request #4873 from ChipKerchner/fixSBGEMMDefaults
[POWER] Problem with multi-threaded SBGEMM
1 year ago
Chip Kerchner
31226740d6
Cleanup of SBGEMM unit test.
1 year ago
Henry Chen
20bdb65882
Fix recursive variable expansion in Makefiles for LOONGSON3A
1 year ago
Chip Kerchner
b1737698db
Fix DEFAULTS in SBGEMM for POWER10. Also comparisons for SBGEMM unit test can be exactly due to epilison differences.
1 year ago
Martin Kroeker
76db713e79
fix invocation of GEMM3M tests
1 year ago
Vladimir Nikolić
56e1782ffb
Add another missing parenthesis
1 year ago
Chip Kerchner
f708944fea
Add all 4 variations of the SBGEMM to compare_sgemm_sbgemm
1 year 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
1 year ago
Martin Kroeker
28f151808e
Avoid overriding the global USE_GEMM3M
1 year ago
Martin Kroeker
ba201c1939
Enable GEMM3M tests on supported platforms
1 year ago
Martin Kroeker
4adfe4d531
Avoid linking both libgomp and libomp in mixed clang/gfortran builds
1 year ago
Martin Kroeker
e9f480111e
fix sbgemm bfloat16 conversion errors introduced in PR 4488
1 year ago
Martin Kroeker
fb99fc2e6e
fix type conversion warnings
1 year ago
Chip Kerchner
61c8e19f95
Fix Makefile to support OpenMP on AIX for xlc (clang) with xlf.
1 year ago
Isuru Fernando
6b2651ece3
Fix building test_sbgemm
1 year ago
Chip-Kerchner
d46eba06a7
Pack structure only on AIX.
2 years ago
Chip-Kerchner
e98e3c4783
Fix float32_bits union so that it always the sizeof float.
2 years ago
Chip-Kerchner
97a61d0577
Fix bfloat16_bits union so that it always the sizeof unsigned short.
2 years ago
Martin Kroeker
2a9981a244
Add -lgomp when IBM xlf is combined with gcc in OPENMP builds
2 years ago
Martin Kroeker
44e6e5479b
Use the C compiler for the C SBGEMM test source
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.
2 years ago
Martin Kroeker
3d338b57de
remove spurious loops
3 years ago
Martin Kroeker
d9dc015cfc
Use blasint for INTERFACE64 compatibility
3 years ago
Rajalakshmi Srinivasaraghavan
1d97405c02
POWER: Enable bfloat16 kernels by default
This patch enables bfloat16 kernels by default for POWER processors.
Tested on Linux POWER8, POWER9, POWER10 and AIX POWER10 systems.
3 years ago
Martin Kroeker
74dba0c90a
Fix missing braces from previous commit (PR3600)
3 years ago
Martin Kroeker
bef3871833
Disable flang (over-)optimizations in BLAS tests ( #3600 )
* limit flang optimizations to -O2
3 years ago
Martin Kroeker
145ccf8943
Prevent powershell from adding a BOM to test input ( #3595 )
* Prevent addition of a BOM to test input (which would distort the names of output files)
3 years ago
Martin Kroeker
2408315d10
Skip tests if Windows powershell added a BOM
3 years ago
Martin Kroeker
5dc6aa74f0
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
4 years ago
Martin Kroeker
b4f4ed378b
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
4 years ago
Martin Kroeker
3cfdb1770c
Remove code that disabled EXTRALIB on RISCV C910V
4 years ago
Martin Kroeker
30d835168a
Merge pull request #3088 from xoviat/msvc
add misc fixes.
4 years ago
Martin Kroeker
6ae7af78a3
Support compilation with nagfor
4 years ago
xoviat
3165c915b6
fix test helpers
4 years ago
xoviat
457ccc42c9
Merge branch 'develop' into msvc
4 years ago
Martin Kroeker
2b114c3f30
Restore proper Makefile
4 years ago