Skip to content

Commit

Permalink
fix whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerpatty committed Sep 11, 2023
1 parent e01599e commit 64d4b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/elements/oneMKL/source/domains/spblas/gemmoptimize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ the handle.
In contrast to other optimization routines in Sparse BLAS domain
which are done solely based on the sparse matrix pattern,
two versions of the ``sparse::optimize_gemm`` routine are provided for preparing different
optimizations for ``sparse::gemm`` routine. In particular, if the shape
of the dense matrix right hand side, :math:`B`, is unknown or widely varying in
subsequent calls to ``sparse::gemm`` then a user might reasonably
optimizations for ``sparse::gemm`` routine. In particular, if the shape
of the dense matrix right hand side, :math:`B`, is unknown or widely varying in
subsequent calls to ``sparse::gemm`` then a user might reasonably
only wish to perform optimizations for ``:sparse::gemm`` with respect
to the sparse matrix structure. However, if one or more particular shapes of :math:`B`
is available, then each :math:`B` shape can be provided as an additional hint
Expand Down

0 comments on commit 64d4b12

Please sign in to comment.