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

Corrected write functionality #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

d1duarte
Copy link
Contributor

Vector Memory writes were malfunctioning due to the lack of reinitialization in some fields (source address and write mask), when changing the vector. Also the exec mask was not being verified correctly since the 'vgpr_op' flag was not on.

Vector Memory writes were malfunctioning due to the lack of reinitialization in some fields (source address and write mask), when changing the vector. Also the exec mask was not being verified correctly since the 'vgpr_op' flag was not on.
@zwabbit
Copy link
Contributor

zwabbit commented May 30, 2016

I'd actually prefer we fix vgpr_op instead of dropping it outright as later GCN ISAs do include SGPR to memory writes,

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