Skip to content

Commit

Permalink
Add pycuda.driver.Array.handle to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepfister committed Nov 11, 2015
1 parent 86ecf27 commit 2e0e998
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/driver.rst
Expand Up @@ -1283,6 +1283,12 @@ Arrays and Textures
Return a :class:`ArrayDescriptor3D` object for this 3D array,
like the one that was used to create it. CUDA 2.0 and above only.

.. attribute:: handle

Return an :class:`int` representing the address in device memory where
this array resides.


.. class:: SurfaceReference()

.. note::
Expand Down

0 comments on commit 2e0e998

Please sign in to comment.