-
Notifications
You must be signed in to change notification settings - Fork 145
Resolve the segmentation fault occurring in the pw float implementation #6130
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
Conversation
|
Could you please fix the single-precision calculation issue for the LCAO basis? When I tested with ABACUS 3.9.0.3, I encountered the same problem as with PW, but the error does not occur in version 3.10. |
Alright, I'll try to address this issue later. However, I recall that the LCAO basis does not support a single version; I will verify this information |
Currently, the LCAO does not support a single version. Could you please inform me whether you intend to use the GPU LCAO single? Actually, this feature will be implemented by my partner. After the pull request (PR) is merged, you will be able to set the GPU LCAO to single; however, in reality, it will run as GPU LCAO double. |
I tested version 3.10 in single precision, but it still runs in double precision. If that’s the case, I don’t need this feature right now. Thank you. |
Linked Issue
Fix #6111
Unit Tests and/or Case Tests for My Changes
What's Changed?