Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-18 | gpu: fix bugs with MemFence, Flat Instrs and Resource utilization | John Kalamatianos | |
Both Memory Fence is now flagged as Global Memory only to avoid resource oversubscribing. Flat instructions now check for Shared Memory resource busy to avoid oversubscribing resources. All WaitClass resources now use cycles (not ticks) to register the number of pipe stages between Scoreboard and Execute to be consistent with instruction scheduling logic which always used clock cycles. | |||
2016-02-17 | gpu-compute: remove brig_object.hh from hsa_object.cc | Tony Gutierrez | |
brig_object.hh is specific to the HSAIL ISA, and hence should not be included in ISA-agnostic code. | |||
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez | |