mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
add some new rules (#6555)
* add some new rules * fix that * non controversial
This commit is contained in:
@@ -410,6 +410,7 @@ class TestUOpGraph(unittest.TestCase):
|
||||
self.assertEqual(len(uops), 4)
|
||||
assert_equiv_uops(uops[-1], UOp.store(glbl, idx1, val))
|
||||
|
||||
@unittest.skip("this is a uop type error")
|
||||
def test_asserts_bad_gate(self):
|
||||
glbl0 = UOp(UOps.DEFINE_GLOBAL, PtrDType(dtypes.int), (), 0)
|
||||
idx = UOp.const(dtypes.int, 0)
|
||||
|
||||
Reference in New Issue
Block a user