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

xfail test_kernel_splitting_with_loop

parent b142ceae
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -1101,6 +1101,8 @@ def test_kernel_splitting_with_loop(ctx_factory):
def test_kernel_splitting_with_loop_and_private_temporary(ctx_factory):
ctx = ctx_factory()
pytest.xfail("spilling doesn't yet use local axes")
knl = lp.make_kernel(
"{ [i,k]: 0<=i<n and 0<=k<3 }",
"""
......
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