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

2019-08-19 Thread GitBox
yzhliu commented on issue #15928: [RFC] A faster version of Gamma sampling on GPU. URL: https://github.com/apache/incubator-mxnet/issues/15928#issuecomment-522504256 @ptrendx Thanks now I got what you mean. I'm open to what you proposed. while I think one of the major problems with the

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

2019-08-17 Thread GitBox
yzhliu commented on issue #15928: [RFC] A faster version of Gamma sampling on GPU. URL: https://github.com/apache/incubator-mxnet/issues/15928#issuecomment-522219083 @ptrendx If I understand correctly, "static assignment" is what current mxnet is doing, which is "ndarray on GPU" in

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

2019-08-16 Thread GitBox
yzhliu commented on issue #15928: [RFC] A faster version of Gamma sampling on GPU. URL: https://github.com/apache/incubator-mxnet/issues/15928#issuecomment-521931559 cc @apache/mxnet-committers I think we can gradually refactor current implementation (ndarray api) by adopting this new