Skip to content

Commit a2b6f74

Browse files
authored
Fix flake8 issue
1 parent c8690d8 commit a2b6f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numba_cuda/numba/cuda/intrinsics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def syncthreads_or(typingctx, predicate):
197197
fname = 'llvm.nvvm.barrier0.or'
198198
return _syncthreads_predicate(typingctx, predicate, fname)
199199

200+
200201
@overload_method(types.Integer, 'bit_count', target='cuda')
201202
def integer_bit_count(i):
202203
return lambda i: cuda.popc(i)

0 commit comments

Comments
 (0)