Loading src/core/tnlCuda_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/core/tnlCuda_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading