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¶
|
Represent a GPU and act as an entry point for cuda.core features. |
|
Launches a |
|
Customizable |
|
Customizable |
|
Customizable launch options. |
CUDA compilation toolchain¶
|
Represent a compilation machinery to process programs into |
|
Represent a linking machinery to link one or multiple object codes into |
|
Represent a compiled program to be loaded onto the device. |
|
Customizable options for configuring Program. |
|
Customizable |
CUDA system information¶
- property System.driver_version: Tuple[int, int]¶
- cuda.core.experimental.system.driver_version¶
Query the CUDA driver version.
Returns
- tuple of int
A 2-tuple of (major, minor) version numbers.
Utility functions¶
Decorator to create proxy objects to |
|
|
A dataclass holding metadata of a strided dense array/tensor. |