mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
Fix WebGPU atomic store (#7954)
This commit is contained in:
@@ -153,7 +153,6 @@ class TestJit(unittest.TestCase):
|
||||
for _ in range(5): add(a)
|
||||
self.assertEqual(a.item(), 5)
|
||||
|
||||
@unittest.skipIf(Device.DEFAULT == "WEBGPU", "TODO: fix this bug in WebGPU")
|
||||
def test_jit_assign_int8(self): self.test_jit_assign(dtypes.int8)
|
||||
|
||||
def test_kwargs_jit(self):
|
||||
|
||||
Reference in New Issue
Block a user