max wg size

This commit is contained in:
Marcel Lütke Dreimann
2025-06-26 16:05:27 +02:00
parent 20fbcdf5ff
commit e4bf5e131e

View File

@@ -462,7 +462,7 @@ int main(int argc, char **argv)
#endif
/////////////////////////////////////////////////////////////////
unsigned int blockSize = 512; // max size of the thread blocks
unsigned int blockSize = 256; // 512; // max size of the thread blocks
unsigned int sharedMemSize = 2 * blockSize;
/*