Skip to content

Commit

Permalink
Skip test_atomic_load on pocl
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 9, 2024
1 parent c75c67a commit 738f0b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_loopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,9 @@ def test_atomic_load(ctx_factory, dtype):
ctx = ctx_factory()
queue = cl.CommandQueue(ctx)

dtype = np.float64
if ctx.devices[0].platform.vendor == "The pocl project":
pytest.skip("https://github.com/pocl/pocl/issues/1509")

n = 10

knl = lp.make_kernel(
Expand Down

0 comments on commit 738f0b0

Please sign in to comment.