Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.25 KB

File metadata and controls

69 lines (44 loc) · 1.25 KB
.. module:: cuda.core.experimental

cuda.core.experimental API Reference

All of the APIs listed (or cross-referenced from) below are considered experimental and subject to future changes without deprecation notice. Once stablized they will be moved out of the experimental namespace.

CUDA runtime

.. autosummary::
   :toctree: generated/

   Device
   Graph
   GraphBuilder
   launch

   :template: dataclass.rst

   EventOptions
   GraphCompleteOptions
   GraphDebugPrintOptions
   StreamOptions
   LaunchConfig


CUDA compilation toolchain

.. autosummary::
   :toctree: generated/

   Program
   Linker
   ObjectCode

   :template: dataclass.rst

   ProgramOptions
   LinkerOptions


CUDA system information

.. autoproperty:: cuda.core.experimental._system.System.driver_version
.. autoproperty:: cuda.core.experimental._system.System.num_devices
.. autoproperty:: cuda.core.experimental._system.System.devices


.. module:: cuda.core.experimental.utils

Utility functions

.. autosummary::
   :toctree: generated/

   args_viewable_as_strided_memory

   :template: dataclass.rst

   StridedMemoryView