You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/01/15 18:01:54 UTC

[GitHub] [tvm] altanh commented on a change in pull request #7287: [PRNG] Add check to PRNG to make sure that unsigned integer arithmetic is wrapping

altanh commented on a change in pull request #7287:
URL: https://github.com/apache/tvm/pull/7287#discussion_r558477345



##########
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:
       probably better if we move the test function definition to the `test_topi_prng.py` file also




----------------------------------------------------------------
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:
users@infra.apache.org