pub struct CLDevice {
pub device: CLIntDevice,
pub ctx: Context,
pub queue: CommandQueue,
pub unified_mem: bool,
pub event_wait_list: RefCell<Vec<Event>>,
}Expand description
Internal representation of an OpenCL Device.
Fields§
§device: CLIntDevice§ctx: Context§queue: CommandQueue§unified_mem: bool§event_wait_list: RefCell<Vec<Event>>