Skip to content
Snippets Groups Projects
Commit 20b1918a authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'master' into fix-bitwise-self-assignment

parents 662d755b bb00096e
No related branches found
No related tags found
No related merge requests found
......@@ -629,9 +629,9 @@ def test_can_build_binary(ctx_factory):
def test_enqueue_barrier_marker(ctx_factory):
ctx = ctx_factory()
# Still relevant on pocl 0.14.
# Still relevant on pocl 1.0RC1.
_skip_if_pocl(
ctx.devices[0].platform, (0, 14), 'pocl crashes on enqueue_barrier')
ctx.devices[0].platform, (1, 0), 'pocl crashes on enqueue_barrier')
queue = cl.CommandQueue(ctx)
cl.enqueue_barrier(queue)
evt1 = cl.enqueue_marker(queue)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment