Searched refs:gridDimX (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/hypre/hip/ |
| H A D | hypre2.hip.cxx | 8 PetscInt gridDimX = (n + blkDimX - 1) / blkDimX; in MatZeroRows_HIP() local 14 …hipLaunchKernelGGL(ZeroRows, dim3(gridDimX, 1), dim3(blkDimX, blkDimY), 0, stream, n, rows, i, j, … in MatZeroRows_HIP()
|
| /petsc/src/mat/impls/hypre/cuda/ |
| H A D | hypre1.cu | 8 PetscInt gridDimX = (n + blkDimX - 1) / blkDimX; in MatZeroRows_CUDA() local 14 ZeroRows<<<dim3(gridDimX, 1), dim3(blkDimX, blkDimY), 0, stream>>>(n, rows, i, j, a, diag); in MatZeroRows_CUDA()
|