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 bca41f1 commit 3ead0afCopy full SHA for 3ead0af
examples/python/sycl_queue.py
@@ -81,7 +81,7 @@ def create_queue_from_subdevice_multidevice_context():
81
print(f"{cpu_d} has {cpu_d.max_compute_units} compute units")
82
return
83
ctx = dpctl.SyclContext(sub_devs)
84
- q = dpctl.SyclQueue(ctx, sub_devs[0], partition="enable_profiling")
+ q = dpctl.SyclQueue(ctx, sub_devs[0], property="enable_profiling")
85
print(
86
"Number of devices in SyclContext " "associated with the queue: ",
87
q.sycl_context.device_count,
0 commit comments