Crate popcorn [] [src]

Reexports

pub use backend::Backend;
pub use hardware::Hardware;
pub use framework::Framework;
pub use memory::Memory;
pub use device::Device;
pub use buffer::Buffer;
pub use buffer::BufferDevice;
pub use frameworks::native;

Modules

backend
buffer
device
framework
frameworks
hardware

Provides a representation for a collection of available compute units e.g. CPUs or GPUs.

memory

Provides a representation for memory across different frameworks.