We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a9d78 commit 662bc45Copy full SHA for 662bc45
dpctl/tests/test_utils.py
@@ -125,15 +125,6 @@ def test_onetrace_enabled():
125
assert os.getenv(v_name, None) == v_v
126
127
128
-def test__is_gen9():
129
- try:
130
- d = dpctl.select_default_device()
131
- except dpctl.SyclDeviceCreationError:
132
- pytest.skip("Default device could not be created")
133
- u = dpctl.utils._is_gen9(d)
134
- assert isinstance(u, bool)
135
-
136
137
def test_intel_device_info():
138
try:
139
d = dpctl.select_default_device()
0 commit comments