[oneMKL][Sparse BLAS] Missing constructor for oneapi::mkl::sparse::matrix_view
#578
Labels
oneapi::mkl::sparse::matrix_view
#578
It appears that we are missing a constructor:
matrix_view(matrix_descr type_view, uplo uplo_view, diag diag_view);
in the
oneapi::mkl::sparse::matrix_view
data structure.While it is possible for users to individually have:
in their code, it would be helpful to allow:
Without a triplet constructor, we have errors like so:
@Rbiessy, @spencerpatty, @baeseung-intel
The text was updated successfully, but these errors were encountered: