From 100fbbc048f7fbcf727aa523cf6a9059f027b950 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Mon, 29 Apr 2024 15:19:48 -0700 Subject: [PATCH] Increase FPUQ_SIZE This should at least be FMA_LATENCY to not bottleneck things. --- hw/rtl/VX_config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/rtl/VX_config.vh b/hw/rtl/VX_config.vh index 67a11baf..1b84f52c 100644 --- a/hw/rtl/VX_config.vh +++ b/hw/rtl/VX_config.vh @@ -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