mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-23 02:24:03 +08:00
* 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
|
|
|