mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +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: 774912075af3bb23b6e25e8921ce7da940bcc039
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
|
|
|