Searched refs:matTranspose (Results 1 – 4 of 4) sorted by relevance
953 matstructT = (Mat_SeqAIJHIPSPARSEMultStruct *)hipsparsestruct->matTranspose; in MatSeqAIJHIPSPARSEFormExplicitTranspose()959 if (!hipsparsestruct->matTranspose) { /* create hipsparse matrix */ in MatSeqAIJHIPSPARSEFormExplicitTranspose()1079 ((Mat_SeqAIJHIPSPARSE *)A->spptr)->matTranspose = matstructT; in MatSeqAIJHIPSPARSEFormExplicitTranspose()2255 mat = cusp->matTranspose; in MatProductNumeric_SeqAIJHIPSPARSE_SeqDENSEHIP()2470 Amat = Acusp->matTranspose; in MatProductNumeric_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()2475 Bmat = Bcusp->matTranspose; in MatProductNumeric_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()2593 Amat = Acusp->matTranspose; in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()2603 Bmat = Bcusp->matTranspose; in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()3048 if (!hipsparsestruct->matTranspose) PetscCall(MatSeqAIJHIPSPARSEFormExplicitTranspose(A)); in MatMultAddKernel_SeqAIJHIPSPARSE()3049 matstruct = (Mat_SeqAIJHIPSPARSEMultStruct *)hipsparsestruct->matTranspose; in MatMultAddKernel_SeqAIJHIPSPARSE()[all …]
274 …Mat_SeqAIJHIPSPARSEMultStruct *matTranspose; /* pointer to the matrix on the GPU (for the tra… member
1228 matstructT = (Mat_SeqAIJCUSPARSEMultStruct *)cusparsestruct->matTranspose; in MatSeqAIJCUSPARSEFormExplicitTranspose()1234 if (!cusparsestruct->matTranspose) { /* create cusparse matrix */ in MatSeqAIJCUSPARSEFormExplicitTranspose()1404 ((Mat_SeqAIJCUSPARSE *)A->spptr)->matTranspose = matstructT; in MatSeqAIJCUSPARSEFormExplicitTranspose()2689 mat = cusp->matTranspose; in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()2969 Amat = Acusp->matTranspose; in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()2974 Bmat = Bcusp->matTranspose; in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()3096 Amat = Acusp->matTranspose; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()3106 Bmat = Bcusp->matTranspose; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()3584 if (!cusparsestruct->matTranspose) PetscCall(MatSeqAIJCUSPARSEFormExplicitTranspose(A)); in MatMultAddKernel_SeqAIJCUSPARSE()3585 matstruct = (Mat_SeqAIJCUSPARSEMultStruct *)cusparsestruct->matTranspose; in MatMultAddKernel_SeqAIJCUSPARSE()[all …]
309 …Mat_SeqAIJCUSPARSEMultStruct *matTranspose; /* pointer to the matrix on the GPU (for the transpo… member