OpenMathLib / OpenMathLib/OpenBLAS
[Feature Request] cblas_zomatadd should be supported.
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 7.6k
- Forks
- 1.7k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 42
Description
The clbas_zomatadd should be supported same with the interface in MKL. implement the addition of two matrixes as bellow:
C := alphaop(A) + betaop(B)
The API in MKL is mkl_?omatadd, which scales and adds two matrices, as well as performing out-of-place transposition operations.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No OpenBLAS files or tests are named. Start by reading the linked MKL mkl_?omatadd reference and locating existing CBLAS matrix-operation entry points in OpenBLAS; done means cblas_zomatadd supports C := alphaop(A) + betaop(B) with the corresponding out-of-place transpose behavior and compatible API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- backend, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100