Home
last modified time | relevance | path

Searched defs:halfwarpid (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx174 int halfwarpid = threadIdx.y * 2 + threadIdx.x / (WARP_SIZE / 2); in segment_scan() local
/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu170 int halfwarpid = threadIdx.y * 2 + threadIdx.x / 16; in segment_scan() local