Commit be3c06a
authored
perf(LSQ): enlarge default LSQ capacity (#6089)
Increase the default LSQ and SQ capacities in
`src/main/scala/xiangshan/Parameters.scala` to reduce queue pressure
under higher memory-level parallelism.
Raise `VirtualLoadQueueSize` and `LoadQueueReplaySize` from 72 to 120,
`LoadQueueRARSize` from 72 to 96,
`LoadQueueRAWSize` from 32 to 56, and `StoreQueueSize` from 56 to 64.
This change only updates the default queue size
parameters and is expected to improve performance
by allowing more in-flight memory operations.1 parent 90f0eb8 commit be3c06a
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments