Files
tinygrad/extra/accel/ane/2_compile/compile.sh
2023-06-23 16:38:15 -07:00

8 lines
237 B
Bash
Executable File

#!/bin/bash -e
g++ compile.mm -F /System/Library/PrivateFrameworks/ -framework ANECompiler -framework CoreFoundation
rm -f model.hwx
./a.out net.plist debug
rm -f context_switch_log.txt
log show --process a.out --last 1m --info --debug