arch-vega, gpu-compute, mem-ruby: Remove extra empty lines

Change-Id: I18770ec7e38c4a992a0ae6de95b0be49ab4426c2
This commit is contained in:
Vishnu Ramadas
2024-02-06 13:52:09 -06:00
parent 440409d807
commit 0e93e6142a
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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));