diff --git a/pyopencl/tools.py b/pyopencl/tools.py index ad0ff94a449c63bbd9b94178aa0291b4d59cdd13..9dce9216e5df9465557d94dbb35331582479bde4 100644 --- a/pyopencl/tools.py +++ b/pyopencl/tools.py @@ -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)