From 1afe1fed8afd74daafd3f75717d10d19fc9f234e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 19 Feb 2024 10:46:04 -0800 Subject: [PATCH] more modeld logging (#31510) old-commit-hash: 86184b76d5cf557e0b76efe64913e3dea85f4f4c --- selfdrive/modeld/modeld.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/modeld/modeld.py b/selfdrive/modeld/modeld.py index 01acca7bcb..9305c4302d 100755 --- a/selfdrive/modeld/modeld.py +++ b/selfdrive/modeld/modeld.py @@ -121,7 +121,9 @@ def main(demo=False): setproctitle(PROCESS_NAME) config_realtime_process(7, 54) + cloudlog.warning("setting up CL context") cl_context = CLContext() + cloudlog.warning("CL context ready; loading model") model = ModelState(cl_context) cloudlog.warning("models loaded, modeld starting")