Skip to content

Conversation

@Critsium-xy
Copy link
Collaborator

The original blas_connector is to encapsule col-major blas kernels to row-major blas kernels. But there may be need for row-major kernels. Because some kernels can't be capsuled into col-major kernels (for example, ?symm), the original blas_connector didn't include these kernels. The pull request added them.

A direct usage of dsymm_ in code is replaced by the blas_connector functions as an example.

@mohanchen mohanchen added Features Needed The features are indeed needed, and developers should have sophisticated knowledge Refactor Refactor ABACUS codes labels Jan 1, 2025
@mohanchen mohanchen merged commit 3a2eb06 into deepmodeling:develop Jan 1, 2025
14 checks passed
@Critsium-xy Critsium-xy deleted the blas_update branch January 2, 2025 08:12
Fisherd99 pushed a commit to Fisherd99/abacus-BSE that referenced this pull request Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Features Needed The features are indeed needed, and developers should have sophisticated knowledge Refactor Refactor ABACUS codes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants