-
Notifications
You must be signed in to change notification settings - Fork 581
Add 4 pt descriptor compression #4227
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
Merged
+2,377
−388
Merged
Changes from 101 commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
6bb8795
yan devel
cherryWangY 7ecd122
tabulate_fusion_se_t
cherryWangY ab670ed
tabulate_fusion_all_op_basic_verion
cherryWangY 9fc3fb0
compile safe version
cherryWangY cab50c9
compile safe version
cherryWangY e9ccb98
Merge branch 'devel' of https://github.com/cherryWangY/deepmd-kit int…
cherryWangY 87909e2
se_a & se_atten
cherryWangY 2225975
se_r
cherryWangY c09a7a7
remove print
cherryWangY ee5b64e
move pt op test
cherryWangY c7efbce
Merge remote-tracking branch 'upstream/devel' into devel
cherryWangY 763c7b4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3fe4b64
remove print
cherryWangY 6f76ccf
fixed for commit
cherryWangY b89ceed
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5a8b77e
fix pull request warning
cherryWangY 25ca8c1
fix pr warning
cherryWangY f1c43f5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 179e175
gpu test debug
cherryWangY 34c664c
merge
cherryWangY 4cc1478
merge
cherryWangY 5921a60
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b63209c
table_info set cpu
cherryWangY a824a80
remove print
cherryWangY 8527819
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e47dcba
add dtype=float64
cherryWangY 95a9566
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 114f7a6
add dtype=float64
cherryWangY 9e677f4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 22ae3b7
test both float64 and float32
njzjz 9920e57
skip tests if customized ops are not enables
njzjz 7dd7f6a
Merge branch 'devel' into devel
cherryWangY 82a5035
Merge branch 'devel' into devel
cherryWangY e6bc120
Merge branch 'devel' into tabulate_op
njzjz 1523196
reduce test size from 192 atoms to 4 atoms
njzjz 4c6f69b
Merge branch 'deepmodeling:devel' into devel
cherryWangY ff57db2
basic descriptor se_a
cherryWangY fdb13bb
Merge branch 'devel' of https://github.com/cherryWangY/deepmd-kit int…
cherryWangY 882297c
basic descriptor se_a
cherryWangY 4afd634
basic descriptor se_a
cherryWangY 6880e8b
basic torch version
cherryWangY 48a7508
compressed se_a test
cherryWangY 1af34ce
se_a debug
cherryWangY e9915e3
four descriptors compression
cherryWangY 322ad02
remove redundant code for pt descriptor compression
cherryWangY d7813d9
align to latest version
cherryWangY 0331c43
align to latest version
cherryWangY d6cea9b
Merge branch 'devel' into devel
cherryWangY 8984eb9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c38472a
remove extra indent
cherryWangY 7d9d1e2
fix pre-commit
cherryWangY ed1d598
Merge branch 'devel' into devel
cherryWangY f12fa1b
enhance code robustness
cherryWangY 95e4f9f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 776816f
fix pre-commit
cherryWangY a0d7403
solve some problems
cherryWangY 0d46b21
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2617b6f
fix annotation error
cherryWangY 7b9332b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e2106af
fix self.table and remove locals
cherryWangY 6e1f787
merge latest
cherryWangY 2802947
fix se_atten
cherryWangY b572034
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8e86382
fix gg undefine
cherryWangY 3eb8d3f
Merge remote-tracking branch 'new-fork/devel' into devel
cherryWangY 7d84da6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 37b1644
make torchscript happy
njzjz c0ab006
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c924750
add fake op for freezing
cherryWangY 78f20fd
add explicit device
cherryWangY 755401e
add parametized tests
cherryWangY 976c8df
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 126a170
fix parameterized
cherryWangY 706d614
remove useless exception
cherryWangY b92c1f8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4d3c1b8
fix prec bug
cherryWangY 619e5fb
Merge branch 'devel' of https://github.com/cherryWangY/deepmd-kit int…
cherryWangY 1b1f0e9
set se_t precesion as 1e-6 when float64
cherryWangY b3737b9
avoid using env.DEVICE in the forward
cherryWangY 90c5ac3
change enable_compression
cherryWangY 5d8c96a
solve coderabbitai conversations
cherryWangY feda81b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7231776
change error info
cherryWangY 05c9145
avoid calling serialize() multiple times
cherryWangY dbe92ef
add enable_compression() to BaseBaseModel
cherryWangY a7b9f66
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f5d1757
remove enable_compression() in base_model
cherryWangY 3fb094a
add enable_compression() in base_descriptor
cherryWangY 621b45f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 99f9f6b
simplified code
cherryWangY 4df6df0
update branch
cherryWangY 30c722c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7c86385
merge pt and tf similar implementation of tabulate
cherryWangY 2ce4356
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 39d6d17
Merge branch 'devel' into devel
cherryWangY cb15335
set is_pt
cherryWangY 15bf3e2
fix for loop; fix codeql warnings
njzjz 689748e
add comment at descrpt SeT build()
cherryWangY 9c7534e
Refactor duplicate code in _get_bias and _get_matrix methods
cherryWangY 5794248
fix device inconsistency
cherryWangY c06f54a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 006c159
Merge branch 'devel' into devel
cherryWangY File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.