From f1d0fac51869eb10b218fead7607459f96ec99b6 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Tue, 28 Jan 2025 22:36:58 -0800 Subject: [PATCH] Change to 8-core Volta/Ampere config --- 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 2bed6551..71afa182 100644 --- a/hw/rtl/VX_config.vh +++ b/hw/rtl/VX_config.vh @@ -88,7 +88,7 @@ `endif `ifndef NUM_CORES -`define NUM_CORES 4 +`define NUM_CORES 8 `endif `ifndef NUM_WARPS