How GMM Algorithm Optimization Is Applied in the Framework #792
Unanswered
SaturnWorld
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear developers and users:
In the paper 《Pushing the limit of molecular dynamics with ab initio accuracy to 100 million atoms with machine learning》,i find several optimizations for embedding net computations , such as
1. replace MATMUL and ADD operations with GEMM
2. replace CONCAT and ADD operations with GEMM
However, I do not find the relevant code implementation in the source code of the deepmd-kit framework. How does the framework apply this optimization solution? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions