From d616d511b5035813e5bb7f7416632900a0f76e64 Mon Sep 17 00:00:00 2001 From: Dai-Ni Hsieh Date: Mon, 14 Oct 2024 12:25:41 -0700 Subject: [PATCH] [SPARSE] Fix oneMKL name usages in comments (#587) Co-authored-by: Romain Biessy --- include/oneapi/mkl/sparse_blas/types.hpp | 2 +- src/sparse_blas/backends/mkl_common/mkl_handles.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/oneapi/mkl/sparse_blas/types.hpp b/include/oneapi/mkl/sparse_blas/types.hpp index d4aea3e88..d619be4b3 100644 --- a/include/oneapi/mkl/sparse_blas/types.hpp +++ b/include/oneapi/mkl/sparse_blas/types.hpp @@ -26,7 +26,7 @@ #include "detail/operation_types.hpp" /** - * @file Include and define the sparse types that are common between close-source MKL API and oneMKL API. + * @file Include and define the sparse types that are common between Intel(R) oneMKL API and oneMKL interfaces API. */ namespace oneapi { diff --git a/src/sparse_blas/backends/mkl_common/mkl_handles.hpp b/src/sparse_blas/backends/mkl_common/mkl_handles.hpp index efadd72e7..44b12e8df 100644 --- a/src/sparse_blas/backends/mkl_common/mkl_handles.hpp +++ b/src/sparse_blas/backends/mkl_common/mkl_handles.hpp @@ -61,7 +61,7 @@ struct dense_matrix_handle : public detail::generic_dense_matrix_handle { namespace oneapi::mkl::sparse::detail { /** - * Internal sparse_matrix_handle type for MKL backends. + * Internal sparse_matrix_handle type for MKLCPU and MKLGPU backends. * Here \p matrix_handle_t is the type of the backend's handle. * The user-facing incomplete type matrix_handle_t must be kept incomplete. * Internally matrix_handle_t is reinterpret_cast as