Skip to content
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

Flexible block size for SYEVJ/HEEVJ #859

Open
wants to merge 51 commits into
base: develop
Choose a base branch
from

Conversation

EdDAzevedo
Copy link
Contributor

The kernels (and launch configurations) are modified to accept a block size nb_max that is not equal to BS2=32.

For double_complex type, the nb_max can be set to 22 to allow (2 * nb_max) by (2 * nb_max) "J" rotation matrix and (2 * nb_max) by (nb_max) submatrix of "A" matrix to be stored in LDS cache for use in offd_rotate_kernel(). This can allow allow the (2 * nb_max) by (2 * nb_max) "J" rotation matrix and (2 * nb_max) by (2 * nb_max) submatrix of "A" be stored in LDS shared memory for syevj_offd_kernel().

This reduced block size may improve the performance of HEEVJ for double complex.

Copy link
Contributor

@amd-jnovotny amd-jnovotny left a comment

Choose a reason for hiding this comment

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

Change log formatting looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants