ILNumerics Ultimate VSKernelProperties EnumerationILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Enumeration of valid placeholders in OpenCL kernels.

[ILNumerics Core Module]

Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.4.0.0 (5.4.7420.3030)
Syntax

public enum KernelProperties
Members

  Member nameValueDescription
SegmentName0 Stands for the segment name.
InElementType1 Substitutes this placeholder with the provided, valid OpenCL element type.
OutElementType2 Substitutes this placeholder with the provided, valid OpenCL element type.
ScalarOp3 Substitutes this placeholder with the inner-most elementary scalar operation for this segment.
ParamType04 Stands for the first parameter type (index 0).
ParamType15 Stands for the second parameter type (index 1).
ParamType26 Stands for the third parameter type (index 2).
Remarks

[ILNumerics Core Module]

See Also

Reference