Skip to content

Commit bcfc853

Browse files
committed
Fix codespell issue
1 parent 59acf14 commit bcfc853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_utils/dpnp_utils_linearalgebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ def dpnp_matmul(
898898
# Arrow Lake architectures, it forces to implement a temporary
899899
# workaround with extra copying of an input array in case when
900900
# it has a small size and non-zero offset
901-
# TODO: remove the workaraound once OneMKL issue is resolved
901+
# TODO: remove the workaround once OneMKL issue is resolved
902902
if (
903903
compute_dtype != dpnp.float32
904904
and bi._is_lnl_arl_architecture(exec_q.get_sycl_device())

0 commit comments

Comments
 (0)