Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
usstq committed Jan 3, 2025
1 parent 31d77f1 commit 6cc4e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/intel_cpu/src/nodes/act_sparse_fc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
//
#include "act_sparse_fc.h"

#include "common/arbitrary_order_desc_creator.h"
#include "common/bfloat16.hpp"
#include "common/cpu_memcpy.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
//
#include "act_sparse_fc_kernel.hpp"

#include "memory_desc/cpu_blocked_memory_desc.h"
#include "openvino/core/except.hpp"

Expand Down

0 comments on commit 6cc4e93

Please sign in to comment.