From ac34a8f5f54a6b0bf42fc704bd3013e2cd3d2c9a Mon Sep 17 00:00:00 2001 From: Richard Yan Date: Wed, 29 Jan 2025 22:22:34 -0800 Subject: [PATCH] hopper changes --- lib/include/VX_config.h | 2 +- lib/include/vx_spawn.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/include/VX_config.h b/lib/include/VX_config.h index e7a6b559..63be0e93 100644 --- a/lib/include/VX_config.h +++ b/lib/include/VX_config.h @@ -84,7 +84,7 @@ #endif #ifndef NUM_CORES -#define NUM_CORES 8 +#define NUM_CORES 4 #endif #ifndef NUM_WARPS diff --git a/lib/include/vx_spawn.h b/lib/include/vx_spawn.h index 83052f30..db77e683 100644 --- a/lib/include/vx_spawn.h +++ b/lib/include/vx_spawn.h @@ -18,7 +18,7 @@ #include #ifndef CORES_PER_CLUSTER -#define CORES_PER_CLUSTER 8 +#define CORES_PER_CLUSTER 4 #endif #ifdef __cplusplus