Skip to content

Commit

Permalink
[Runtime] Export GraphRuntime in tvm_runtime.dll (#5002)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Soifer <jonso@microsoft.com>
  • Loading branch information
soiferj and jonso4 committed Mar 6, 2020
1 parent d992468 commit e5044cb
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 @@ -65,7 +65,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 e5044cb

Please sign in to comment.