Skip to content

Commit

Permalink
clongfloat (complex256) was not supported by CuPy
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Apr 9, 2018
1 parent 123448e commit ad6ae27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cupy/__init__.py
Expand Up @@ -175,15 +175,14 @@ def is_available():

from numpy import complex_ # NOQA

from numpy import clongfloat # NOQA

from numpy import complex64 # NOQA

from numpy import complex128 # NOQA

# Not supported by CuPy:
# from numpy import complex192
# from numpy import complex256
# from numpy import clongfloat

# -----------------------------------------------------------------------------
# Any Python object
Expand Down

0 comments on commit ad6ae27

Please sign in to comment.