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

[AutoTuner] Add first verison of autotuner #124

Merged
merged 23 commits into from
Jun 6, 2024

Commits on May 28, 2024

  1. add query mode for runner

    caozhou committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4d66348 View commit details
    Browse the repository at this point in the history
  2. add the first version of autotuner

    caozhou committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d3701d9 View commit details
    Browse the repository at this point in the history
  3. change autotuner task directory

    caozhou committed May 28, 2024
    Configuration menu
    Copy the full SHA
    68ba326 View commit details
    Browse the repository at this point in the history
  4. fix priority sort bug

    caozhou committed May 28, 2024
    Configuration menu
    Copy the full SHA
    98ef573 View commit details
    Browse the repository at this point in the history
  5. fix some bugs

    caozhou committed May 28, 2024
    Configuration menu
    Copy the full SHA
    da75397 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    8441381 View commit details
    Browse the repository at this point in the history
  2. add first task time to 600 for data process

    caozhou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cf57d7d View commit details
    Browse the repository at this point in the history
  3. add get best function

    caozhou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dbcc79f View commit details
    Browse the repository at this point in the history
  4. update performance mode

    caozhou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1255ade View commit details
    Browse the repository at this point in the history
  5. update recompute num

    caozhou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ad10e26 View commit details
    Browse the repository at this point in the history
  6. update auto tuner envs

    caozhou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1df1279 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    1d55fe7 View commit details
    Browse the repository at this point in the history
  2. run best task

    caozhou committed May 31, 2024
    Configuration menu
    Copy the full SHA
    44331f7 View commit details
    Browse the repository at this point in the history
  3. update tuner config

    caozhou committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fa85bd7 View commit details
    Browse the repository at this point in the history
  4. update autotuner env

    caozhou committed May 31, 2024
    Configuration menu
    Copy the full SHA
    245e6c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. update with platform

    caozhou committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    32b3e67 View commit details
    Browse the repository at this point in the history
  2. set context parallel default value

    caozhou committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d9e80ad View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. add mpirun mode

    caozhou committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0fb14a3 View commit details
    Browse the repository at this point in the history
  2. fix master bug

    caozhou committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    53e9dcc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. add autotuner example and args

    caozhou committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d9af983 View commit details
    Browse the repository at this point in the history
  2. update runner to monitor job

    caozhou committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e5e9c7d View commit details
    Browse the repository at this point in the history
  3. add monitor interval

    caozhou committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    bbbf310 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    179bd44 View commit details
    Browse the repository at this point in the history