You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/22 18:32:07 UTC

[GitHub] szha opened a new issue #10207: mxnet.ndarray.khatri_rao needs GPU version

szha opened a new issue #10207: mxnet.ndarray.khatri_rao needs GPU version
URL: https://github.com/apache/incubator-mxnet/issues/10207
 
 
   ## Description
   1. khatri_rao was prematurely added to mx.nd/mx.sym namespace instead of contrib namespace which happened in https://github.com/apache/incubator-mxnet/pull/7781/files#r176510540.
   2. khatri_rao doesn't have GPU version.
   
   Given that this PR was merged last year, this feature has made its way into releases already. To resolve, we need to do one of the following:
   1. mark the released op as deprecated and move it back to contrib in the next major version.
   2. move forward: a) one more pass of vetting on the API design (cc @piiswrong), and then 2) implement the GPU version.
   
   cc @cswiercz 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services