Skip to content

Commit 199fe5d

Browse files
committed
fix lint
Signed-off-by: Super User <panxuanyu1@huawei.com>
1 parent 48bde8c commit 199fe5d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

xllm/core/kernels/ops_api.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -978,11 +978,8 @@ fused_qkvzba_split_reshape_cat(FusedQkvzbaSplitReshapeParams& params) {
978978

979979
void gemma_rms_norm(GemmaRMSNormParams& params) {
980980
#if defined(USE_NPU)
981-
npu::npu_gemma_rms_norm(params.x,
982-
params.gamma,
983-
params.epsilon,
984-
params.rstd_out,
985-
params.norm_out);
981+
npu::npu_gemma_rms_norm(
982+
params.x, params.gamma, params.epsilon, params.rstd_out, params.norm_out);
986983
#else
987984
NOT_IMPLEMENTED();
988985
#endif

0 commit comments

Comments
 (0)