Skip to content

Commit

Permalink
fixing issue apache#17840
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 9, 2020
1 parent aafaa99 commit 84c389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c_api/c_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ int MXLoadTVMOp(const char *libpath) {
tvm::runtime::TVMOpModule *libpath_module = tvm::runtime::TVMOpModule::Get();
libpath_module->Load(libpath);
tvm::runtime::TVMOpModule cubin_module;
cubin_module.Load("/home/ubuntu/Documents/mxnet/build/libtvmop.cubin");
cubin_module.Load("libtvmop.cubin");
libpath_module->Import(cubin_module);
API_END();
}
Expand Down

0 comments on commit 84c389a

Please sign in to comment.