Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MetaSchedule] Extend tune_tir to support tuning of specific blocks. #12342

Merged
merged 8 commits into from
Aug 9, 2022

Commits on Aug 8, 2022

  1. Added optional target blocks.

    Josh Fromm committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    c0406a5 View commit details
    Browse the repository at this point in the history
  2. Checkpoint for debugging.

    Josh Fromm committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    babddf7 View commit details
    Browse the repository at this point in the history
  3. Building with packedfunc filter.

    Josh Fromm committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    831477c View commit details
    Browse the repository at this point in the history
  4. Extended tune_tir API to support named blocks.

    Josh Fromm committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    439d6ed View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Remove accidental import.

    Josh Fromm committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    20797cc View commit details
    Browse the repository at this point in the history
  2. Improve integration test.

    Josh Fromm committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0cdbce4 View commit details
    Browse the repository at this point in the history
  3. Change names for more consistency.

    Josh Fromm committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f288c36 View commit details
    Browse the repository at this point in the history
  4. Update integration test.

    Josh Fromm committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    90f6480 View commit details
    Browse the repository at this point in the history