We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's an illegal instruction in a BRIG:
st_align(4)_u8 9, 0, 0, 0, [$d0+8];
st takes only two arguments, this has somehow pushed in 5. HSAILasm can disassemble the BRIG, but cannot assemble it again:
$ HSAILasm -disassemble phsa-temp/program-0.brig $ HSAILasm phsa-temp/program-0.hsail
st_align(4)_u8 9, 0, 0, 0, [$d0+8]; ^ input(10,20): Invalid operand 1, expected: an address
st_align(4)_u8 9, 0, 0, 0, [$d0+8]; ^
input(10,20): Invalid operand 1, expected: an address
See: HSAFoundation/gccbrig#4
The text was updated successfully, but these errors were encountered:
The culprit: z.brig.gz
Sorry, something went wrong.
A fix for this issue has just been pushed on GitHub
Verified. Thanks.
dpreobrazhensky
No branches or pull requests
There's an illegal instruction in a BRIG:
st takes only two arguments, this has somehow pushed in 5. HSAILasm can disassemble the BRIG, but cannot assemble it again:
$ HSAILasm -disassemble phsa-temp/program-0.brig
$ HSAILasm phsa-temp/program-0.hsail
See: HSAFoundation/gccbrig#4
The text was updated successfully, but these errors were encountered: