Compatibility with cuFFT callbacks

Does anyone know if cuda-memcheck is compatible with a program using cuFFT callbacks?

I have successfully used the tool on my program in the past when I wasn’t using callbacks. I recently incorporated the callbacks into my code, which requires linking to the static version of the cuFFT library. Now when I run cuda-memcheck I get an error that says “Internal Memcheck Error: Initialization failed.” The backtrace that prints with the error shows the failure occurring in cudaStreamCreate.

My program runs without any errors and produces the results I expect. Any help is appreciated.

Thanks!