mdw-octoml opened a new pull request #8421:
URL: https://github.com/apache/tvm/pull/8421


   This allows unknown tasks to be created (e.g., when parsing autotvm log 
files) but not invoked.
   
   This change is needed to allow one to read an autotvm log file created by a 
build of TVM with a different set of registered tasks than the build in which 
the script reading the log file is using. For example if one has a log file 
created by a TVM build with CUDA tasks, but reads the log file on a TVM build 
without CUDA enabled (e.g., running on a different OS without CUDA support).
   
   The change should be safe in the sense that it raises a RuntimeError if the 
missing task is actually invoked, but the metadata associated with the task can 
still exist, allowing the log file to be parsed and analyzed.


-- 
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