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

XFail axpy test on AMD (really?)

parent d2c85cdb
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,9 @@ def test_axpy(ctx_factory):
vec = cl_array.vec
if ctx.devices[0].platform.vendor.startswith("Advanced Micro"):
pytest.skip("crashes on AMD 15.12")
for dtype, check, a, b in [
(np.complex64, None, 5, 7),
(vec.float4, check_float4,
......
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