Skip to content

Commit

Permalink
Support fallback-mode as an experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
asi1024 committed Oct 10, 2019
1 parent a992c33 commit 7bc8439
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cupyx/fallback_mode/__init__.py
@@ -1,5 +1,14 @@
from cupy import util as _util

# Attributes and Methods for fallback_mode
# Auto-execute numpy method when corresponding cupy method is not found

# "NOQA" to suppress flake8 warning
from cupyx.fallback_mode.fallback import numpy # NOQA


def _init():
_util.experimental('cupyx.fallback_mode.numpy')


_init()

0 comments on commit 7bc8439

Please sign in to comment.