Skip to content

Commit 073c9d6

Browse files
committed
Applied pre-commit black hook
1 parent 6ad7f73 commit 073c9d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/dpnp_utils/dpnp_utils_linearalgebra.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ def dpnp_matmul(
901901
# non-zero offset
902902
# TODO: remove the workaround once OneMKL issue is resolved
903903
if bi._is_lnl_bm_architecture(exec_q.get_sycl_device()):
904+
904905
def _need_to_copy(a):
905906
a_usm = dpnp.get_usm_ndarray(a)
906907
if a_usm._element_offset > 0 and a_usm.size < 16:

0 commit comments

Comments
 (0)