Skip to content

skylakex sgemv_t kernel fix#3348

Merged
martin-frbg merged 2 commits intoOpenMathLib:developfrom
guowangy:skylakex-sgemv_t-fix
Aug 25, 2021
Merged

skylakex sgemv_t kernel fix#3348
martin-frbg merged 2 commits intoOpenMathLib:developfrom
guowangy:skylakex-sgemv_t-fix

Conversation

@guowangy
Copy link
Copy Markdown
Contributor

Bug fix for sgemv_t kernel in corner case.

Validation pass through below combination:

TRANS = ['T']
M = [1, 2, 3, 4, 5, 6, 7, 8]
N = [1, 2, 3, ..., 256, 257]
alpha = [1.0, 2.0]
beta = [0.0, 2.0]

Previous lapack-test failures have been fixed.

@martin-frbg martin-frbg added this to the 0.3.18 milestone Aug 25, 2021
@martin-frbg
Copy link
Copy Markdown
Collaborator

Thank you very much. I had noticed some of the more obvious problems (like the wrong tag_m_64x) but never got the full picture.

@martin-frbg martin-frbg merged commit 6bb1805 into OpenMathLib:develop Aug 25, 2021
@guowangy guowangy deleted the skylakex-sgemv_t-fix branch August 26, 2021 01:14
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