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 0684c1f commit 97f1155Copy full SHA for 97f1155
dpnp/tests/helper.py
@@ -447,6 +447,13 @@ def is_iris_xe(device=None):
447
return _get_dev_mask(device) == 0x9A00
448
449
450
+def is_lnl(device=None):
451
+ """
452
+ Return True if a test is running on Lunar Lake GPU device, False otherwise.
453
454
+ return _get_dev_mask(device) == 0x6400
455
+
456
457
def is_lts_driver(device=None):
458
"""
459
Return True if a test is running on a GPU device with LTS driver version,
0 commit comments