Skip to content

Commit 09d7ee1

Browse files
author
noemotiovon
committed
[CANN]code style adjustment
Signed-off-by: noemotiovon <[email protected]>
1 parent b0eca2c commit 09d7ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/aclnn_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2318,7 +2318,7 @@ void ggml_cann_softmax(ggml_backend_cann_context& ctx, ggml_tensor* dst) {
23182318
* embedding operation on them. The embedding operation is applied by iterating
23192319
* over the last two dimensions of the source tensor, creating the necessary
23202320
* tensors for the source, index, and output, and executing the embedding operation.
2321-
*
2321+
*
23222322
* @param ctx The context for CANN backend operations.
23232323
* @param src_buffer The source buffer holding the data for the source tensor.
23242324
* @param src_ne The dimensions of the source tensor.

0 commit comments

Comments
 (0)