From ac980ba8045d933ff5d1d4a25826382b914494d1 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 8 Oct 2015 00:29:54 -0500 Subject: [PATCH] POCL *is* now mature enough to be used as reference in automatic testing --- loopy/auto_test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/loopy/auto_test.py b/loopy/auto_test.py index fd4e56213..d51f669ca 100644 --- a/loopy/auto_test.py +++ b/loopy/auto_test.py @@ -320,10 +320,6 @@ def _enumerate_cl_devices_for_ref_test(): cpu_devs = [] for pf in cl.get_platforms(): - if pf.name == "Portable Computing Language": - # pocl not mature enough yet, sadly - continue - for dev in pf.get_devices(): if dev.type & cl.device_type.CPU: cpu_devs.append(dev) -- GitLab