Searched defs:tidx (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/sell/seq/seqhip/ |
| H A D | sellhip.hip.cxx | 118 int tidx = tid % BLOCKY; in matmult_seqsell_tiled_kernel9() local 147 int tidx = tid % BLOCKY; in matmultadd_seqsell_tiled_kernel9() local 222 int tid = threadIdx.x + threadIdx.y * WARP_SIZE, tidx = tid % BLOCKY, tidy = tid / BLOCKY; in matmult_seqsell_tiled_kernel8() local 277 int tid = threadIdx.x + threadIdx.y * WARP_SIZE, tidx = tid % BLOCKY, tidy = tid / BLOCKY; in matmultadd_seqsell_tiled_kernel8() local
|
| /petsc/src/mat/impls/sell/seq/seqcuda/ |
| H A D | sellcuda.cu | 114 int tidx = tid % BLOCKY; in matmult_seqsell_tiled_kernel9() local 143 int tidx = tid % BLOCKY; in matmultadd_seqsell_tiled_kernel9() local 218 int tid = threadIdx.x + threadIdx.y * 32, tidx = tid % BLOCKY, tidy = tid / BLOCKY; in matmult_seqsell_tiled_kernel8() local 273 int tid = threadIdx.x + threadIdx.y * 32, tidx = tid % BLOCKY, tidy = tid / BLOCKY; in matmultadd_seqsell_tiled_kernel8() local
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 156 …PetscInt *counts, *newproc_idx, ii, jj, kk, strideNew, *tidx, ncrs_new, ncrs_eq_new, nloc_old, exp… in PCGAMGCreateLevel_GAMG() local
|