Skip to content

Commit 94864fa

Browse files
committed
fix pre-commit
1 parent 6589196 commit 94864fa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dpnp/backend/kernels/dpnp_krnl_common.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,6 @@ DPCTLSyclEventRef (*dpnp_dot_ext_c)(DPCTLSyclQueueRef,
458458
const DPCTLEventVectorRef) =
459459
dpnp_dot_c<_DataType_output, _DataType_input1, _DataType_input2>;
460460

461-
462-
463-
464-
465461
template <typename _DataType>
466462
class dpnp_initval_c_kernel;
467463

@@ -516,8 +512,6 @@ DPCTLSyclEventRef (*dpnp_initval_ext_c)(DPCTLSyclQueueRef,
516512
const DPCTLEventVectorRef) =
517513
dpnp_initval_c<_DataType>;
518514

519-
520-
521515
void func_map_init_linalg(func_map_t &fmap)
522516
{
523517

@@ -588,8 +582,6 @@ void func_map_init_linalg(func_map_t &fmap)
588582
fmap[DPNPFuncName::DPNP_FN_DOT_EXT][eft_DBL][eft_DBL] = {
589583
eft_DBL, (void *)dpnp_dot_ext_c<double, double, double>};
590584

591-
592-
593585
fmap[DPNPFuncName::DPNP_FN_INITVAL][eft_BLN][eft_BLN] = {
594586
eft_BLN, (void *)dpnp_initval_default_c<bool>};
595587
fmap[DPNPFuncName::DPNP_FN_INITVAL][eft_INT][eft_INT] = {

0 commit comments

Comments
 (0)