MatH2OpusGetNativeMult#
Query whether the native H2Opus matrix-vector multiplication path is enabled for a MATH2OPUS.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatH2OpusGetNativeMult(Mat A, PetscBool *nm)
Not Collective
Input Parameter#
A - the
MATH2OPUSmatrix
Output Parameter#
nm -
PETSC_TRUEif the native H2Opus multiply is enabled,PETSC_FALSEotherwise
See Also#
Level#
advanced
Location#
src/mat/impls/h2opus/cuda/math2opus.cu
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages