Skip to content

Conversation

@dzzz2001
Copy link
Collaborator

What's changed?

  • Some BLAS and LAPACK function declarations in the code were incorrect—for example, non-const parameters were mistakenly marked as const. This PR fixes these errors.

@dzzz2001 dzzz2001 marked this pull request as ready for review October 25, 2025 06:12
@dzzz2001 dzzz2001 requested a review from mohanchen October 25, 2025 13:55
@kluonj
Copy link

kluonj commented Oct 26, 2025

Note for PR reviewers: these const modifiers correspond to the intent keyword in fortran. See detailed comment in e.g. https://www.netlib.org/lapack/explore-html/d2/d64/ssygvd_8f_source.html. For intent in only, const should be kept. Otherwise, const should not be added, see \param[in,out] A.

Copy link
Collaborator

@Critsium-xy Critsium-xy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, maybe you need to communicate with @Cstandardlib on how to make your pull requests compatiable?

@mohanchen mohanchen merged commit cd52ac3 into deepmodeling:develop Oct 27, 2025
14 checks passed
@mohanchen mohanchen added the The Absolute Zero Reduce the "entropy" of the code to 0 label Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

The Absolute Zero Reduce the "entropy" of the code to 0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants