Fallback to 4 cores for flash

This commit is contained in:
Hansung Kim
2024-09-07 17:40:49 -07:00
parent 863e92a85e
commit 4d6cdeb00b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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