Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpopulation_count_op_gpu.cu.cc39 GPU_1D_KERNEL_LOOP(i, size) { output[i] = __popc(ldg(input + i)); } in PopulationCountKernel()
48 output[i] = __popc(ldg(reinterpret_cast<const uint8*>(input + i))); in PopulationCountKernel()
58 output[i] = __popc(ldg(reinterpret_cast<const uint16*>(input + i))); in PopulationCountKernel()
Ddepthwise_conv_op_gpu.h1134 assert(__popc(kWidth) == 1);
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h128 INLINE uint32_t __kmpc_impl_popc(uint32_t x) { return __popc(x); } in __kmpc_impl_popc()
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/docs/
DReductionDesign.txt259 int thread_num = __popc(tnum);
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_device_functions.h503 __DEVICE__ int __popc(int __a) { return __nv_popc(__a); } in __popc() function