Skip to content

Commit

Permalink
[BACKPORT-0.6][Runtime] Export GraphRuntime in tvm_runtime.dll (#5874)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Soifer <soiferj@gmail.com>

Co-authored-by: Jon Soifer <soiferj@gmail.com>
  • Loading branch information
yzhliu and soiferj committed Jun 21, 2020
1 parent aef828c commit 4749ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/graph/graph_runtime.h
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 4749ad5

Please sign in to comment.