Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-15 | gpu-compute: Cleanup the scheduler a bit | Tony Gutierrez | |
Change-Id: If2c626544f208e15c91be975dee9253126862ced Reviewed-on: https://gem5-review.googlesource.com/10222 Reviewed-by: Alexandru Duțu <alexandru.dutu@amd.com> Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com> | |||
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-09-16 | gpu-compute: Adding vector register file debug messages | Alexandru Dutu | |
This patch introduces DPRINTFs for reading and writing to and from the vector register file. | |||
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez | |