CrOpenCL::Kernel
Inherits Reference / Object
Constructors
new(program : Program, name : String)
SourceInstance methods
enqueue(queue : CommandQueue, *, global_work_size : Tuple, local_work_size : Tuple | Nil, event : Event | Nil = nil, event_wait_list : Array(Event) | Nil = nil)
Sourcefinalize
Sourceget_work_group_info(param_name : KernelParams)
Sourcelocal_work_group_size
Sourceset_argument(index : Int32, mem : LocalMemory)
Sourceset_argument(index : Int32, value)
Sourceset_arguments(*args)
Sourceto_unsafe
Source