Class INTELRequiredSubgroupSize

java.lang.Object
org.lwjgl.opencl.INTELRequiredSubgroupSize

public final class INTELRequiredSubgroupSize extends Object
Native bindings to the intel_required_subgroup_size extension.

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.