cuda.Device

Module Contents

class cuda.Device.Device

The property sheet of a CUDA capable device

id
name =
capability = []
driverVersion = []
runtimeVersion = []
computeMode = 0
managedMemory = False
unifiedAddressing = False
processors = 0
coresPerProcessor = 0
globalMemory = 0
constantMemory = 0
sharedMemoryPerBlock = 0
warp = 0
maxThreadsPerBlock = 0
maxThreadsPerProcessor = 0
maxGrid = []
maxThreadBlock = []
_cublas_handle
_curand_generator
_cusolverdn_handle
initialize(self)

Initialize device and its handles

get_cublas_handle(self)
get_cusolverdn_handle(self)
get_curand_generator(self)
reset(self)

Reset the current device

synchronize(self)

Synchronize the current device

dump(self, indent='')

Print information about this device