diff --git a/src/gpu-compute/fetch_unit.cc b/src/gpu-compute/fetch_unit.cc index 19144d55e2..66abfe1fb7 100644 --- a/src/gpu-compute/fetch_unit.cc +++ b/src/gpu-compute/fetch_unit.cc @@ -408,7 +408,6 @@ FetchUnit::FetchBufDesc::invBuf() DPRINTF(GPUFetch, "WF[%d][%d]: Id%d Fetch dropped, flushing fetch " "buffer\n", wavefront->simdId, wavefront->wfSlotId, wavefront->wfDynId); - } Addr diff --git a/src/mem/ruby/protocol/GPU_VIPER-SQC.sm b/src/mem/ruby/protocol/GPU_VIPER-SQC.sm index 3086aab77a..67c7753f09 100644 --- a/src/mem/ruby/protocol/GPU_VIPER-SQC.sm +++ b/src/mem/ruby/protocol/GPU_VIPER-SQC.sm @@ -324,7 +324,6 @@ machine(MachineType:SQC, "GPU SQC (L1 I Cache)") sequencer.invL1Callback(); } - action(w_writeCache, "w", desc="write data to cache") { peek(responseToSQC_in, ResponseMsg) { assert(is_valid(cache_entry));