Skip to content

Commit

Permalink
Apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
uranus0515 authored and github-actions[bot] committed Sep 30, 2024
1 parent 6eb378e commit 2c5dfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Native/include/nncase/ntt/ukernels/u_matmul.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ struct u_matmul<ukernels::mamtul_pack_kind::pack_mkn, AccumulateC, M0Tile,
for (size_t k1 = 0; k1 < K; k1++) {
// Force compiler do not unroll the loop
size_t sk1_max = TLhsElem::shape()[1];
#pragma GCC unroll 1
#pragma GCC unroll 1
for (size_t sk1 = 0; sk1 < sk1_max; sk1++) {
using TSubLhsElem = typename TLhsElem::element_type;
using TSubRhsElem =
Expand Down

0 comments on commit 2c5dfaa

Please sign in to comment.