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] - Tunable variables check #2452

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2024

  1. initial scaffold for tunable variables

    Signed-off-by: Jack Luar <[email protected]>
    luarss committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    5c3e7fc View commit details
    Browse the repository at this point in the history
  2. revert non-at stuff, parse yaml directly in distributed.py

    Signed-off-by: Jack Luar <[email protected]>
    luarss committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    5569b6b View commit details
    Browse the repository at this point in the history
  3. remove os.path checks

    Signed-off-by: Jack Luar <[email protected]>
    luarss committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3bbde14 View commit details
    Browse the repository at this point in the history
  4. add bug fix to variable tunable check

    Signed-off-by: Jack Luar <[email protected]>
    luarss committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    44764cf View commit details
    Browse the repository at this point in the history
  5. add tunable 1 for fp variables

    Signed-off-by: Jack Luar <[email protected]>
    luarss committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7643a60 View commit details
    Browse the repository at this point in the history
  6. revert flowvariables diff and remove os.chdir

    Signed-off-by: Jack Luar <[email protected]>
    luarss committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d93180d View commit details
    Browse the repository at this point in the history
  7. make variables a set for readability

    Signed-off-by: Jack Luar <[email protected]>
    luarss committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ca03a89 View commit details
    Browse the repository at this point in the history