Home
last modified time | relevance | path

Searched refs:otherActIdx (Results 1 – 1 of 1) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dneighbor_kernel.cu173 int otherActIdx = threadIdx.x + otherActOffset; in NeighborBuildFullBin_Kernel() local
175 if(otherActIdx < bin_c) { in NeighborBuildFullBin_Kernel()
182 other_id[threadIdx.x] = binned_id[__mul24(bin, bin_nmax) + otherActIdx]; in NeighborBuildFullBin_Kernel()
183 my_x = binned_x + __mul24(__mul24(bin, 3), bin_nmax) + otherActIdx; in NeighborBuildFullBin_Kernel()
246 int otherActIdx = otherActOffset + threadIdx.x; in NeighborBuildFullBin_Kernel() local
250 my_x = binned_x + __mul24(__mul24(other_bin, 3), bin_nmax) + otherActIdx; in NeighborBuildFullBin_Kernel()
438 int otherActIdx = threadIdx.x + otherActOffset; in NeighborBuildFullBin_OverlapComm_Kernel() local
440 if(otherActIdx < bin_c) { in NeighborBuildFullBin_OverlapComm_Kernel()
447 other_id[threadIdx.x] = binned_id[__mul24(bin, bin_nmax) + otherActIdx]; in NeighborBuildFullBin_OverlapComm_Kernel()
448 my_x = binned_x + __mul24(__mul24(bin, 3), bin_nmax) + otherActIdx; in NeighborBuildFullBin_OverlapComm_Kernel()
[all …]