Skip to content

Commit 4ccb9c1

Browse files
committed
Regenerate CUDA bindings docs refs
1 parent a78cdb2 commit 4ccb9c1

9 files changed

Lines changed: 6317 additions & 5767 deletions

File tree

cuda_bindings/cuda/bindings/driver.pxd.in

Lines changed: 1196 additions & 1054 deletions
Large diffs are not rendered by default.

cuda_bindings/cuda/bindings/driver.pyx.in

Lines changed: 2499 additions & 2441 deletions
Large diffs are not rendered by default.

cuda_bindings/cuda/bindings/nvrtc.pxd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ cimport cuda.bindings.cynvrtc as cynvrtc
77
include "_lib/utils.pxd"
88

99
cdef class nvrtcProgram:
10-
""" nvrtcProgram is the unit of compilation, and an opaque handle for a program.
10+
""" :py:obj:`~.nvrtcProgram` is the unit of compilation, and an opaque handle for a program.
1111
12-
To compile a CUDA program string, an instance of nvrtcProgram must be created first with nvrtcCreateProgram, then compiled with nvrtcCompileProgram.
12+
To compile a CUDA program string, an instance of :py:obj:`~.nvrtcProgram` must be created first with :func:`~.nvrtcCreateProgram`, then compiled with :func:`~.nvrtcCompileProgram`.
1313
1414
Methods
1515
-------

cuda_bindings/cuda/bindings/nvrtc.pyx

Lines changed: 86 additions & 83 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)