Skip to content
Snippets Groups Projects
Commit 11be86b5 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed constant in tnlCuda::getMaxGridSize

parent 4f66a8f2
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ __host__ __device__
inline int tnlCuda::getMaxGridSize()
{
// TODO: make it preprocessor macro constant defined in tnlConfig
return 65536;
return 65535;
};
#ifdef HAVE_CUDA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment