onnxruntime
b84c63db
- Fix ORT_RETURN condition mistake (#16520)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#16520 - Fix ORT_RETURN condition mistake
Author
cloudhan
Parents
fed08e07
Loading