Platforms to show: All Mac Windows Linux Cross-Platform

Back to CLDeviceMBS class.

CLDeviceMBS.kCacheMemTypeNone = 0

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the cache memory type constants.

CLDeviceMBS.kCacheMemTypeReadOnlyCache = 1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the cache memory type constants.

Read Only Cache.

CLDeviceMBS.kCacheMemTypeReadWriteCache = 2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the cache memory type constants.

Read/Write Cache.

CLDeviceMBS.kDeviceTypeAccelerator = 8

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the device type constants.

Accelerator = some special acceleration device

CLDeviceMBS.kDeviceTypeAll = &Hffffffff

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the device type constants.

This is the bitmask to catch all possible types.

CLDeviceMBS.kDeviceTypeCPU = 2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the device type constants.

CPU = your processor

CLDeviceMBS.kDeviceTypeDefault = 1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the device type constants.

Default device.

CLDeviceMBS.kDeviceTypeGPU = 4

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the device type constants.

GPU = your graphics card

CLDeviceMBS.kExceNativeKernel = 2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the execution capabilities constants.

The OpenCL device can execute native kernels.

CLDeviceMBS.kExecKernel = 1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the execution capabilities constants.

The OpenCL device can execute OpenCL kernels.

CLDeviceMBS.kFPDenorm = 1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the floating point capabilities constants.

denorms are supported

CLDeviceMBS.kFPFMA = 32

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the floating point capabilities constants.

IEEE754-2008 fused multiply-add is supported

CLDeviceMBS.kFPInfNAN = 2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the floating point capabilities constants.

INF and quiet NaNs are supported

CLDeviceMBS.kFPRoundToInf = 16

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the floating point capabilities constants.

Round to +ve and -ve infinity rounding modes supported

CLDeviceMBS.kFPRoundToNearest = 4

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the floating point capabilities constants.

Round to nearest even rounding mode supported

CLDeviceMBS.kFPRoundToZero = 8

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the floating point capabilities constants.

Round to zero rounding mode supported

CLDeviceMBS.kMemTypeGlobal = 2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the memory type constants.

Dedicated local memory storage such as SRAM.

CLDeviceMBS.kMemTypeLocal = 1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the memory type constants.

CLDeviceMBS.kQueueOutOfOrderExecModeEnable = 1

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the queue properties constants.

Out of order execution mode enabled.

CLDeviceMBS.kQueueProfilingEnable = 2

Type Topic Plugin Version
const OpenCL MBS MacFrameworks Plugin 11.1
One of the queue properties constants.

Profiling enabled.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...