The GitHub Actions job "tvm-bot" on tvm.git/main has succeeded.
Run started by GitHub user guan404ming (triggered by guan404ming).

Head commit for run:
d6e63342df38018e2911f89bb888ad872dde9a69 / Dayuxiaoshui 
<[email protected]>
[Bugfix] Prevent segfault when instantiating abstract SearchStrategy (#18534)

Add __init__ method to SearchStrategy class to prevent direct
instantiation of the abstract class. This raises a TypeError with a
helpful error message instead of causing a segmentation fault when
SearchStrategy() is called directly or passed to TuneContext.

Also add additional check in TuneContext.__init__ to ensure abstract
SearchStrategy instances are not used.

Fixes #18268

Report URL: https://github.com/apache/tvm/actions/runs/19831150888

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to