From 0e93e6142a7bce60c4f19b4ecc8085d90d781b66 Mon Sep 17 00:00:00 2001 From: Vishnu Ramadas Date: Tue, 6 Feb 2024 13:52:09 -0600 Subject: [PATCH] arch-vega, gpu-compute, mem-ruby: Remove extra empty lines Change-Id: I18770ec7e38c4a992a0ae6de95b0be49ab4426c2 --- src/gpu-compute/fetch_unit.cc | 1 - src/mem/ruby/protocol/GPU_VIPER-SQC.sm | 1 - 2 files changed, 2 deletions(-) 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));