public class JoclCommandQueue extends CommandQueue
OpenCLObject.ObjectReleaserdevicereleaser| 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, registerfinalize, getReleaser, releasepublic JoclCommandQueue(long id,
Device device)
public void flush()
CommandQueueflush in class CommandQueuepublic void finish()
CommandQueuefinish in class CommandQueue