Skip to content

Commit

Permalink
[Fix] Add TVM_DLL to Disco Session
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao committed Sep 13, 2023
1 parent 0667a32 commit 2331b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/runtime/disco/session.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class SessionObj : public Object {
* \brief Managed reference to SessionObj
* \sa SessionObj
*/
class Session : public ObjectRef {
class TVM_DLL Session : public ObjectRef {
public:
/*! \brief Create a session backed by a thread pool of workers */
static TVM_DLL Session ThreadedSession(int num_workers);
Expand Down

0 comments on commit 2331b88

Please sign in to comment.