We are trying to use the AMP FFT library in our real-time measurement system. It's fast, however, after several minutes of loop, it throws an exception with result: D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS.
I think it's because the library doesn't clear the temporary objects' memory, but I failed to clear it. Anyone can provide some clue of this?
Thanks.