Skip to content

Commit 30705f8

Browse files
Apply remark
1 parent ca48a49 commit 30705f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_utils/dpnp_algo_utils.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ cdef tuple get_common_usm_allocation(dpnp_descriptor x1, dpnp_descriptor x2):
402402
array1_obj = x1.get_array()
403403
array2_obj = x2.get_array()
404404

405-
common_usm_type = dpnp.tensor.get_coerced_usm_type((array1_obj.usm_type, array2_obj.usm_type))
405+
common_usm_type = get_coerced_usm_type((array1_obj.usm_type, array2_obj.usm_type))
406406
if common_usm_type is None:
407407
raise ValueError(
408408
"could not recognize common USM type for inputs of USM types {} and {}"

0 commit comments

Comments
 (0)