Chris Sidebottom
37fc3bbca0
Add Infrastructure for SHGEMV
...
This adds all the relevant bits and pieces to add a `shgemv` path as
well as a future `hgemm`/`hgemv` path in a similar model to `sb` and `b`
interfaces.
I've also fixed a few bits and pieces around `shgemm` which didn't build
in a few situations.
2025-10-07 15:03:24 +00:00
Chris Sidebottom
e105411460
Add infrastructure for bgemv/bscal
...
- Sets up all the various entrypoints for `bgemv`
- Adds `bscal` for use in the `bgemv` interface
- Adds test cases for comparing `sgemv` and `bgemv`
- Adds generic kernels for `bgemv_n` and `bgemv_t` which are accurate
enough to pass above tests
2025-07-15 14:48:57 +01:00
Chris Sidebottom
09a016fdf6
Split sbgemv test from sbgemm test
2025-07-13 13:39:44 +00:00
Chris Sidebottom and Ye Tao
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 >
2025-07-08 16:22:41 +01:00
Martin Kroeker
901de8f33a
remove lapacke_mangling.h and add la_xisnan.mod
2025-07-05 20:35:16 +02:00
Evgeni Burovski
9f28161837
BENCH: add benchmarks using codspeed.io
2024-05-18 15:25:16 +03:00
Martin Kroeker
a721cac76a
Add GEMM3M tests and logs
2024-04-04 11:28:49 +02:00
kseniyazaytseva
46de7c8a2b
Merge remote-tracking branch 'origin/risc-v-new-tests' into new-tests
2024-02-09 23:52:51 +03:00
kseniyazaytseva
bf39c0d8b5
Added new tests for BLAS-like and BLAS API in utest
2024-01-18 23:56:22 +03:00
TiborGY
0d30daa772
Add junk from BF16 test to .gitignore
2023-08-16 00:07:17 +02:00
Martin Kroeker
ee80dd8371
Ignore LAPACK's la_constants.mod
2023-06-10 00:40:47 +02:00
Martin Kroeker
30d835168a
Merge pull request #3088 from xoviat/msvc
...
add misc fixes.
2021-03-14 17:14:28 +01:00
xoviat
457ccc42c9
Merge branch 'develop' into msvc
2021-01-27 14:15:59 -06:00
xoviat
b60de4447a
add cortex-m platform
2021-01-19 08:57:44 -06:00
Rajalakshmi Srinivasaraghavan
564b0d39ef
Add test for shgemm
...
This patch has Makefile changes to add test for shgemm which
compares sgemm and shgemm result.
2020-04-29 13:40:34 -05:00
Martin Liska
0e05ea9bac
Add CMake related files to .gitignore.
2020-02-13 14:51:55 +01:00
xoviat
5163a85d40
add gitignore directory
2019-05-05 13:09:48 -05:00
Isuru Fernando
7a96499b29
Don't change timestamps
2017-08-01 13:43:59 +05:30
Ashwin Sekhar T K
1de6fa0f50
Update .gitignore
2017-01-24 23:14:09 -08:00
Ashwin Sekhar T K
01e1d85339
Update .gitignore
2017-01-19 11:58:59 +05:30
Martin Köhler
7cd26f7e38
Update gitignore
2016-10-26 15:19:40 +02:00
Zhang Xianyi
a4c6a88a65
Delete vi swap file.
2015-11-11 04:19:43 +08:00
Zhang Xianyi
94b125255f
Merge branch 'develop' into cmake
...
Conflicts:
driver/others/memory.c
2015-10-13 04:46:08 +08:00
Lars Buitinck
b9534bbd76
git ignore versioned .so files
2015-09-22 12:01:09 +02:00
Hank Anderson
5eefe18ae4
Added CMakeLists.txt for the first of the BLAS folders.
...
It only does the double precision compile currently.
I realized I didn't finish converting Makefile.system yet, so I made
a note of that.
2015-01-27 16:17:17 -06:00
Hank Anderson
e5c47e44f6
First pass at converting a few makefiles to CMake.
2014-12-30 21:53:00 -06:00
Timothy Gu
4ebbf758f5
.gitignore: add some more entries concerned with kernel
...
Signed-off-by: Timothy Gu <timothygu99@gmail.com >
2014-06-27 13:58:42 -07:00
Zhang Xianyi
3eb5af1955
Refs #247 . Included lapack source codes. Avoid downloading tar.gz from netlib.org
...
Based on 3.4.2 version, apply patch.for_lapack-3.4.2.
2013-07-09 18:13:48 +08:00
Zaheer Chothia
ca4136cf41
Fixed #147 : LAPACK symbols were not being exported for version 3.4.2
2012-10-12 23:44:23 +02:00
Zhang Xianyi
157cc54449
Update git ignore file.
2012-06-23 08:04:58 +08:00
Xianyi Zhang
7945919f22
Updated gitignore file.
2011-06-19 12:07:31 +08:00
Xianyi Zhang
cc09e6ef3a
Ingnore *.obj files in git.
2011-05-27 18:12:45 +08:00
Xianyi Zhang
1dd1bba66c
Updated gitignore.
2011-02-16 17:37:48 +08:00
Xianyi Zhang
39aa892298
Added .gitignore files.
2011-01-24 19:59:52 +00:00