From 9944aa60a6d2cdaf8083d2dc62dc637f1d7f1aa2 Mon Sep 17 00:00:00 2001 From: huafengchun Date: Wed, 17 Jul 2024 09:06:01 +0000 Subject: [PATCH] Delete Trailing whitespace --- ggml/src/ggml-cann/acl_tensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-cann/acl_tensor.h b/ggml/src/ggml-cann/acl_tensor.h index f3e1c4858..7d0bf04e0 100644 --- a/ggml/src/ggml-cann/acl_tensor.h +++ b/ggml/src/ggml-cann/acl_tensor.h @@ -201,7 +201,7 @@ int64_t ggml_cann_get_bcast_shape(const ggml_tensor* src0, const ggml_tensor* sr * shapes needed for matrix multiplication. It ensures that dimensions where * weight tensor requires expansion are appropriately handled to conform with * broadcasting rules. - * @note compare with ggml_cann_get_bcast_shape,mul_mat broadcast need add this new dim + * @note compare with ggml_cann_get_bcast_shape, mul_mat broadcast need add this new dim * before cast dim. * @sa ggml_cann_get_bcast_shape */