Review Board 2.0.15


gpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA to WF

Review Request #3651 - Created Oct. 10, 2016 and submitted - Latest diff uploaded

Information
Tony Gutierrez
gem5
default
Reviewers
Default
Changeset 11678:707f0168d0fb
---------------------------
gpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA to WF

the GPUISA class is meant to encapsulate any ISA-specific behavior - special
register accesses, isa-specific WF/kernel state, etc. - in a generic enough way
so that it may be used in ISA-agnostic code.