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

Skip another test on pocl that will become troublesome with isl 0.18

parent e5843ea1
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,10 @@ def test_plain_matrix_mul(ctx_factory):
def test_variable_size_matrix_mul(ctx_factory):
ctx = ctx_factory()
if (not ctx.devices[0].image_support
or ctx.devices[0].platform.name == "Portable Computing Language"):
pytest.skip("crashes on pocl")
n = get_suitable_size(ctx)
knl = lp.make_kernel(
......
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