You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on the latest HLC compiler from the branch hsail-stable-3.7. I compiled with -O2.
The following kernel doesn't assemble after compilation, because the alignment info generated by the code generator can exceed HSAIL's limit of BRIG_ALIGNMENT_256:
I'm on the latest HLC compiler from the branch
hsail-stable-3.7
. I compiled with-O2
.The following kernel doesn't assemble after compilation, because the alignment info generated by the code generator can exceed HSAIL's limit of
BRIG_ALIGNMENT_256
:The emitted error is:
I think all that needs to be done is to limit the alignment info produced by the code generator to
BRIG_ALIGNMENT_256
.The text was updated successfully, but these errors were encountered: