dpctl.utils Exceptions

exception dpctl.utils.ExecutionPlacementError

Exception raised when execution placement target can be determined from input arrays.

Make sure that input arrays are associated with the same SyclQueue, or migrate data to the same SyclQueue using usm_ndarray.to_device method.