Lines Matching refs:nchunks
584 PetscInt chunksperblock, nchunks, *chunk_slice_map; in MatMult_SeqSELLHIP() local
663 nchunks = hipstruct->totalchunks; in MatMult_SeqSELLHIP()
665 nblocks = 1 + (nchunks - 1) / chunksperblock; in MatMult_SeqSELLHIP()
668 …<2><<<nblocks, dim3(WARP_SIZE, 2)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMult_SeqSELLHIP()
670 …<4><<<nblocks, dim3(WARP_SIZE, 4)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMult_SeqSELLHIP()
672 …<8><<<nblocks, dim3(WARP_SIZE, 8)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMult_SeqSELLHIP()
674 …6><<<nblocks, dim3(WARP_SIZE, 16)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMult_SeqSELLHIP()
676 …<2><<<nblocks, dim3(WARP_SIZE, 2)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMult_SeqSELLHIP()
720 PetscInt chunksperblock, nchunks, *chunk_slice_map; in MatMultAdd_SeqSELLHIP() local
754 nchunks = hipstruct->totalchunks; in MatMultAdd_SeqSELLHIP()
757 nblocks = 1 + (nchunks - 1) / chunksperblock; in MatMultAdd_SeqSELLHIP()
760 …<2><<<nblocks, dim3(WARP_SIZE, 2)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
762 …<4><<<nblocks, dim3(WARP_SIZE, 4)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
764 …<8><<<nblocks, dim3(WARP_SIZE, 8)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
766 …6><<<nblocks, dim3(WARP_SIZE, 16)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
768 …<2><<<nblocks, dim3(WARP_SIZE, 2)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
816 nchunks = hipstruct->totalchunks; in MatMultAdd_SeqSELLHIP()
819 nblocks = 1 + (nchunks - 1) / chunksperblock; in MatMultAdd_SeqSELLHIP()
822 …<2><<<nblocks, dim3(WARP_SIZE, 2)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
824 …<4><<<nblocks, dim3(WARP_SIZE, 4)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
826 …<8><<<nblocks, dim3(WARP_SIZE, 8)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
828 …6><<<nblocks, dim3(WARP_SIZE, 16)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()
830 …<2><<<nblocks, dim3(WARP_SIZE, 2)>>>(nrows, sliceheight, chunksperblock, nchunks, chunk_slice_map,… in MatMultAdd_SeqSELLHIP()