Имя |
Описание |
CudaDeviceProperties |
CUDA device properties |
CudaOccupancy |
Cuda occupancy from CudaOccupancy.h |
CudaOccupancy.cudaOccDeviceProp |
mirror the type and spelling of cudaDeviceProp's members keep these alphabetized |
CudaOccupancy.cudaOccDeviceState |
define cudaOccDeviceState to include any device property needed to be passed in future GPUs so that user interfaces don't change ; hence users are encouraged to declare the struct zero in order to handle the assignments of any field that might be added for later GPUs. |
CudaOccupancy.cudaOccFuncAttributes |
define our own cudaOccFuncAttributes to stay consistent with the original header file |
CudaOccupancy.cudaOccResult |
|
DriverAPINativeMethods |
C# wrapper for the NVIDIA CUDA Driver API (--> cuda.h) |
DriverAPINativeMethods.ArrayManagement |
|
DriverAPINativeMethods.AsynchronousMemcpy_v2 |
|
DriverAPINativeMethods.ContextManagement |
|
DriverAPINativeMethods.CudaPeerAccess |
|
DriverAPINativeMethods.DeviceManagement |
Combines all API calls for device management |
DriverAPINativeMethods.ErrorHandling |
This section describes the error handling functions of the low-level CUDA driver application programming interface. |
DriverAPINativeMethods.Events |
|
DriverAPINativeMethods.ExportTables |
|
DriverAPINativeMethods.FunctionManagement |
|
DriverAPINativeMethods.GraphicsInterop |
|
DriverAPINativeMethods.Launch |
|
DriverAPINativeMethods.Limits |
|
DriverAPINativeMethods.MemoryManagement |
|
DriverAPINativeMethods.Memset |
|
DriverAPINativeMethods.MemsetAsync |
|
DriverAPINativeMethods.ModuleManagement |
|
DriverAPINativeMethods.Occupancy |
This section describes the occupancy calculation functions of the low-level CUDA driver application programming interface. |
DriverAPINativeMethods.ParameterManagement |
|
DriverAPINativeMethods.Profiling |
This section describes the profiler control functions of the low-level CUDA driver application programming interface. |
DriverAPINativeMethods.Streams |
|
DriverAPINativeMethods.SurfaceObjects |
Surface object management functions. |
DriverAPINativeMethods.SurfaceReferenceManagement |
|
DriverAPINativeMethods.SynchronousMemcpy_v2 |
|
DriverAPINativeMethods.TextureObjects |
Texture object management functions. |
DriverAPINativeMethods.TextureReferenceManagement |
|