-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Faster neighbor stat implementation for the TF backend #3272
Labels
Comments
njzjz
changed the title
[Feature Request] Faster neighbor stat implementation for TF
[Feature Request] Faster neighbor stat implementation for the TF backend
Feb 14, 2024
wanghan-iapcm
pushed a commit
that referenced
this issue
Feb 15, 2024
Fix #3272. Apply implementation of #3271 into TF. Confirm consistent results on `examples/water`, `examples/nopbc`, and ANI-1x (#1624). 80x speed up: ![image](https://github.com/deepmodeling/deepmd-kit/assets/9496702/85aa1fed-e3c0-4cb6-9082-db45c9a03f9d) --------- Signed-off-by: Jinzhe Zeng <[email protected]>
njzjz
added a commit
to njzjz/deepmd-kit
that referenced
this issue
Apr 6, 2024
Fix deepmodeling#3272. Apply implementation of deepmodeling#3271 into TF. Confirm consistent results on `examples/water`, `examples/nopbc`, and ANI-1x (deepmodeling#1624). 80x speed up: ![image](https://github.com/deepmodeling/deepmd-kit/assets/9496702/85aa1fed-e3c0-4cb6-9082-db45c9a03f9d) --------- Signed-off-by: Jinzhe Zeng <[email protected]> (cherry picked from commit 02080db) --------- Cleanup for r2. Signed-off-by: Jinzhe Zeng <[email protected]>
njzjz
added a commit
that referenced
this issue
Apr 6, 2024
Fix #3272. Apply implementation of #3271 into TF. Confirm consistent results on `examples/water`, `examples/nopbc`, and ANI-1x (#1624). 80x speed up: ![image](https://github.com/deepmodeling/deepmd-kit/assets/9496702/85aa1fed-e3c0-4cb6-9082-db45c9a03f9d) --------- Signed-off-by: Jinzhe Zeng <[email protected]> (cherry picked from commit 02080db) --------- Cleanup for r2. Signed-off-by: Jinzhe Zeng <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Implement a multiple-frame neighbor statics OP for the TF backend.
Detailed Description
#3271 implements a multiple-frame neighbor statics OP for the PT backend, making it 100x faster than the previous implementation. This implementation should be brought to the TF backend.
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: