Enum ocl::enums::DeviceInfo
[−]
[src]
pub enum DeviceInfo {
Type,
VendorId,
MaxComputeUnits,
MaxWorkItemDimensions,
MaxWorkGroupSize,
MaxWorkItemSizes,
PreferredVectorWidthChar,
PreferredVectorWidthShort,
PreferredVectorWidthInt,
PreferredVectorWidthLong,
PreferredVectorWidthFloat,
PreferredVectorWidthDouble,
MaxClockFrequency,
AddressBits,
MaxReadImageArgs,
MaxWriteImageArgs,
MaxMemAllocSize,
Image2dMaxWidth,
Image2dMaxHeight,
Image3dMaxWidth,
Image3dMaxHeight,
Image3dMaxDepth,
ImageSupport,
MaxParameterSize,
MaxSamplers,
MemBaseAddrAlign,
MinDataTypeAlignSize,
SingleFpConfig,
GlobalMemCacheType,
GlobalMemCachelineSize,
GlobalMemCacheSize,
GlobalMemSize,
MaxConstantBufferSize,
MaxConstantArgs,
LocalMemType,
LocalMemSize,
ErrorCorrectionSupport,
ProfilingTimerResolution,
EndianLittle,
Available,
CompilerAvailable,
ExecutionCapabilities,
QueueProperties,
Name,
Vendor,
DriverVersion,
Profile,
Version,
Extensions,
Platform,
DoubleFpConfig,
HalfFpConfig,
PreferredVectorWidthHalf,
HostUnifiedMemory,
NativeVectorWidthChar,
NativeVectorWidthShort,
NativeVectorWidthInt,
NativeVectorWidthLong,
NativeVectorWidthFloat,
NativeVectorWidthDouble,
NativeVectorWidthHalf,
OpenclCVersion,
LinkerAvailable,
BuiltInKernels,
ImageMaxBufferSize,
ImageMaxArraySize,
ParentDevice,
PartitionMaxSubDevices,
PartitionProperties,
PartitionAffinityDomain,
PartitionType,
ReferenceCount,
PreferredInteropUserSync,
PrintfBufferSize,
ImagePitchAlignment,
ImageBaseAddressAlignment,
}cl_device_info
Variants
TypeVendorIdMaxComputeUnitsMaxWorkItemDimensionsMaxWorkGroupSizeMaxWorkItemSizesPreferredVectorWidthCharPreferredVectorWidthShortPreferredVectorWidthIntPreferredVectorWidthLongPreferredVectorWidthFloatPreferredVectorWidthDoubleMaxClockFrequencyAddressBitsMaxReadImageArgsMaxWriteImageArgsMaxMemAllocSizeImage2dMaxWidthImage2dMaxHeightImage3dMaxWidthImage3dMaxHeightImage3dMaxDepthImageSupportMaxParameterSizeMaxSamplersMemBaseAddrAlignMinDataTypeAlignSizeSingleFpConfigGlobalMemCacheTypeGlobalMemCachelineSizeGlobalMemCacheSizeGlobalMemSizeMaxConstantBufferSizeMaxConstantArgsLocalMemTypeLocalMemSizeErrorCorrectionSupportProfilingTimerResolutionEndianLittleAvailableCompilerAvailableExecutionCapabilitiesQueuePropertiesNameVendorDriverVersionProfileVersionExtensionsPlatformDoubleFpConfigHalfFpConfigPreferredVectorWidthHalfHostUnifiedMemoryNativeVectorWidthCharNativeVectorWidthShortNativeVectorWidthIntNativeVectorWidthLongNativeVectorWidthFloatNativeVectorWidthDoubleNativeVectorWidthHalfOpenclCVersionLinkerAvailableBuiltInKernelsImageMaxBufferSizeImageMaxArraySizeParentDevicePartitionMaxSubDevicesPartitionPropertiesPartitionAffinityDomainPartitionTypeReferenceCountPreferredInteropUserSyncPrintfBufferSizeImagePitchAlignmentImageBaseAddressAlignmentTrait Implementations
impl PartialEq<DeviceInfo> for DeviceInfo
fn eq(&self, __arg_0: &DeviceInfo) -> bool
impl Clone for DeviceInfo
fn clone(&self) -> DeviceInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for DeviceInfo
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.