[Metaschedule] EvolutionarySearchNode::State constructor typo fix#14002
[Metaschedule] EvolutionarySearchNode::State constructor typo fix#14002Mousius merged 1 commit intoapache:mainfrom
Conversation
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
|
@tvm-bot rerun |
|
@tvm-bot rerun |
Unfortunately it is a problem to create test. |
|
To be clear, this is not possible to create a test, as the code itself is a type, rather than a bug that leads to segfault or exceptions |
|
@shtinsa / @junrushao - I've tested similar things in the past, as far as I can see this is simply ensuring a more precise allocation which should be testable. Alas, TVM does not have good testing practices so I don't think there's an easy way forward. Thanks for the contribution @shtinsa, hope it doesn't unfix itself in future 😸 |
This PR fixes internal object initialization in EvolutionarySearchNode::State class. Unfortunately there is no way to prepare test case.