Expand description
Prelude module for convenient imports
Re-exportsยง
pub use crate::error::CudaRustError;pub use crate::error::Result;pub use crate::runtime::Runtime;pub use crate::runtime::Device;pub use crate::runtime::BackendType;pub use crate::runtime::Stream;pub use crate::runtime::Grid;pub use crate::runtime::Block;pub use crate::runtime::Dim3;pub use crate::runtime::launch_kernel;pub use crate::runtime::LaunchConfig;pub use crate::runtime::KernelFunction;pub use crate::runtime::ThreadContext;pub use crate::memory::DeviceBuffer;pub use crate::memory::HostBuffer;