cl.create.queue: Create an OpenCL command queue

Description Usage Arguments Value

View source: R/rcl.r

Description

Creates an OpenCL command queue for the given context and device.

Usage

1
2
cl.create.queue(context, device, in_order = T, profiling = F,
  on_device = F)

Arguments

context

An opencl_context object

device

An opencl_device object

in_order

Specifies whether the queue is an in-order or out-of-order queue. Not currently used, included for future use.

profiling

Enable profiling of commands. Not currently used, included for future use.

on_device

Create a device-side queue. Not currently used, included for future use.

Value

An opencl_command_queue object.


caffeine-overload/rocl documentation built on May 6, 2019, 7:02 p.m.