Skip to content

Commit

Permalink
[SPARSE] Fix oneMKL name usages in comments (#587)
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Biessy <[email protected]>
  • Loading branch information
dnhsieh-intel and Rbiessy authored Oct 14, 2024
1 parent 058ee95 commit d616d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/oneapi/mkl/sparse_blas/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/sparse_blas/backends/mkl_common/mkl_handles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct dense_matrix_handle : public detail::generic_dense_matrix_handle<void*> {
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
Expand Down

0 comments on commit d616d51

Please sign in to comment.