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 59acf14 commit bcfc853Copy full SHA for bcfc853
dpnp/dpnp_utils/dpnp_utils_linearalgebra.py
@@ -898,7 +898,7 @@ def dpnp_matmul(
898
# Arrow Lake architectures, it forces to implement a temporary
899
# workaround with extra copying of an input array in case when
900
# it has a small size and non-zero offset
901
- # TODO: remove the workaraound once OneMKL issue is resolved
+ # TODO: remove the workaround once OneMKL issue is resolved
902
if (
903
compute_dtype != dpnp.float32
904
and bi._is_lnl_arl_architecture(exec_q.get_sycl_device())
0 commit comments