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

POCL *is* now mature enough to be used as reference in automatic testing

parent 615e1946
No related merge requests found
......@@ -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)
......
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