cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

lollo
Journeyman III

Maximum stream size

Hi,

I learned that Brook+ allows creation of 1D streams of size larger than 8192. What is the maximum size allowed for a 1D stream of doubles? Is it the same that for 2D streams, i.e. 8192x8192?

And what happens if this size is exceeded? I have a code well working with matrices of enough small size, but which is giving me strange results (all zeros or like that) when matrices get too big, without any error message. Could it be related to the maximum allowed size, or should I look for some errors in my code somewhere else?

Thank you

0 Likes
2 Replies
LenAlox
Journeyman III

The maxium stream size for a 1D stream is exactly 8192^2 or 67,108,864.

0 Likes
gaurav_garg
Adept I

Even if you exceed the maximum size, you should get an error.

0 Likes