Delete Trailing whitespace

This commit is contained in:
huafengchun 2024-07-17 09:06:01 +00:00
parent 5b7c575282
commit 9944aa60a6

View file

@ -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 * shapes needed for matrix multiplication. It ensures that dimensions where
* weight tensor requires expansion are appropriately handled to conform with * weight tensor requires expansion are appropriately handled to conform with
* broadcasting rules. * broadcasting rules.
* @note compare with ggml_cann_get_bcast_shapemul_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. * before cast dim.
* @sa ggml_cann_get_bcast_shape * @sa ggml_cann_get_bcast_shape
*/ */