Searched refs:grid_size (Results 1 – 4 of 4) sorted by relevance
123 const PetscCount grid_size = gridDim.x * blockDim.x; in MatPackCOOValues() local124 for (; i < nnz; i += grid_size) buf[i] = kv[perm[i]]; in MatPackCOOValues()130 const PetscCount grid_size = gridDim.x * blockDim.x; in MatAddLocalCOOValues() local131 for (; i < Annz + Bnnz; i += grid_size) { in MatAddLocalCOOValues()147 const PetscCount grid_size = gridDim.x * blockDim.x; in MatAddRemoteCOOValues() local148 for (; i < Annz2 + Bnnz2; i += grid_size) { in MatAddRemoteCOOValues()
3773 const PetscCount grid_size = gridDim.x * blockDim.x; in MatAddCOOValues() local3774 for (; i < nnz; i += grid_size) { in MatAddCOOValues()
4416 const PetscCount grid_size = gridDim.x * blockDim.x; in MatAddCOOValues() local4417 for (; i < nnz; i += grid_size) { in MatAddCOOValues()