Lines Matching refs:totalchunks
18 PetscInt totalchunks; member
55 cudastruct->totalchunks = a->totalchunks; in MatSeqSELLCUDACopyToGPU()
64 …PetscCallCUDA(cudaMalloc((void **)&cudastruct->chunk_slice_map, a->totalchunks * sizeof(*cudastruc… in MatSeqSELLCUDACopyToGPU()
65 …PetscCallCUDA(cudaMemcpy(cudastruct->chunk_slice_map, a->chunk_slice_map, a->totalchunks * sizeof(… in MatSeqSELLCUDACopyToGPU()
66 …s] * (sizeof(MatScalar) + sizeof(PetscInt)) + (a->totalslices + 1 + a->totalchunks) * sizeof(Petsc… in MatSeqSELLCUDACopyToGPU()
185 …etscInt nrows, PetscInt sliceheight, PetscInt chunksperblock, PetscInt totalchunks, const PetscInt… in matmult_seqsell_tiled_kernel8() argument
198 if (cid < totalchunks) { in matmult_seqsell_tiled_kernel8()
240 …etscInt nrows, PetscInt sliceheight, PetscInt chunksperblock, PetscInt totalchunks, const PetscInt… in matmultadd_seqsell_tiled_kernel8() argument
253 if (cid < totalchunks) { in matmultadd_seqsell_tiled_kernel8()
661 nchunks = cudastruct->totalchunks; in MatMult_SeqSELLCUDA()
756 nchunks = cudastruct->totalchunks; in MatMultAdd_SeqSELLCUDA()
821 nchunks = cudastruct->totalchunks; in MatMultAdd_SeqSELLCUDA()