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

2019-08-17 Thread Przemyslaw Tredak
@yzhliu No. What MXNet currently does is a scheme where, yes, each thread gets assigned statically some number of elements, but it has a while loop for each of them. The scheme I proposed has a single while loop that processes all elements assigned to a given thread. There is a big difference

Request to join Slack Channel

2019-08-17 Thread Lee Seng Cheong
Hi, I would like to join the slack channel. I have followed the instructions listed in https://mxnet.apache.org/versions/master/community/mxnet_channels.html and subscribed to the developer's mailing list Warm Regards, Seng Cheong

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

2019-08-17 Thread Yizhi Liu
@ptrendx If I understand correctly, "static assignment" is what current mxnet is doing, which is "ndarray on GPU" in @xidulu 's table. -- You are receiving this because you are on a team that was mentioned. Reply to this email directly or view it on GitHub: