From 64d4b12b18a9bb270093f16603038be265386bfd Mon Sep 17 00:00:00 2001 From: Spencer Patty Date: Mon, 11 Sep 2023 16:46:40 -0700 Subject: [PATCH] fix whitespace issues --- .../elements/oneMKL/source/domains/spblas/gemmoptimize.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/elements/oneMKL/source/domains/spblas/gemmoptimize.rst b/source/elements/oneMKL/source/domains/spblas/gemmoptimize.rst index 30b4fb2d78..83a4f3ef6c 100644 --- a/source/elements/oneMKL/source/domains/spblas/gemmoptimize.rst +++ b/source/elements/oneMKL/source/domains/spblas/gemmoptimize.rst @@ -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