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")