You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/11/16 21:22:34 UTC

[GitHub] [incubator-mxnet] leezu opened a new issue #19544: CheckPvalGPU undefined in CPU builds

leezu opened a new issue #19544:
URL: https://github.com/apache/incubator-mxnet/issues/19544


   https://github.com/apache/incubator-mxnet/blame/46c0fb3483dab4634bed72ac9da4408980c18219/src/operator/numpy/random/np_multinomial_op.h#L201
   
   is only defined in GPU build.
   
   Thus, on Windows builds will fail with
   
   ```
   np_multinomial_op.cc.obj : error LNK2019: unresolved external symbol "void __cdecl mxnet::op::CheckPvalGPU<float>(struct mxnet::OpContext const &,float *,int)" (??$CheckPvalGPU@M@op@mxnet@@YAXAEBUOpContext@1@PEAMH@Z) referenced in function
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu closed issue #19544: CheckPvalGPU undefined in CPU builds

Posted by GitBox <gi...@apache.org>.
leezu closed issue #19544:
URL: https://github.com/apache/incubator-mxnet/issues/19544


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org