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 c54acc2 commit b11dc74Copy full SHA for b11dc74
numba_cuda/numba/cuda/cudadrv/devices.py
@@ -54,7 +54,6 @@ def current(self):
54
devnum = ac.devnum
55
if devnum is not None:
56
return self[devnum]
57
- return None
58
59
60
class _DeviceContextManager(object):
0 commit comments