Increase FPUQ_SIZE
This should at least be FMA_LATENCY to not bottleneck things.
This commit is contained in:
@@ -309,7 +309,7 @@
|
||||
|
||||
// Size of FPU Request Queue
|
||||
`ifndef FPUQ_SIZE
|
||||
`define FPUQ_SIZE (2 * (`NUM_THREADS / `NUM_FPU_LANES))
|
||||
`define FPUQ_SIZE (8 * (`NUM_THREADS / `NUM_FPU_LANES))
|
||||
`endif
|
||||
|
||||
// FNCP Latency
|
||||
|
||||
Reference in New Issue
Block a user