Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fixing issue #17840 #18526

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Yizhi Liu <[email protected]>
  • Loading branch information
jinboci and yzhliu authored Jun 12, 2020
commit a92f500917f68bc5268e24857b2647700fcf2f54
2 changes: 1 addition & 1 deletion src/c_api/c_api.cc
Original file line number Diff line number Diff line change
@@ -1363,7 +1363,7 @@ int MXGetVersion(int *out) {
#if MXNET_USE_TVM_OP
int MXLoadTVMOp(const char *libpath) {
API_BEGIN();
tvm::runtime::TVMOpModule *libpath_module = tvm::runtime::TVMOpModule::Get();
tvm::runtime::TVMOpModule *global_module = tvm::runtime::TVMOpModule::Get();
libpath_module->Load(libpath);
#if MXNET_USE_CUDA
std::string libpathstr(libpath);