mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 05:22:07 +08:00
3174d0f76f
old-commit-hash: 042415b021ae8b9ab904569881e2be1a98e00d3b
5 lines
281 B
Bash
Executable File
5 lines
281 B
Bash
Executable File
#!/bin/sh -e
|
|
clang++ -I /data/openpilot/phonelibs/snpe/include/ -L/data/pythonpath/phonelibs/snpe/aarch64 -lSNPE benchmark.cc -o benchmark
|
|
export LD_LIBRARY_PATH="/data/pythonpath/phonelibs/snpe/aarch64/:$HOME/openpilot/phonelibs/snpe/x86_64/:$LD_LIBRARY_PATH"
|
|
exec ./benchmark $1
|