From 0335c1485980577f9f9edfaffc2f3caf3e8621c8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 26 Feb 2016 01:29:00 -0600 Subject: [PATCH] Blacklist pocl for test_magma_fermi_matrix_mul --- test/test_linalg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_linalg.py b/test/test_linalg.py index 871e9d3e4..6f4bd4016 100644 --- a/test/test_linalg.py +++ b/test/test_linalg.py @@ -466,7 +466,7 @@ def test_magma_fermi_matrix_mul(ctx_factory): lp.auto_test_vs_ref(seq_knl, ctx, knl, op_count=[2*n**3/1e9], op_label=["GFlops"], - parameters={}) + parameters={}, blacklist_ref_vendors="pocl") def test_image_matrix_mul(ctx_factory): -- GitLab