TristonC opened a new pull request #20484: URL: https://github.com/apache/incubator-mxnet/pull/20484
## Description ## This PR fixes issue [17858](https://github.com/apache/incubator-mxnet/issues/17858). ## Checklist ## ### Essentials ### - [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [x] Changes are complete (i.e. I finished coding on this PR) - [x] All changes have test coverage - [x] Code is well-documented ### Changes ### - [x] Correct current LibraryInitializer::get_sym API. const char* is used instead of char* for the name parameter. - [x] Correct current get_func API accordingly with const char* instead of char* for the name parameter. - [x] Call get_sym for all functions from libcuda (functions starting with cu) to dynamically load the symbol and convert them to corresponding function pointers for the src/common/cuda/rtc.cc file. ## Comments ## -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
