forked from tinygrad/tinygrad
* jit doesn't use named tensors * move to compile2 * remove broken single root junk * explicit float32 * skip slow test
3 lines
87 B
Bash
Executable File
3 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
NOLOCALS=1 FLOAT16=1 DEBUGCL=1 IMAGE=2 GPU=1 python3 openpilot/compile2.py
|