We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8690d8 commit a2b6f74Copy full SHA for a2b6f74
numba_cuda/numba/cuda/intrinsics.py
@@ -197,6 +197,7 @@ def syncthreads_or(typingctx, predicate):
197
fname = 'llvm.nvvm.barrier0.or'
198
return _syncthreads_predicate(typingctx, predicate, fname)
199
200
+
201
@overload_method(types.Integer, 'bit_count', target='cuda')
202
def integer_bit_count(i):
203
return lambda i: cuda.popc(i)
0 commit comments