Enum ocl::enums::KernelWorkGroupInfo [] [src]

pub enum KernelWorkGroupInfo {
    WorkGroupSize,
    CompileWorkGroupSize,
    LocalMemSize,
    PreferredWorkGroupSizeMultiple,
    PrivateMemSize,
    GlobalWorkSize,
}

cl_kernel_work_group_info

[NOTE] PrivateMemSize: If device is not a custom device or kernel is not a built-in kernel, clGetKernelArgInfo returns the error CL_INVALID_VALUE:

Variants

Trait Implementations

impl PartialEq<KernelWorkGroupInfo> for KernelWorkGroupInfo

impl Clone for KernelWorkGroupInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KernelWorkGroupInfo

Formats the value using the given formatter.

impl Copy for KernelWorkGroupInfo

impl FromPrimitive for KernelWorkGroupInfo