8000 Differences betwen SPBLAS - xcsrmultd & xcsrmm ? · Issue #2569 · uxlfoundation/oneDAL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Differences betwen SPBLAS - xcsrmultd & xcsrmm ? #2569
Open
@rakshithgb-fujitsu

Description

@rakshithgb-fujitsu

The current workflow of PCA depends on xcsrmultd. Going through MKL docs here for this routine shows it does the sparse matrix-matrix op of the following form and also points out that its deprecated-

C := op(A)*B

On the other hand xcsrmm is defined here as (and als 5A79 o mentions it supports 1 based indexing as well)-

C := alphaAB + beta*C

which essentially means the same as xcsrmultd when alpha = 1 and beta = 0 right? Also, why are the deprecated forms still used in onedal?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0