This is an automated email from the ASF dual-hosted git repository.

wuwei pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/unity by this push:
     new 81a6c51ba4 [Unity] Fix creation of disco ProcessSession (#16375)
81a6c51ba4 is described below

commit 81a6c51ba43354156380df75f625ce74f49c9c09
Author: Wuwei Lin <[email protected]>
AuthorDate: Thu Jan 11 17:26:02 2024 -0800

    [Unity] Fix creation of disco ProcessSession (#16375)
---
 python/tvm/runtime/disco/session.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tvm/runtime/disco/session.py 
b/python/tvm/runtime/disco/session.py
index 8d0ff57a32..b166bd82e9 100644
--- a/python/tvm/runtime/disco/session.py
+++ b/python/tvm/runtime/disco/session.py
@@ -364,8 +364,8 @@ class ProcessSession(Session):
         self.__init_handle_by_constructor__(
             _ffi_api.SessionProcess,  # type: ignore # pylint: 
disable=no-member
             num_workers,
-            entrypoint,
             "runtime.disco.create_process_pool",
+            entrypoint,
         )
 
 

Reply via email to