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 d51657a commit 1821b76Copy full SHA for 1821b76
dpctl/tests/test_sycl_device.py
@@ -335,7 +335,9 @@ def test_get_component_devices_from_composite():
335
devices = dpctl.get_devices()
336
composite_devices = dpctl.get_composite_devices()
337
for Cd in composite_devices:
338
+ assert Cd.has_aspect_is_composite
339
component_devices = Cd.component_devices()
340
for d in component_devices:
341
+ assert d.has_aspect_is_component
342
# component devices are root devices
343
assert d in devices
0 commit comments