mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-02 13:29:30 +08:00
f2d189c077
* hook for snpe speed
* hook works
* prints kernel names
* add timing to hook
* clean up printing
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 774912075a
4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
gcc -fPIC -I /data/openpilot/phonelibs/opencl/include -shared hook.c
|
|
|