Skip to main content

Module auto_tuning

Module auto_tuning 

Source
Expand description

Automatic kernel tuning and optimization for GPU operations

This module provides capabilities for automatically tuning GPU kernel parameters to achieve optimal performance on different hardware configurations and workloads.

Modules§

presets
Convenience functions for common auto-tuning scenarios

Structs§

AutoTuner
Automatic kernel tuner
CacheMetrics
Cache performance metrics
KernelParameters
Tunable kernel parameters
PerformanceMetrics
Performance metrics for kernel execution
TuningResult
Auto-tuning result
TuningSpace
Tuning configuration space
TuningStrategy
Auto-tuning strategy configuration

Enums§

AutoTuningError
Error types for auto-tuning operations
CacheConfig
Cache configuration strategies
ParameterValue
Parameter value types for kernel tuning
SearchAlgorithm
Search algorithms for parameter optimization