pub fn decide(
kernel: GpuKernel,
eligibility: GpuEligibility,
) -> Result<GpuDecision, GpuError>Expand description
Decide whether a GPU kernel may run. This is deliberately conservative:
with no compiled vendor backend, auto returns CPU fallback and required
returns an error at the call site through GpuDecision::require_supported.