Searched refs:ZeroRows (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/hypre/hip/ |
| H A D | hypre2.hip.cxx | 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 | 14 ZeroRows<<<dim3(gridDimX, 1), dim3(blkDimX, blkDimY), 0, stream>>>(n, rows, i, j, a, diag); in MatZeroRows_CUDA()
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre_kernels.hpp | 6 __global__ static void ZeroRows(PetscInt n, const PetscInt rows[], const HYPRE_Int i[], const HYPRE… in ZeroRows() function
|