Martin Kroeker
16772ed07e
Update cscal.c
11 months ago
Martin Kroeker
e54f43bb45
Update cscal.c
11 months ago
Martin Kroeker
c7285a1406
Update cscal.c
11 months ago
Martin Kroeker
184a527165
Update cscal.c
11 months ago
Martin Kroeker
4f9be6d843
Update cscal.c
11 months ago
Martin Kroeker
ae5bdb76fb
Update cscal.c
11 months ago
Martin Kroeker
344b14a374
Update cscal.c
11 months ago
Martin Kroeker
35256671de
Update cscal.c
11 months ago
Martin Kroeker
a1efb03610
Update cscal.c
11 months ago
Martin Kroeker
80bf765839
Update cscal.c
11 months ago
Martin Kroeker
b1008985ae
Update cscal.c
11 months ago
Martin Kroeker
41cd46c2a9
Update cscal.c
11 months ago
Martin Kroeker
7b915870eb
Update cscal.c
11 months ago
Martin Kroeker
ef01810dde
Update cscal.c
11 months ago
Martin Kroeker
234bba3810
Update cscal.c
11 months ago
Martin Kroeker
62d8047c42
Update cscal.c
11 months ago
Martin Kroeker
2a17540469
Update cscal.c
11 months ago
Martin Kroeker
1c3fcfdbb3
Update cscal.c
11 months ago
Martin Kroeker
3c150610b7
Update cscal.c
11 months ago
Martin Kroeker
05ed745830
Add files via upload
11 months ago
Martin Kroeker
9df88344fc
Add files via upload
11 months ago
Martin Kroeker
b23efc5846
add handling of dummy2 flag
11 months ago
Martin Kroeker
0163143fdd
Merge pull request #5278 from martin-frbg/fixup5276
Fix compilation with pre-C99 compilers
11 months ago
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
1 year 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
1 year ago
Martin Kroeker
8779eac3b8
Do not add a 64 suffix to the library name if the user-provided suffix already contains it
1 year ago
Martin Kroeker
3473118213
Merge pull request #5272 from martin-frbg/issue5271
Fix compiler options for NeoverseN1 and CortexX2/A?10 in CMake builds
1 year ago
Martin Kroeker
f2022c23ac
Remove sve capability from NeoverseN1 and specify CortexX2/A?10 as arm8.4a
1 year 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
1 year ago
Martin Kroeker
5a322f21af
Merge pull request #5268 from martin-frbg/fix-dyn-sgemmdirect
Fix conditional inclusion of SGEMM_KERNEL_DIRECT
1 year ago
Martin Kroeker
6680e0592f
Fix conditional inclusion of SGEMM_KERNEL_DIRECT
1 year ago
Martin Kroeker
0b0bb9951d
Merge pull request #5265 from guoyuanplct/develop
kernel/riscv64:Added support for omatcopy on RISCV64_ZVL256B
1 year ago
guoyuanplct
7732a55200
Add retry mechanism after deadlock timeout for c910v.
1 year ago
guoyuanplct
be9f7550b5
Format Code
1 year ago
guoyuanplct
4d213653d8
kernel/riscv64:Added support for omatcopy on riscv64.
1 year 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:
1 year ago
guoyuanplct
9a7e3f102b
kernel/riscv64:Fixed the bug of openblas_utest_ext failing in c/zgemv and some c/zgbmv tests:
1 year 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
1 year ago
pengxu
a978ad3180
Loongarch64: add C functions of zgemm_ncopy_16
1 year ago
pengxu
0ccb050583
Loongarch64: fixed cgemm_ncopy_16_lasx
1 year 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