Searched defs:Mat_SeqDenseCUPM (Results 1 – 1 of 1) sorted by relevance
35 struct Mat_SeqDenseCUPM { struct in Petsc::mat::cupm::impl::MatDense_Seq_CUPM36 PetscScalar *d_v; // pointer to the matrix on the GPU37 …ar *unplacedarray; // if one called MatCUPMDensePlaceArray(), this is where it stashed the original38 bool d_user_alloc;39 bool d_unplaced_user_alloc;41 cupmBlasInt_t *d_fact_ipiv; // device pivots42 cupmScalar_t *d_fact_tau; // device QR tau vector43 cupmBlasInt_t *d_fact_info; // device info44 cupmScalar_t *d_fact_work; // device workspace45 cupmBlasInt_t d_fact_lwork; // size of device workspace[all …]