summaryrefslogtreecommitdiff
path: root/src/gpu-compute/kernel_cfg.hh
AgeCommit message (Collapse)Author
2016-10-26gpu-compute, hsail: make the PC a byte address, not an instruction indexTony Gutierrez
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.
2016-01-19gpu-compute: AMD's baseline GPU modelTony Gutierrez