vinx13 commented on pull request #9032:
URL: https://github.com/apache/tvm/pull/9032#issuecomment-921088786


   > But I have to check it. Maybe the good solution will be to regenerate such 
arguments which were not predefined for each run.
   
   I think this is already the case. Currently, in the main process side, we 
look up the dictionary via `prepare_runner_args`, which  create an python array 
of arguments that only contains predefined args (these args are converted to 
numpy array to make them pickable). For those not predefined, `None` is added 
to that array as a placeholder. Then, this array is sent to workers. In each 
worker, it replaces `None` with randomly generated `tvm.ndarray`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to