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 061bc33 commit 110d80bCopy full SHA for 110d80b
dpnp/tests/helper.py
@@ -473,10 +473,10 @@ def is_lts_driver(device=None):
473
474
def is_ptl(device=None):
475
"""
476
- Return True if a test is running on Panther Lake with Iris Xe3 GPU device,
477
- False otherwise.
+ Return True if a test is running on Panther Lake with Iris Xe3 GPU device
+ (which includes PTL-U, PTL-H and WCL), False otherwise.
478
479
- return _get_dev_mask(device) == 0xB000
+ return _get_dev_mask(device) in (0xB000, 0xFD00)
480
481
482
def is_win_platform():
0 commit comments