areusch opened a new pull request #6386:
URL: https://github.com/apache/incubator-tvm/pull/6386


   Currently at master, if you run `cd docs && make html` without I think at 
least BLAS and CUDA enabled, the whole process segfaults and aborts. It looks 
like the reason is due to relying on a function in the function registry that 
isn't always registered. This PR fixes that plus removes some sys.exit() calls 
which were not causing errors but preventing docs from being built when CUDA 
wasn't enabled (and you have no GPU).
   
   Unsure how we should add a test to verify this behavior. I tried adding a 
script to run on ci-i386, but I'd need to expand the Python dependencies there 
to include sphinx + the doc building deps. Thoughts on doing that?


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

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


Reply via email to