move kernel to opt (#10899)

This commit is contained in:
George Hotz
2025-06-20 15:22:28 -07:00
committed by GitHub
parent bb0299b9e5
commit 92678e59ee
60 changed files with 106 additions and 106 deletions

View File

@@ -3,7 +3,7 @@ from collections import defaultdict
from extra.optimization.helpers import kern_str_to_lin, time_linearizer
from test.external.fuzz_linearizer import compare_linearizer
from tinygrad.helpers import colored
from tinygrad.codegen.kernel import Kernel
from tinygrad.opt.kernel import Kernel
# Use this with the LOGKERNS options to verify that all executed kernels are valid and evaluate to the same ground truth results