[GitHub] [incubator-mxnet] ptrendx commented on issue #15928: [RFC] A faster version of Gamma sampling on GPU.

2019-08-17 Thread GitBox
ptrendx commented on issue #15928: [RFC] A faster version of Gamma sampling on GPU. URL: https://github.com/apache/incubator-mxnet/issues/15928#issuecomment-522289104 @yzhliu No. What MXNet currently does is a scheme where, yes, each thread gets assigned statically some number of

[GitHub] [incubator-mxnet] ptrendx commented on issue #15928: [RFC] A faster version of Gamma sampling on GPU.

2019-08-16 Thread GitBox
ptrendx commented on issue #15928: [RFC] A faster version of Gamma sampling on GPU. URL: https://github.com/apache/incubator-mxnet/issues/15928#issuecomment-522055756 Hi @xidulu. I did not look at the differences in the implementation of host-side vs device-side API for RNG in MXNet, but