forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 145
RT-TDDFT GPU Acceleration: RT-TD now fully support GPU computation #5773
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
mohanchen
merged 45 commits into
deepmodeling:develop
from
AsTonyshment:TDDFT_GPU_phase_1
Jan 22, 2025
Merged
Changes from 3 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
eee8b75
Phase 1 of RT-TDDFT GPU Acceleration: Rewriting existing code using T…
AsTonyshment aa4ceb1
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] 069c434
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment e45398a
Initialize int info in bandenergy.cpp
AsTonyshment a6040ec
Initialize double aa, bb in bandenergy.cpp
AsTonyshment 0bebb32
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment ac4e737
Merge branch 'TDDFT_GPU_phase_1' of github.com:AsTonyshment/abacus-de…
AsTonyshment 8ed6407
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment e67b42f
Merge branch 'TDDFT_GPU_phase_1' of github.com:AsTonyshment/abacus-de…
AsTonyshment 9e4b889
Fix a bug where CopyFrom caused shared data between tensors, using =(…
AsTonyshment 9ca053d
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment ba12e92
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment 3110720
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment eda3add
RT-TDDFT GPU Acceleration (Phase 2): Adding needed BLAS and LAPACK su…
AsTonyshment 4685fb8
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment 717c164
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment e3c493d
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment d89f9a3
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment 7f94b4d
LAPACK wrapper functions: change const basic-type input parameters fr…
AsTonyshment 0e458b9
Did nothing, just formatting esolver.cpp
AsTonyshment 824168d
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment b9f8ca4
Merge branch 'TDDFT_GPU_phase_1' of github.com:AsTonyshment/abacus-de…
AsTonyshment bdc6cf6
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment fbe01cd
Merge branch 'TDDFT_GPU_phase_1' of github.com:AsTonyshment/abacus-de…
AsTonyshment 5044ac5
Merge branch 'develop' into TDDFT_GPU_phase_1
AsTonyshment d732808
Merge branch 'TDDFT_GPU_phase_1' of github.com:AsTonyshment/abacus-de…
AsTonyshment 0e6c42c
Core algorithm: RT-TD now has preliminary support for GPU computation
AsTonyshment 20fd170
Fix GitHub CI CUDA build bug due to deleted variable
AsTonyshment 1d9e60f
Refactor some files
AsTonyshment c6559dd
Getting ready for gathering MPI processes
AsTonyshment 698bec2
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment 38ad956
Merge branch 'TDDFT_GPU_phase_1' of github.com:AsTonyshment/abacus-de…
AsTonyshment 4f24415
MPI multi-process compatibility
AsTonyshment cca5fa9
Fix GitHub CI MPI compilation bug
AsTonyshment 62df525
Minor fix and refactor
AsTonyshment 8b526a9
Merge branch 'deepmodeling:develop' into TDDFT_GPU_phase_1
AsTonyshment fde9d05
Initialize double aa, bb and one line for one variable
AsTonyshment 87893a9
Rename bandenergy.cpp to band_energy.cpp and corresponding adjustments
AsTonyshment a02a352
Fix compile error and change CMakeLists accordingly
AsTonyshment 2bdc83f
Merge branch 'TDDFT_GPU_phase_1' of github.com:AsTonyshment/abacus-de…
AsTonyshment 214bdb8
Initialize int naroc
AsTonyshment e4ab72a
Initialize MPI related variables: myid, num_procs and root_proc
AsTonyshment dc54ffd
Refactor Propagator class implementation into multiple files for bett…
AsTonyshment 079f791
Remove all GlobalV::ofs_running from RT-TDDFT core algorithms and pas…
AsTonyshment c0ca245
Add assert in some places and optimize redundant index calculations i…
AsTonyshment 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
AsTonyshment marked this conversation as resolved.
Show resolved
Hide resolved
|
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.