kernel.KernelWorkgroupScanMode enum¶
Workgroup scan inclusivity.
Cases¶
| Keyword | Value | Description |
|---|---|---|
inclusive |
0 | Include the current invocation value. |
exclusive |
1 | Exclude the current invocation value. |
Used by¶
kernel.workgroup.scan.mode