Skip to content
Snippets Groups Projects
Commit 412892b4 authored by Martin Weigert's avatar Martin Weigert
Browse files

Remove device esclusion (used for testing)

parent 38d77aed
No related branches found
No related tags found
No related merge requests found
......@@ -275,8 +275,6 @@ def pytest_generate_tests_for_pyopencl(metafunc):
arg_dict = {"platform": platform}
for device in plat_devs:
if "Iris" in device.name: continue
if "Intel" in device.name: continue
arg_dict["device"] = device
arg_dict["ctx_factory"] = ContextFactory(device)
arg_dict["ctx_getter"] = ContextFactory(device)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment