OpenMathLib / OpenMathLib/OpenBLAS

[Feature Request] cblas_zomatadd should be supported.

Open
#4,236 5 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.