Skip to content

Commit 445a741

Browse files
committed
Applied the pre-commit hooks
1 parent 0cb4958 commit 445a741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpnp/backend/extensions/blas/gemm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ bool _is_lnl_bm_architecture(sycl::device &dev)
333333
return true;
334334
}
335335
else if (dev.ext_oneapi_architecture_is(
336-
sycl::ext::oneapi::experimental::architecture::
337-
intel_gpu_bmg_g21)) /* Battlemage G21 */
336+
sycl::ext::oneapi::experimental::architecture::
337+
intel_gpu_bmg_g21)) /* Battlemage G21 */
338338
{
339339
return true;
340340
}

0 commit comments

Comments
 (0)