Fix WebGPU atomic store (#7954)

This commit is contained in:
Ahmed Harmouche
2024-11-29 12:31:25 +01:00
committed by GitHub
parent 309dcb1044
commit 2d11765295
3 changed files with 13 additions and 9 deletions

View File

@@ -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):