Skip to content

Conversation

hipudding
Copy link
Collaborator

Make sure to read the contributing guidelines before submitting a PR

@github-actions github-actions bot added ggml changes relating to the ggml tensor library for machine learning Ascend NPU issues specific to Ascend NPUs labels Aug 10, 2025
@hipudding hipudding changed the title CANN: add fused ffn op CANN: Add fused FFN op Aug 10, 2025
@ggerganov
Copy link
Member

The recommended way for fusing ops is to implement the fusion in the backends. For example:

Adding fused ops in the ggml API will not work because the amount of code will grow exponentially and will not be possible to maintain.

@hipudding
Copy link
Collaborator Author

The recommended way for fusing ops is to implement the fusion in the backends. For example:

Adding fused ops in the ggml API will not work because the amount of code will grow exponentially and will not be possible to maintain.

Got it, Thanks.

@hipudding hipudding closed this Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ascend NPU issues specific to Ascend NPUs ggml changes relating to the ggml tensor library for machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants