mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
Bump tinygrad to master (0.7) (#30254)
* bump tinygrad to master * ops_cpu is required now * and that one too * tinygrad is getting out of hand with all the files * bump tinygrad * update ref commit * tinygrad master * Revert "update ref commit" This reverts commit e7284152899d6dd8a986d9570e6021addfbc6b0f. * bump tinygrad repo * bump master * update ref commit
This commit is contained in:
@@ -56,7 +56,7 @@ lenvCython.Program('models/driving_pyx.so', 'models/driving_pyx.pyx', LIBS=[driv
|
||||
if arch == "larch64" or GetOption('pc_thneed'):
|
||||
fn = File("models/supercombo").abspath
|
||||
|
||||
tinygrad_opts = ["NATIVE_EXPLOG=1", "VALIDHACKS=1", "OPTLOCAL=1", "IMAGE=2", "GPU=1", "ENABLE_METHOD_CACHE=1"]
|
||||
tinygrad_opts = ["NOLOCALS=1", "IMAGE=2", "GPU=1"]
|
||||
if not GetOption('pc_thneed'):
|
||||
# use FLOAT16 on device for speed + don't cache the CL kernels for space
|
||||
tinygrad_opts += ["FLOAT16=1", "PYOPENCL_NO_CACHE=1"]
|
||||
|
||||
Reference in New Issue
Block a user