jcf94 edited a comment on pull request #6184: URL: https://github.com/apache/incubator-tvm/pull/6184#issuecomment-667514867
@merrymercy I realized that a base class of CostModel is also needed in this PR. We can sync that part first when you start to work on the cost model PR(Or have a separate PR for the basic random model support?). Another problem is that I found the setting of random seed does not work on the current implementation of random number generation in RandomModel(neither the python `np.random`, nor the C++ `rand_r`). ---------------------------------------------------------------- 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]
