You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request tracker to add an API for sparse triangular solve with a dense matrix right-hand-side to the sparse BLAS domain in the oneMKL Specification.
The operation performed is, $\text{op}(A)\cdot Y = \alpha\cdot\text{op}(X)$, where:
$A$ is a sparse matrix,
$X$ and $Y$ are dense matrices,
$\alpha$ is a scalar, and
$\text{op}(\cdot)$ is one non-transpose/transpose/conjugate-transpose.
This is a request tracker to add an API for sparse triangular solve with a dense matrix right-hand-side to the sparse BLAS domain in the oneMKL Specification.
The text was updated successfully, but these errors were encountered: