Review Board 2.0.15


gpu-compute, hsail: make the PC a byte address, not an instruction index

Review Request #3655 - Created Oct. 10, 2016 and submitted

Information
Tony Gutierrez
gem5
default
Reviewers
Default
Changeset 11680:b7ba41787b5d
---------------------------
gpu-compute, hsail: make the PC a byte address, not an instruction index

currently the PC is incremented on an instruction granularity, and not as an
instruction's byte address. machine ISA instructions assume the PC is a byte
address, and is incremented accordingly. here we make the GPU model, and the
HSAIL instructions treat the PC as a byte address as well.

   
Review request changed
Updated (Oct. 26, 2016, 7:52 p.m.)

Status: Closed (submitted)