Skip to content

Commit 31f7468

Browse files
authored
Fix linter
1 parent 1b4e8a7 commit 31f7468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/cadence/hifi/operators/op_mm.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Tensor& mm_out(
7676
WORD32 out_stride = p;
7777

7878
WORD32* __restrict__ p_o =
79-
(WORD32* __restrict__)kernels::allocate_temp_memory(
80-
ctx, (n * p) * sizeof(WORD32));
79+
(WORD32* __restrict__)kernels::allocate_temp_memory(
80+
ctx, (n * p) * sizeof(WORD32));
8181

8282
WORD32 p_inp_shape[2];
8383
p_inp_shape[0] = n;
@@ -146,4 +146,4 @@ Tensor& mm_out(
146146
} // namespace native
147147
} // namespace HiFi
148148
} // namespace impl
149-
} // namespace cadence
149+
} // namespace cadence

0 commit comments

Comments
 (0)