Skip to content

Commit 3e1dc2c

Browse files
In example select device with aspects do not insists on GPU to enable it running in cloud
1 parent db23331 commit 3e1dc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/device_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def create_device_with_aspects():
9898
Demonstrate the usage of :func:`dpctl.select_device_with_aspects()`.
9999
"""
100100
dev = dpctl.select_device_with_aspects(
101-
required_aspects=["fp64", "gpu", "usm_shared_allocations"]
101+
required_aspects=["fp64", "usm_shared_allocations"]
102102
)
103103
dev.print_device_info()
104104

0 commit comments

Comments
 (0)