public class JoclCommandQueue extends CommandQueue
OpenCLObject.ObjectReleaser
device
releaser
Constructor and Description |
---|
JoclCommandQueue(long id,
Device device) |
Modifier and Type | Method and Description |
---|---|
void |
finish()
Blocks until all previously queued OpenCL commands in command queue are
issued to the associated device and have completed.
|
void |
flush()
Issues all previously queued OpenCL commands in command_queue to the
device associated with command queue.
|
getDevice, register
finalize, getReleaser, release
public JoclCommandQueue(long id, Device device)
public void flush()
CommandQueue
flush
in class CommandQueue
public void finish()
CommandQueue
finish
in class CommandQueue