public interface TornadoTargetDevice
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglongintintlonglong[]long[]int
-
Method Details
-
getDeviceName
String getDeviceName() -
getDeviceGlobalMemorySize
long getDeviceGlobalMemorySize() -
getDeviceLocalMemorySize
long getDeviceLocalMemorySize() -
getDeviceMaxComputeUnits
int getDeviceMaxComputeUnits() -
getDeviceMaxWorkItemSizes
long[] getDeviceMaxWorkItemSizes() -
getDeviceMaxWorkGroupSize
long[] getDeviceMaxWorkGroupSize() -
getMaxThreadsPerBlock
int getMaxThreadsPerBlock() -
getDeviceMaxClockFrequency
int getDeviceMaxClockFrequency() -
getDeviceMaxConstantBufferSize
long getDeviceMaxConstantBufferSize() -
getDeviceMaxAllocationSize
long getDeviceMaxAllocationSize() -
getDeviceInfo
String getDeviceInfo()
-