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§
- Generic
Tuning - Default tuning implementation for generic hardware
Enums§
- Vendor
- GPU Vendor IDs
Traits§
- Backend
Tuning - Trait for hardware-specific tuning parameters
Functions§
- detect_
vendor - Helper to detect vendor from Vulkan properties (placeholder)