We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the issue to track progress for BLAS 2 and 3 feature completeness. TPL hook: H=Host, C=cuBLAS, R=rocBLAS, M=MKL, O=oneMKL (sycl)
#BLAS 2
gemv
y(i) = beta * y(i) + alpha * SUM_j ( A(i,j) * X(j))
gbmv
symv
sbmv
spmv
trmv
tbmv
tpmv
trsv
tbsv
tpsv
ger
syr
spr
sy2r
sp2r
#BLAS 3
gemm
C(i,j) = beta * C(i,j) + alpha * SUM_k(A(i,k) * B(k,j))
symm
syrk
syr2k
trmm
trsm
hemm
herk
her2k
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the issue to track progress for BLAS 2 and 3 feature completeness.
TPL hook: H=Host, C=cuBLAS, R=rocBLAS, M=MKL, O=oneMKL (sycl)
#BLAS 2
gemv
y(i) = beta * y(i) + alpha * SUM_j ( A(i,j) * X(j))
gbmv
symv
sbmv
spmv
trmv
tbmv
tpmv
trsv
tbsv
tpsv
ger
syr
spr
sy2r
sp2r
#BLAS 3
gemm
C(i,j) = beta * C(i,j) + alpha * SUM_k(A(i,k) * B(k,j))
symm
syrk
syr2k
trmm
trsm
hemm
herk
her2k
The text was updated successfully, but these errors were encountered: