diff options
Diffstat (limited to 'src/gpu-compute/compute_unit.hh')
-rw-r--r-- | src/gpu-compute/compute_unit.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu-compute/compute_unit.hh b/src/gpu-compute/compute_unit.hh index adf3c21d2..051a5f2ff 100644 --- a/src/gpu-compute/compute_unit.hh +++ b/src/gpu-compute/compute_unit.hh @@ -280,7 +280,7 @@ class ComputeUnit : public ClockedObject bool cedeSIMD(int simdId, int wfSlotId); template<typename c0, typename c1> void doSmReturn(GPUDynInstPtr gpuDynInst); - virtual void init(); + virtual void init() override; void sendRequest(GPUDynInstPtr gpuDynInst, int index, PacketPtr pkt); void sendSyncRequest(GPUDynInstPtr gpuDynInst, int index, PacketPtr pkt); void injectGlobalMemFence(GPUDynInstPtr gpuDynInst, @@ -380,7 +380,7 @@ class ComputeUnit : public ClockedObject int glbMemInstAvail; void - regStats(); + regStats() override; LdsState & getLds() const |