Skip to content

Commit

Permalink
ENH: add cupy tensor space
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Kohr committed Nov 13, 2017
1 parent 6b73551 commit 4fc8c3b
Show file tree
Hide file tree
Showing 3 changed files with 2,254 additions and 0 deletions.
3 changes: 3 additions & 0 deletions odl/space/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
from .npy_tensors import *
__all__ += npy_tensors.__all__

from .cupy_tensors import *
__all__ += cupy_tensors.__all__

from .pspace import *
__all__ += pspace.__all__

Expand Down
Loading

0 comments on commit 4fc8c3b

Please sign in to comment.