From e4bf5e131e3ad039fa9f70a23cc3ce424b749bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20L=C3=BCtke=20Dreimann?= Date: Thu, 26 Jun 2025 16:05:27 +0200 Subject: [PATCH] max wg size --- repos/hello_gpgpu/src/hello_gpgpu/benchmark/SURF/OpenSurf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/hello_gpgpu/src/hello_gpgpu/benchmark/SURF/OpenSurf.cpp b/repos/hello_gpgpu/src/hello_gpgpu/benchmark/SURF/OpenSurf.cpp index adc8f8db84..ee73760fb0 100644 --- a/repos/hello_gpgpu/src/hello_gpgpu/benchmark/SURF/OpenSurf.cpp +++ b/repos/hello_gpgpu/src/hello_gpgpu/benchmark/SURF/OpenSurf.cpp @@ -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; /*