openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 275+ supported cars.
49.95k
stars
9.11k
forks
source link
ONNX reports CUDAExecutionProvider as available even when it is not #31708
Closed
mimi89999 closed 1 month ago
Describe the bug
Hello, I noticed that ONNX reports
CUDAExecutionProvider
as available even when it is not (like on my Intel GPU).This is not a problem because ONNX automatically falls back to
CPUExecutionProvider
However, OpenPilot sets some options for the
CPUExecutionProvider
https://github.com/commaai/openpilot/blob/master/selfdrive/modeld/runners/onnxmodel.py#L48-L51 that won't be set in the fallback mode.OS Version
Debian Trixie
openpilot version or commit
deb79a9c443fa1fc1499e40a97757c7d8b6af735
Additional info
No response