MTLComputePipelineDescriptor.ThreadGroupSizeIsMultipleOfThreadExecutionWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value that controls whether the thread group size is a whole number multiple of the thread execution length. Default is false
.
public virtual bool ThreadGroupSizeIsMultipleOfThreadExecutionWidth { [Foundation.Export("threadGroupSizeIsMultipleOfThreadExecutionWidth")] get; [Foundation.Export("setThreadGroupSizeIsMultipleOfThreadExecutionWidth:")] set; }
member this.ThreadGroupSizeIsMultipleOfThreadExecutionWidth : bool with get, set
Property Value
- Attributes
Remarks
Where possible, application developers should guarantee that the thread group size is a whole number multiple of the execution width, and then set this property to true
.