Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h144 return __ballot(1); in __kmpc_impl_activemask()
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/docs/
DReductionDesign.txt258 unsigned tnum = __ballot(1);
415 unsigned tnum = __ballot(1);
/external/tensorflow/tensorflow/core/util/
Dgpu_device_functions.h313 return __ballot(pred) & mask; // Apply mask to match __ballot_sync's spec. in GpuBallotSync()
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_device_functions.h31 __DEVICE__ unsigned int __ballot(int __a) { return __nvvm_vote_ballot(__a); } in __ballot() function