//! OpenCL module for OCL memory allocation and management
//!//! This module handles interaction with the OCL via OpenCL,
//! including device selection, memory allocation, and data transfer.
moddevice;modmemory;pubusedevice::{CLDevice, list_opencl_devices};pubusememory::{CLBuffer, CLBufferConfig};