remove arm64, caching for cuda (#2201)

* remove arm64, caching for cuda

* caching in llvm

* switch cache_compiled to new cache

* fix clang

* caching for metal

* fix pylint

* cleanups

* perf_counter and binary
This commit is contained in:
George Hotz
2023-11-01 18:44:00 -07:00
committed by GitHub
parent 7103b716c4
commit 8932816816
9 changed files with 76 additions and 125 deletions

View File

@@ -31,3 +31,9 @@ repos:
language: system
always_run: true
pass_filenames: false
- id: pylint
name: pylint
entry: python -m pylint tinygrad/
language: system
always_run: true
pass_filenames: false