Skip to content

Commit 954fdcf

Browse files
committed
[CANN]codestyle adjustment
Signed-off-by: noemotiovon <[email protected]>
1 parent 9480e9e commit 954fdcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-cann/aclnn_ops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2601,7 +2601,7 @@ void ggml_cann_step(ggml_backend_cann_context& ctx, ggml_tensor* dst){
26012601
}
26022602

26032603
/**
2604-
* @brief Performs expert-specific matrix multiplication (MoE) with
2604+
* @brief Performs expert-specific matrix multiplication (MoE) with
26052605
* floating-point precision using the CANN backend.
26062606
*
26072607
* This function executes a matrix multiplication operation tailored for
@@ -2612,7 +2612,7 @@ void ggml_cann_step(ggml_backend_cann_context& ctx, ggml_tensor* dst){
26122612
* as part of sparse expert selection.
26132613
*
26142614
* @param ctx The context for executing CANN backend operations.
2615-
* @param dst The destination tensor where the MoE multiplication result
2615+
* @param dst The destination tensor where the MoE multiplication result
26162616
* will be stored.
26172617
*
26182618
* @note This function assumes floating-point data types and is designed for

0 commit comments

Comments
 (0)