mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 23:48:01 -05:00
nope, no default NATIVE_EXPLOG
This commit is contained in:
@@ -12,7 +12,7 @@ from tinygrad.shape import ShapeTracker, View, ZeroView
|
||||
from tinygrad.shape.symbolic import Variable, ModNode
|
||||
|
||||
VALIDHACKS = int(os.getenv("VALIDHACKS", "0")) # TODO: remove the need for this
|
||||
NATIVE_EXPLOG = int(os.getenv("NATIVE_EXPLOG", "1")) # this is needed as a switch for the tests to pass on QCOM
|
||||
NATIVE_EXPLOG = int(os.getenv("NATIVE_EXPLOG", "0")) # this is needed as a switch for the tests to pass
|
||||
|
||||
CLCACHE = int(os.getenv("CLCACHE", "1"))
|
||||
FLOAT16 = int(os.getenv("FLOAT16", "0"))
|
||||
|
||||
Reference in New Issue
Block a user