Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpopulation_count_op_gpu.cu.cc66 GPU_1D_KERNEL_LOOP(i, size) { output[i] = __popcll(ldg(input + i)); } in PopulationCountKernel()
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_device_functions.h504 __DEVICE__ int __popcll(long long __a) { return __nv_popcll(__a); } in __popcll() function