CLKernelCaller

Constructors

this
this(CLKernel kernel, CLCommandQueue queue)
Undocumented in source.

Members

Functions

range
void range(CLEvent[] wait_list)
rangeDim
size_t rangeDim()
Undocumented in source. Be warned that the author may not have intended to support it.
set1DRange
void set1DRange()
Undocumented in source. Be warned that the author may not have intended to support it.
set2DRange
void set2DRange()
Undocumented in source. Be warned that the author may not have intended to support it.
set3DRange
void set3DRange()
Undocumented in source. Be warned that the author may not have intended to support it.
setArg
void setArg(uint index, Arg arg)
setArgs
void setArgs(Args args)
setArray
void setArray(size_t[] arr, size_t[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
setGlobalOffset
void setGlobalOffset(size_t[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
setLocalGroupSize
void setLocalGroupSize(size_t[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
setWorkGroupSize
void setWorkGroupSize(size_t[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
task
void task(CLEvent[] wait_list)

Variables

exec_inst
CLEvent exec_inst;
Undocumented in source.
kernel
CLKernel kernel;
Undocumented in source.
lgsize
size_t[] lgsize;
Undocumented in source.
offset
size_t[] offset;
Undocumented in source.
queue
CLCommandQueue queue;
Undocumented in source.
range_dim
uint range_dim;
Undocumented in source.
wgsize
size_t[] wgsize;
Undocumented in source.

Meta