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 57bc1b4 commit bbf0448Copy full SHA for bbf0448
mne/cuda.py
@@ -49,7 +49,7 @@ def _share_cuda_mem(x):
49
"""
50
from mne.fixes import has_numba
51
52
- if n_jobs == "cuda" and _cuda_capable and has_numba:
+ if _cuda_capable and has_numba:
53
from numba import cuda
54
55
out = cuda.mapped_array(x.shape, ...)
0 commit comments