Martin Kroeker
20f2ba0141
Move declaration of i for pre-C99 compilers
11 months ago
Martin Kroeker
e2e6a4d90a
Merge pull request #5276 from nakagawa-fj/gemm_2d_thread_partitioning
Improvement of 2D thread-partitioned GEMM for M << N case
11 months ago
Martin Kroeker
9ef5995c22
Merge pull request #5277 from martin-frbg/fixmingw32
Fix building with mingw32-gcc15
11 months ago
Martin Kroeker
42b7d1f897
Fix addressing of alpha in CBLAS
11 months ago
Martin Kroeker
bd573a9d38
Expand mingw32 gfortran workaround to all versions after 14.1
11 months ago
Masato Nakagawa
2351a98005
Update 2D thread-partitioned GEMM for M << N case.
11 months ago
Martin Kroeker
a5f701c4ab
Merge pull request #5274 from martin-frbg/issue5247
Expressly provide a shared libs option in CMakelists.txt
11 months ago
Martin Kroeker
4ca76d9de4
Expressly provide a shared libs option
11 months ago
Martin Kroeker
846a5436e7
Merge pull request #5273 from martin-frbg/issue5259
CMAKE: Do not suffix the library with a 64 if LIBNAMESUFFIX already contains it
11 months ago
Martin Kroeker
8779eac3b8
Do not add a 64 suffix to the library name if the user-provided suffix already contains it
11 months ago
Martin Kroeker
3473118213
Merge pull request #5272 from martin-frbg/issue5271
Fix compiler options for NeoverseN1 and CortexX2/A?10 in CMake builds
11 months ago
Martin Kroeker
f2022c23ac
Remove sve capability from NeoverseN1 and specify CortexX2/A?10 as arm8.4a
11 months ago
Martin Kroeker
b5456c1b41
Merge pull request #5260 from taoye9/enable_bf16_gemm_gemv_forward_on_arm64
enable sbgemm to be forward to sbgemv on arm64
11 months ago
Martin Kroeker
5a322f21af
Merge pull request #5268 from martin-frbg/fix-dyn-sgemmdirect
Fix conditional inclusion of SGEMM_KERNEL_DIRECT
11 months ago
Martin Kroeker
6680e0592f
Fix conditional inclusion of SGEMM_KERNEL_DIRECT
11 months ago
Martin Kroeker
0b0bb9951d
Merge pull request #5265 from guoyuanplct/develop
kernel/riscv64:Added support for omatcopy on RISCV64_ZVL256B
11 months ago
guoyuanplct
7732a55200
Add retry mechanism after deadlock timeout for c910v.
11 months ago
guoyuanplct
be9f7550b5
Format Code
11 months ago
guoyuanplct
4d213653d8
kernel/riscv64:Added support for omatcopy on riscv64.
11 months ago
Martin Kroeker
8afddc1a81
Merge pull request #5262 from guoyuanplct/develop
kernel/riscv64:Fixed the bug of openblas_utest_ext failing in c/zgemv and some c/zgbmv tests:
11 months ago
guoyuanplct
9a7e3f102b
kernel/riscv64:Fixed the bug of openblas_utest_ext failing in c/zgemv and some c/zgbmv tests:
11 months ago
Martin Kroeker
5366902f9d
Merge pull request #5261 from ErnstPeng/fix-lasx
Fix cgemm_ncopy_16_lasx function for lapack-test and add it C function
11 months ago
pengxu
a978ad3180
Loongarch64: add C functions of zgemm_ncopy_16
11 months ago
pengxu
0ccb050583
Loongarch64: fixed cgemm_ncopy_16_lasx
11 months ago
Ye Tao
7321444660
enable sbgemm to be forward to sbgemv on arm64
1 year ago
Martin Kroeker
cf9e34c1f4
Merge pull request #5258 from martin-frbg/issue5255
Fix empty prototypes in files converted from Fortran (fixes compilation with GCC15)
1 year ago
Martin Kroeker
5141a90993
Fix ARMV9SME target in DYNAMIC_ARCH and add SME query code for MacOS ( #5222 )
* Fix ARMV9SME target and add support_sme1 code for MacOS
* make sgemm_direct unconditionally available on all arm64
* build a (dummy) sgemm_direct kernel on all arm64
* Update dynamic_arm64.c
1 year ago
Martin Kroeker
2320e0b757
Merge pull request #5244 from chitao1234/develop
allow the use of LAPACK_COMPLEX_CPP when using MSVC compiler
1 year ago
Martin Kroeker
0d69a2930d
Fix empty prototypes of select/selctg
1 year ago
Martin Kroeker
ebbe682f7d
Fix function prototypes
1 year ago
Martin Kroeker
151b74284e
Merge pull request #5203 from quic/fix-sgemmdirect-sme1
Add vector registers to clobber list to prevent compiler optimization.
1 year ago
Martin Kroeker
3c878f3e70
Cirrus CI: Update xcode version in the Apple crossbuilds ( #5254 )
* Update xcode version in the Apple crossbuilds
1 year ago
Martin Kroeker
3e961c2771
Merge pull request #5251 from martin-frbg/issue5250
Fix out-of-bounds accesses in ?/SCAL/?GEEV triggered by preceding errrors/invalid inputs
1 year ago
Martin Kroeker
0ea9205a6c
Merge pull request #5249 from scottt/fix-build-on-intel-arrow-lake
cpuid_x86: improve Intel Arrow Lake detection
1 year ago
Martin Kroeker
cba32d001a
Merge pull request #5245 from guoyuanplct/develop
Optimized RVV_ZVL256B Implementation of zgemv_n
1 year ago
Martin Kroeker
5c958dfe1e
Avoid of out of bounds accesses in SCAL when INFO<0
1 year ago
Martin Kroeker
4c0445aed1
Avoid out of bounds accesses in SCAL when INFO <0
1 year ago
Martin Kroeker
d48a2fc469
Avoid out of bounds accesses in SCAL when INFO<0
1 year ago
Martin Kroeker
47b43054f1
Avoid out of bounds accesses in SCAL when INFO<0
1 year ago
Martin Kroeker
52367eac67
Merge pull request #5248 from ErnstPeng/fix-lasx
Loongarch64: fixed some functions of LASX for lapck test
1 year ago
Scott Tsai
4bee135cc1
cpuid_x86: improve Intel Arrow Lake detection
Add Intel Arrow Lake CPUIDs. See the datasheet:
https://edc.intel.com/content/www/us/en/design/products/platforms/details/arrow-lake-s/core-ultra-200s-series-processors-datasheet-volume-1-of-2/cpuid/
1 year ago
pengxu
f19e72c402
Loongarch64: fixed swap_lasx
1 year ago
pengxu
b471fa337b
Loongarch64: fixed snrm2_lasx
1 year ago
pengxu
57bb46bedf
Loongarch64: fixed rot_lasx
1 year ago
pengxu
6dc4ca2391
Loongarch64: fixed icamax_lasx
1 year ago
pengxu
b528b1b8ea
Loongarch64: fixed iamax_lasx
1 year ago
pengxu
ba9569e382
Loongarch64: fixed dot_lasx
1 year ago
pengxu
dc5fa29851
Loongarch64: fixed cscal_lasx
1 year ago
pengxu
a98dd6d911
Loongarch64: fixed copy_lasx
1 year ago
pengxu
d49319c2d2
Loongarch64: fixed cnrm2_lasx
1 year ago