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

zherk wrapper adds data to wrong arena #24

Open
abouteiller opened this issue Jun 30, 2020 · 0 comments
Open

zherk wrapper adds data to wrong arena #24

abouteiller opened this issue Jun 30, 2020 · 0 comments
Labels
bug Something isn't working low priority Nice to have at some point

Comments

@abouteiller
Copy link
Contributor

Original report by Omri Mor (Bitbucket: omrimor2, GitHub: omor1).


zherk_wrapper.c adds a tile to the zherk_LN arena regardless of what task is to be executed. In practice, I think all the PARSEC_zherk_XX_DEFAULT_ARENA constants are generated as 0 in the header files, but I’m not sure that this is guaranteed.

zgemm_wrapper.c handles a similar situation differently. This seems to be a persistent issue; while not exhaustive, I’ve noticed this in zher2k_wrapper.c, ztrmm_wrapper.c, and ztrsm_wrapper.c as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority Nice to have at some point
Projects
None yet
Development

No branches or pull requests

1 participant