* fast idiv with tests and fuzzer

* Add todo comment

* Add env variable to toggle fast_idiv

* Move env check

* Add fuzz fast_idiv to ci

---------

Co-authored-by: chenyu <chenyu@fastmail.com>
This commit is contained in:
Sieds Lykles
2025-04-07 14:32:24 +02:00
committed by GitHub
parent fa888ee077
commit 07d1aefaf4
5 changed files with 94 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ testing_minimal = [
"pytest",
"pytest-xdist",
"hypothesis",
"z3-solver"
]
setup(name='tinygrad',