Module tuning

Module tuning 

Source
Expand description

Hardware-Specific Tuning

Provides an abstraction layer for vendor-specific optimizations (NVIDIA/AMD/Intel). This allows the runtime to swap SPIR-V kernels and tune workgroup sizes dynamically.

Structs§

GenericTuning
Default tuning implementation for generic hardware

Enums§

Vendor
GPU Vendor IDs

Traits§

BackendTuning
Trait for hardware-specific tuning parameters

Functions§

detect_vendor
Helper to detect vendor from Vulkan properties (placeholder)