a550461053 opened a new issue #17539: implement a c++ operator using other outside functions in 'so' file URL: https://github.com/apache/incubator-mxnet/issues/17539 When I write a c++ operator, I want to use functions of my 'so' file. I have add `-L /usr/lib -lmy_so_file -ldl` to g++, nvcc line of 'config.mk'. But when I build mxnet, got error `undefined reference to xxx_function`. The 'xxx_function' is added in xxx-inl.h. And the 'so' file test right independently.
---------------------------------------------------------------- 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] With regards, Apache Git Services
