hopper changes

This commit is contained in:
Richard Yan
2025-01-29 22:22:34 -08:00
parent 91a82c9f0f
commit ac34a8f5f5
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@
#endif #endif
#ifndef NUM_CORES #ifndef NUM_CORES
#define NUM_CORES 8 #define NUM_CORES 4
#endif #endif
#ifndef NUM_WARPS #ifndef NUM_WARPS

View File

@@ -18,7 +18,7 @@
#include <stdio.h> #include <stdio.h>
#ifndef CORES_PER_CLUSTER #ifndef CORES_PER_CLUSTER
#define CORES_PER_CLUSTER 8 #define CORES_PER_CLUSTER 4
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus