wip
This commit is contained in:
4
selfdrive/modeld/tests/snpe_benchmark/benchmark.sh
Normal file
4
selfdrive/modeld/tests/snpe_benchmark/benchmark.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user