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 e5979a4 commit d852a78Copy full SHA for d852a78
mne/cuda.py
@@ -46,7 +46,8 @@ def get_shared_mem(
46
Returns
47
-------
48
a mapped array: np.ndarray
49
- An array to be passed into cupy.asarray, which does not copy if shared memory is already allocated.
+ An array to be passed into cupy.asarray, which does not copy if
50
+ shared memory is already allocated.
51
"""
52
from numba import cuda
53
0 commit comments