You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to write an UDA which accumulates values and does some calculation in the final step. This works fine for very small samples. But `context->Reallocate' fails at arround 4MB. It returns a valid pointer but with allocated only 56 bytes.
Hi,
I wanted to write an UDA which accumulates values and does some calculation in the final step. This works fine for very small samples. But `context->Reallocate' fails at arround 4MB. It returns a valid pointer but with allocated only 56 bytes.
Here is my Update code which accumulates values.
If I debug this and check what is allocated versus what I expect to get allocated I get:
Am I hitting some kind of limits, what am I missing here?
My full code is here:
https://gist.github.com/jarutis/7bb4e93a137607607a42
The text was updated successfully, but these errors were encountered: