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;