Module coaster::frameworks::cuda
source · Expand description
Provides informations about the software system, such as Cuda, CUDA, that contains the set of components to support [hardwares][hardware] with kernel execution. [hardware]: ../hardware/index.html
§Ontology
Cuda device -> Hardware Cuda context -> Device
Re-exports§
pub use self::context::Context;
pub use self::device::Device;
pub use self::device::DeviceInfo;
pub use self::function::Function;
pub use self::memory::Memory;
pub use self::module::Module;
Modules§
- Provides a Rust wrapper around Cuda’s context.
- Provides a Rust wrapper around Cuda’s device.
- Provides a Rust wrapper around Cuda’s Function.
- Provides a Rust wrapper around Cuda’s memory.
- Provides a Rust wrapper around Cuda’s Module.
Structs§
- Provides the Cuda Framework.
- Defines the Cuda API.
Enums§
- OpenCL device errors
Functions§
- Initialise the CUDA, CUBLAS, and CUDNN APIs