Skip to content

Commit

Permalink
fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
liubo-intel committed Dec 20, 2024
1 parent 1c082a9 commit f4853e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/nodes/eltwise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ struct jit_uni_eltwise_generic : public jit_uni_eltwise_kernel, public jit_gener

if (mayiuse(avx512_core) || mayiuse(avx2_vnni_2)) {
auto const mode = jep_.do_output_saturation ? jit_uni_vcvtneps2bf16::conversion_mode::saturation_mode
: jit_uni_vcvtneps2bf16::conversion_mode::default_mode;
: jit_uni_vcvtneps2bf16::conversion_mode::default_mode;
uni_vcvtneps2bf16.reset(new jit_uni_vcvtneps2bf16(this, isa, element::bf16, mode));
}

Expand Down

0 comments on commit f4853e3

Please sign in to comment.