pub fn target_for_vendor(vendor: Option<&str>) -> Box<dyn ComputeTarget>Expand description
Resolve the appropriate ComputeTarget from a HARDWARE.toml vendor field.
Falls back to NvidiaTarget if no vendor is specified (backward compat).
pub fn target_for_vendor(vendor: Option<&str>) -> Box<dyn ComputeTarget>Resolve the appropriate ComputeTarget from a HARDWARE.toml vendor field.
Falls back to NvidiaTarget if no vendor is specified (backward compat).