Skip to content

Commit

Permalink
Merge pull request #16 from cupy/remove-init
Browse files Browse the repository at this point in the history
Remove description about init
  • Loading branch information
okuta committed Feb 27, 2017
2 parents 37a91fe + 3aa9fce commit a4209b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/tutorial/gpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ In this section, you will learn about the following things:
Basics of :class:`cupy.ndarray`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. note::

CuPy does not require explicit initialization, so ``cuda.init()`` function is deprecated.

CuPy is a GPU array backend that implements a subset of NumPy interface.
The :class:`cupy.ndarray` class is in its core, which is a compatible GPU alternative of :class:`numpy.ndarray`.
CuPy implements many functions on :class:`cupy.ndarray` objects.
Expand Down

0 comments on commit a4209b5

Please sign in to comment.