Module rust_gpu_tools::opencl

source ·
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

Type Definitions

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