modeld: replace CLANG=1 with CPU=1 (#35270)

Replace CLANG=1 with CPU=1



---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/andiradulescu/openpilot?shareId=XXXX-XXXX-XXXX-XXXX).
pull/35272/head
Andrei Radulescu 2 months ago committed by GitHub
parent e8fd8e6018
commit f630cac06f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/modeld/SConscript

@ -46,7 +46,7 @@ for model_name in ['driving_vision', 'driving_policy', 'dmonitoring_model']:
elif arch == 'larch64':
device_string = 'QCOM=1'
elif arch == 'Darwin':
device_string = 'CLANG=1 IMAGE=0 JIT=2'
device_string = 'CPU=1 IMAGE=0 JIT=2'
else:
device_string = 'LLVM=1 LLVMOPT=1 BEAM=0 IMAGE=0 JIT=2'

Loading…
Cancel
Save