Lines Matching refs:totalchunks
21 PetscInt totalchunks; member
58 hipstruct->totalchunks = a->totalchunks; in MatSeqSELLHIPCopyToGPU()
67 …PetscCallHIP(hipMalloc((void **)&hipstruct->chunk_slice_map, a->totalchunks * sizeof(*hipstruct->c… in MatSeqSELLHIPCopyToGPU()
68 …PetscCallHIP(hipMemcpy(hipstruct->chunk_slice_map, a->chunk_slice_map, a->totalchunks * sizeof(*a-… in MatSeqSELLHIPCopyToGPU()
69 …s] * (sizeof(MatScalar) + sizeof(PetscInt)) + (a->totalslices + 1 + a->totalchunks) * sizeof(Petsc… in MatSeqSELLHIPCopyToGPU()
189 …etscInt nrows, PetscInt sliceheight, PetscInt chunksperblock, PetscInt totalchunks, const PetscInt… in matmult_seqsell_tiled_kernel8() argument
202 if (cid < totalchunks) { in matmult_seqsell_tiled_kernel8()
244 …etscInt nrows, PetscInt sliceheight, PetscInt chunksperblock, PetscInt totalchunks, const PetscInt… in matmultadd_seqsell_tiled_kernel8() argument
257 if (cid < totalchunks) { in matmultadd_seqsell_tiled_kernel8()
663 nchunks = hipstruct->totalchunks; in MatMult_SeqSELLHIP()
754 nchunks = hipstruct->totalchunks; in MatMultAdd_SeqSELLHIP()
816 nchunks = hipstruct->totalchunks; in MatMultAdd_SeqSELLHIP()