Skip to content

Commit

Permalink
test_compile_link: xfail for *pocl* nvidia, not nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 2, 2024
1 parent 42625e3 commit 5b54b1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/test_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1303,10 +1303,8 @@ def test_compile_link(ctx_factory):
if platform.name == "Apple":
pytest.skip("Apple doesn't like our compile/link test")

if platform.name.lower().startswith("nvidia"):
pytest.xfail("Nvidia seems to no longer support compile/link "
"as of driver 525.147.05, results in BUILD_PROGRAM_FAILURE "
"during clCompileProgram")
# as of pocl 5.0
_xfail_if_pocl_gpu(ctx.devices[0], "compile/link")

queue = cl.CommandQueue(ctx)
vsink_prg = cl.Program(ctx, """//CL//
Expand Down

0 comments on commit 5b54b1f

Please sign in to comment.