onnxruntime
b84c63db - Fix ORT_RETURN condition mistake (#16520)

Commit
2 years ago
Fix ORT_RETURN condition mistake (#16520) In #16339, the `ORT_ENFORCE(cuda_device_arch_ >= 530` (throw) it changed to `ORT_RETURN_IF` (Status) but the condition is negated. This fixes the problem.
Author
Parents
Loading