Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates and improvements across different files, mainly focusing on code cleanup, import adjustments, and minor refactoring. The most significant changes are in the
examples/relax_end2end.py
file, where redundant imports were removed, and code formatting was improved.Code Cleanup and Import Adjustments:
examples/relax_end2end.py
: Removed redundant imports and adjusted the order of imports for better readability.bitblas/__init__.py
: Added imports forApplyDefaultSchedule
andApplyFastTuning
from therelax
module.Code Formatting Improvements:
examples/relax_end2end.py
: Improved code formatting in theget_network
function by combining similar conditional branches and adjusting the formatting of function calls. [1] [2] [3]examples/relax_end2end.py
: Reformatted theapply_opt_before_tuning
function for better readability. [1] [2]Minor Refactoring:
examples/relax_end2end.py
: Replaced the loop variablei
with_
in a loop where the variable is not used.Submodule Update:
3rdparty/tvm
: Updated the submodule commit to the latest version.