diff options
Diffstat (limited to 'src/gpu-compute/gpu_dyn_inst.hh')
-rw-r--r-- | src/gpu-compute/gpu_dyn_inst.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpu-compute/gpu_dyn_inst.hh b/src/gpu-compute/gpu_dyn_inst.hh index c07d85d78..527b87b4c 100644 --- a/src/gpu-compute/gpu_dyn_inst.hh +++ b/src/gpu-compute/gpu_dyn_inst.hh @@ -258,6 +258,10 @@ class GPUDynInst : public GPUExecContext // Initiate the specified memory operation, by creating a // memory request and sending it off to the memory system. void initiateAcc(GPUDynInstPtr gpuDynInst); + // Complete the specified memory operation, by writing + // value back to the RF in the case of a load or atomic + // return or, in the case of a store, we do nothing + void completeAcc(GPUDynInstPtr gpuDynInst); void updateStats(); |