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 2852c13 commit d865b5fCopy full SHA for d865b5f
dpnp/tests/helper.py
@@ -485,7 +485,7 @@ def is_tgllp_iris_xe(device=None):
485
Return True if a test is running on Tiger Lake-LP with Iris Xe GPU device,
486
False otherwise.
487
"""
488
- return _get_dev_id(device) in (0x9A49, 0x9A40)
+ return get_dev_id(device) in (0x9A49, 0x9A40)
489
490
491
def is_win_platform():
0 commit comments