次の方法で共有


MTLComputePipelineDescriptor.ThreadGroupSizeIsMultipleOfThreadExecutionWidth プロパティ

定義

スレッド グループのサイズがスレッド実行長の整数倍数であるかどうかを制御するブール値を取得または設定します。 既定値は false です。

public virtual bool ThreadGroupSizeIsMultipleOfThreadExecutionWidth { [Foundation.Export("threadGroupSizeIsMultipleOfThreadExecutionWidth")] get; [Foundation.Export("setThreadGroupSizeIsMultipleOfThreadExecutionWidth:")] set; }
member this.ThreadGroupSizeIsMultipleOfThreadExecutionWidth : bool with get, set

プロパティ値

属性

注釈

可能であれば、アプリケーション開発者は、スレッド グループのサイズが実行幅の整数の倍数であることを保証し、このプロパティを に設定する true必要があります。

適用対象