Module rust_gpu_tools::opencl[][src]

Expand description

The OpenCL specific implementation of a Buffer, Device, Program and Kernel.

Structs

A Buffer to be used for sending and receiving data to/from the GPU.

OpenCL specific device.

A kernel that can be executed.

Abstraction that contains everything to run an OpenCL kernel on a GPU.

Traits

Abstraction for kernel arguments.

Type Definitions

The lowest level identifier of an OpenCL device, it changes whenever a device is initialized.