gpu: fix out of bounds access bug
Review Request #3537 - Created June 29, 2016 and updated - Latest diff uploaded
| Information | |
|---|---|
| Tony Gutierrez | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11558:78c3f89d15f6 --------------------------- gpu: fix out of bounds access bug Out of bounds access bug to GPU Dynamic instruction data is fixed. HSAIL instructions can have up to 4 src or dst operands and the member variable holding data had not been sized to account for the worst case scenario.
