Skip to content
Snippets Groups Projects
Commit 37632fd9 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Updating max CUDA grid size.

parent 1fee1747
No related branches found
No related tags found
1 merge request!89To/matrices adaptive csr
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
namespace TNL { namespace TNL {
namespace Cuda { namespace Cuda {
inline constexpr int getMaxGridSize() inline constexpr size_t getMaxGridSize()
{ {
return 65535; return 2147483647;//65535;
} }
inline constexpr int getMaxBlockSize() inline constexpr int getMaxBlockSize()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment