Hi,
I am implementing a probabilistic model that makes use of the Gamma distribution. Doing a .rsample() on the GPU however generate a segmentation fault, whereas doing it on the CPU is fine.
Is this a bug or is GPU Gamma sampling unimplemented?
Thanks!