libmir-cuda 0.3.0

CUDA inference backend for libmir
1
2
3
4
5
/// Runtime behavior of the generic CUDA execution tuner.
pub type CudaTuningMode = runtime::tuning::TuningMode;

/// Bounds and persistence policy for startup kernel selection.
pub type CudaTuningConfig = runtime::tuning::TuningConfig;