Skip to content

Commit d028dd5

Browse files
author
Holger Kohr
committed
ENH: add cupy tensor space
1 parent 48705e4 commit d028dd5

File tree

3 files changed

+2254
-0
lines changed

3 files changed

+2254
-0
lines changed

odl/space/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
from .npy_tensors import *
2020
__all__ += npy_tensors.__all__
2121

22+
from .cupy_tensors import *
23+
__all__ += cupy_tensors.__all__
24+
2225
from .pspace import *
2326
__all__ += pspace.__all__
2427

0 commit comments

Comments
 (0)