Skip to content

Commit

Permalink
[Runtime] Export GraphRuntime in tvm_runtime.dll (apache#5002)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Soifer <[email protected]>
  • Loading branch information
2 people authored and zhiics committed Apr 17, 2020
1 parent 7ffaa99 commit 3333c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/graph/graph_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct TVMOpParam {
* This runtime can be acccesibly in various language via
* TVM runtime PackedFunc API.
*/
class GraphRuntime : public ModuleNode {
class TVM_DLL GraphRuntime : public ModuleNode {
struct OpArgs {
std::vector<DLTensor> args;
std::vector<TVMValue> arg_values;
Expand Down

0 comments on commit 3333c96

Please sign in to comment.