altanh commented on a change in pull request #7287:
URL: https://github.com/apache/tvm/pull/7287#discussion_r558481865
##########
File path: python/tvm/topi/random/kernel.py
##########
@@ -20,6 +20,8 @@
from ... import tir
from ...tir import ir_builder
+import numpy as np
Review comment:
I see, hmm. That makes sense, and I'm not sure there's a better way to
indicate to devs other than the warning comment, so looks good. Can you fix the
lint error? something about import numpy ordering
----------------------------------------------------------------
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]