mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
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).
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user