Searched refs:blkDimY (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/hypre/hip/ |
| H A D | hypre2.hip.cxx | 7 const PetscInt blkDimX = 16, blkDimY = 32; 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 | 7 const PetscInt blkDimX = 16, blkDimY = 32; in MatZeroRows_CUDA() local 14 ZeroRows<<<dim3(gridDimX, 1), dim3(blkDimX, blkDimY), 0, stream>>>(n, rows, i, j, a, diag); in MatZeroRows_CUDA()
|