mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-03 09:03:55 +08:00
* git mv to third_party
* find and replace
* fix release tests
* update pre-commit
* update tici bins
* update eon bins
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 5b641379ae
5 lines
289 B
Bash
Executable File
5 lines
289 B
Bash
Executable File
#!/bin/sh -e
|
|
clang++ -I /data/openpilot/third_party/snpe/include/ -L/data/pythonpath/third_party/snpe/aarch64 -lSNPE benchmark.cc -o benchmark
|
|
export LD_LIBRARY_PATH="/data/pythonpath/third_party/snpe/aarch64/:$HOME/openpilot/third_party/snpe/x86_64/:$LD_LIBRARY_PATH"
|
|
exec ./benchmark $1
|