Home
last modified time | relevance | path

Searched refs:MATSELLCUDA (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tests/
H A Dbench_spmv.c138 PetscCall(PetscStrcmp(petscmatformat, MATSELLCUDA, &issellcuda)); in TimedSpMV()
178 PetscCall(PetscStrcmp(petscmatformat, MATSELLCUDA, &issellcuda)); in WarmUpDevice()
243 PetscCall(PetscStrallocpy(MATSELLCUDA, petscmatformat)); in MapToPetscMatType()
/petsc/src/mat/interface/
H A Dmatregis.c209 PetscCall(MatRegisterRootName(MATSELLCUDA, MATSEQSELLCUDA, MATMPISELLCUDA)); in MatRegisterAll()
/petsc/doc/changes/
H A D320.md133 - Add `MATSELLCUDA`. It supports fast `MatMult()`, `MatMultTranspose()`, and `MatMultAdd()` on GPUs
/petsc/include/
H A Dpetscmat.h121 #define MATSELLCUDA "sellcuda" macro