move comgr_3 logic back to the old place (#13266)

* move comgr_3 logic back to the old place

* explicit
This commit is contained in:
George Hotz
2025-11-13 20:05:54 -08:00
committed by GitHub
parent 09f3aae169
commit 44d84228ff
3 changed files with 7 additions and 6 deletions

View File

@@ -153,5 +153,5 @@ jobs:
- name: Verify comgr (3) autogen
run: |
mv tinygrad/runtime/autogen/comgr_3.py /tmp/comgr_3.py.bak
python3 -c "from tinygrad.runtime.autogen import comgr"
python3 -c "from tinygrad.runtime.autogen import comgr_3"
diff /tmp/comgr_3.py.bak tinygrad/runtime/autogen/comgr_3.py