Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-26 | gpu-compute: remove inst enums and use bit flag for attributes | Tony Gutierrez | |
this patch removes the GPUStaticInst enums that were defined in GPU.py. instead, a simple set of attribute flags that can be set in the base instruction class are used. this will help unify the attributes of HSAIL and machine ISA instructions within the model itself. because the static instrution now carries the attributes, a GPUDynInst must carry a pointer to a valid GPUStaticInst so a new static kernel launch instruction is added, which carries the attributes needed to perform a the kernel launch. | |||
2016-06-06 | stats: Fixing regStats function for some SimObjects | David Guillen Fandos | |
Fixing an issue with regStats not calling the parent class method for most SimObjects in Gem5. This causes issues if one adds new stats in the base class (since they are never initialized properly!). Change-Id: Iebc5aa66f58816ef4295dc8e48a357558d76a77c Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> | |||
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez | |