summaryrefslogtreecommitdiff
path: root/src/gpu-compute/local_memory_pipeline.hh
AgeCommit message (Collapse)Author
2016-10-26hsail, gpu-compute: remove doGm/SmReturn add completeAccTony Gutierrez
we are removing doGmReturn from the GM pipe, and adding completeAcc() implementations for the HSAIL mem ops. the behavior in doGmReturn is dependent on HSAIL and HSAIL mem ops, however the completion phase of memory ops in machine ISA can be very different, even amongst individual machine ISA mem ops. so we remove this functionality from the pipeline and allow it to be implemented by the individual instructions.
2016-01-19gpu-compute: AMD's baseline GPU modelTony Gutierrez