Skip to content

Commit

Permalink
Delete Trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hipudding committed Jul 17, 2024
1 parent 5b7c575 commit 9944aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-cann/acl_tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_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.
* @sa ggml_cann_get_bcast_shape
*/
Expand Down

0 comments on commit 9944aa6

Please sign in to comment.