JIT_BATCH_SIZE=0 in compile3 (#13245)

fixed some enqueue time
This commit is contained in:
chenyu
2025-11-12 20:12:45 -08:00
committed by GitHub
parent 759557f633
commit 4e5a9132e7

View File

@@ -1,5 +1,6 @@
import os, sys, pickle, time, re
import numpy as np
if "JIT_BATCH_SIZE" not in os.environ: os.environ["JIT_BATCH_SIZE"] = "0"
from tinygrad import fetch, Tensor, TinyJit, Context, GlobalCounters, Device, dtypes
from tinygrad.helpers import DEBUG, getenv