public final class INTELRequiredSubgroupSize
extends java.lang.Object
The goal of this extension is to allow programmers to optionally specify the required subgroup size for a kernel function. This information is important for the correctness of many subgroup algorithms, and in some cases may be used by the compiler to generate more optimal code.
Requires CL21 or intel_subgroups.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_DEVICE_SUB_GROUP_SIZES_INTEL
Accepted as the
param_name parameter of GetDeviceInfo. |
static int |
CL_KERNEL_COMPILE_SUB_GROUP_SIZE_INTEL
|
static int |
CL_KERNEL_SPILL_MEM_SIZE_INTEL
Accepted as the
param_name parameter of GetKernelWorkGroupInfo. |
public static final int CL_DEVICE_SUB_GROUP_SIZES_INTEL
param_name parameter of GetDeviceInfo.public static final int CL_KERNEL_SPILL_MEM_SIZE_INTEL
param_name parameter of GetKernelWorkGroupInfo.public static final int CL_KERNEL_COMPILE_SUB_GROUP_SIZE_INTEL
Copyright LWJGL. All Rights Reserved. License terms.