You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mxnet.apache.org by Xi Wang <no...@github.com> on 2019/09/04 17:27:08 UTC

Re: [apache/incubator-mxnet] [RFC] A faster version of Gamma sampling on GPU. (#15928)

@ptrendx @yzhliu 
I will create a PR for `np.random.gamma` implemented using the method I proposed before the end of the week, as I need to proceed to implement more distribution samplers, in which the gamma sampler serves as a necessity.
Refactoring  `nd.random` may be left for further discussion. 
--------------------------------------

(P.S. Personally speaking, I think performance is not the only problem in `nd.random`, the poor support for broadcasting parameters and shapes may bring trouble to heavy users of the random sampling module. )

-- 
You are receiving this because you are on a team that was mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-mxnet/issues/15928#issuecomment-528001954