Set NUM_CORES to 8 for Volta/Ampere

This commit is contained in:
Hansung Kim
2025-01-28 22:49:36 -08:00
parent f2b5a3409d
commit 198a25cb16
2 changed files with 2 additions and 2 deletions

View File

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