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

Fix declaration of input arguments in x86_64 GEMV, SYMV and DSCAL #2010

Merged
merged 4 commits into from
Feb 12, 2019
Merged

Fix declaration of input arguments in x86_64 GEMV, SYMV and DSCAL #2010

merged 4 commits into from
Feb 12, 2019

Conversation

martin-frbg
Copy link
Collaborator

@martin-frbg martin-frbg commented Feb 12, 2019

Arguments 0 and 1 need to be tagged as both input and output. Apparently these files were missed when the related microkernels were corrected. Expected to fix #2009

…MV_N kernels

Arguments 0 and 1 need to be tagged as both input and output
@martin-frbg martin-frbg changed the title Fix declaration of input arguments in x86_64 GEMV_T and GEMV_N Fix declaration of input arguments in x86_64 GEMV, SYMV and DSCAL Feb 12, 2019
Argument 0 is modified as it doubles as a counter
Argument 0 is modified so should be input and output
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.

segfault in dblat2 in dgemv_HASWELL in OpenBLAS 0.3.5
1 participant