mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-06 21:53:53 -05:00
* 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
|