diff --git a/src/mcx_core.cu b/src/mcx_core.cu index c970ad02..8bed2a3a 100644 --- a/src/mcx_core.cu +++ b/src/mcx_core.cu @@ -2428,7 +2428,7 @@ int mcx_corecount(int v1, int v2) { return 48; } else if (v < 50) { return 192; - } else if (v < 60 || v == 61) { + } else if (v < 60 || v == 61 || v >= 89) { return 128; } else { return 64;