Re-exports§
pub use manager::GpuPolicy;pub use manager::set_gpu_policy;pub use manager::get_gpu_policy;pub use manager::select_best_backend;
Modules§
Structs§
Traits§
Functions§
- add
- Convenience: Executes addition on the active GPU backend.
- add_
async - Convenience: Executes async addition on the active GPU backend.
- dot
- Convenience: Executes dot product on the active GPU backend.
- get_
active_ backend_ name - mul
- Convenience: Executes multiplication on the active GPU backend.
- register_
backend - sub
- Convenience: Executes subtraction on the active GPU backend.
- with_
backend - Executes a closure with the currently active GPU backend.