◆ HostToHost
polygraphy.util.cuda.Cuda.MemcpyKind.HostToHost = ctypes.c_int(0) |
|
static |
◆ HostToDevice
polygraphy.util.cuda.Cuda.MemcpyKind.HostToDevice = ctypes.c_int(1) |
|
static |
◆ DeviceToHost
polygraphy.util.cuda.Cuda.MemcpyKind.DeviceToHost = ctypes.c_int(2) |
|
static |
◆ DeviceToDevice
polygraphy.util.cuda.Cuda.MemcpyKind.DeviceToDevice = ctypes.c_int(3) |
|
static |
◆ Default
polygraphy.util.cuda.Cuda.MemcpyKind.Default = ctypes.c_int(4) |
|
static |
The documentation for this class was generated from the following file: