Searched hist:11733 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/hsail/
H A Doperand.hhdiff 11733:96c81efdd3be Fri Dec 02 11:40:00 EST 2016 Tony Gutierrez <anthony.gutierrez@amd.com> hsail: fix unsigned offset bug in address calculation

it's possible for the offset provided to an HSAIL mem inst to be a negative
value, however the variable we use to hold the offset is an unsigned type.
this can lead to excessively large offset values when the offset is negative,
which will almost certainly cause the access to go out of bounds.

Completed in 7 milliseconds