Hello,
I am planning to include mixed precision support in my library for acoustic simulations: GitHub - DavidDiazGuerra/gpuRIR: Python library for Room Impulse Response (RIR) simulation with GPU acceleration In addition to my own CUDA kernels, it uses the cuFFT and cuRAND libraries. I’ve found information about the half-precision support and limitations of cuFFT, but I couldn’t find anything for cuRAND. Is there any support for mixed precision in cuRAND? I would need to generate uniformly distributed random half2 numbers, some kind of curandGenerateUniformHalf2 function.
Thanks in advance,
David