Lines Matching refs:PetscLogCpuToGpu
411 … PetscCall(PetscLogCpuToGpu((n + 1 + nzLower) * sizeof(int) + nzLower * sizeof(PetscScalar))); in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
428 PetscCall(PetscLogCpuToGpu(nzLower * sizeof(PetscScalar))); in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
541 … PetscCall(PetscLogCpuToGpu((n + 1 + nzUpper) * sizeof(int) + nzUpper * sizeof(PetscScalar))); in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
560 PetscCall(PetscLogCpuToGpu(nzUpper * sizeof(PetscScalar))); in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
600 PetscCall(PetscLogCpuToGpu(n * sizeof(PetscInt))); in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU()
612 PetscCall(PetscLogCpuToGpu(n * sizeof(PetscInt))); in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU()
930 …PetscCall(PetscLogCpuToGpu(2 * (((A->rmap->n + 1) + (a->nz)) * sizeof(int) + (a->nz) * sizeof(Pets… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
959 PetscCall(PetscLogCpuToGpu(2 * (a->nz) * sizeof(PetscScalar))); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
1008 PetscCall(PetscLogCpuToGpu(2. * n * sizeof(PetscInt))); in MatSeqAIJCUSPARSEICCAnalysisAndCopyToGPU()
1354 PetscCall(PetscLogCpuToGpu((A->rmap->n + 1) * sizeof(PetscInt))); in MatSeqAIJCUSPARSEFormExplicitTranspose()
2443 PetscCall(PetscLogCpuToGpu(a->nz * sizeof(PetscScalar))); in MatSeqAIJCUSPARSECopyToGPU()
2556 …PetscCall(PetscLogCpuToGpu(((m + 1) + (a->nz)) * sizeof(int) + tmp * sizeof(PetscInt) + (3 + (a->n… in MatSeqAIJCUSPARSECopyToGPU()
3178 PetscCall(PetscLogCpuToGpu((B->rmap->n + 1) * sizeof(PetscInt))); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
4503 PetscCall(PetscLogCpuToGpu((A->rmap->n + 1) * sizeof(PetscInt))); in MatSeqAIJCUSPARSEGetIJ()
4813 PetscCall(PetscLogCpuToGpu((A->rmap->n + 1) * sizeof(PetscInt))); in MatSeqAIJCUSPARSEMergeMats()
4821 PetscCall(PetscLogCpuToGpu((B->rmap->n + 1) * sizeof(PetscInt))); in MatSeqAIJCUSPARSEMergeMats()
5044 PetscCall(PetscLogCpuToGpu(n * sizeof(PetscInt))); in MatSeqAIJCopySubArray_SeqAIJCUSPARSE()
5064 if (!dmem) PetscCall(PetscLogCpuToGpu(n * sizeof(PetscScalar))); in MatSeqAIJCopySubArray_SeqAIJCUSPARSE()