Skip to main content

Module backend

Module backend 

Source
Expand description

Backend implementations for GPU and CPU compute

Re-exports§

pub use cpu::CpuBackend;
pub use vulkan::VulkanBackend;

Modules§

cpu
CPU SIMD fallback backend
vulkan
Vulkan compute backend implementation

Structs§

BackendCapabilities
Backend capabilities

Enums§

BackendType
Backend type

Traits§

Backend
Backend trait for different compute backends