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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
