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

Add multi-objective global memory search algorithm #493

Merged
merged 61 commits into from
Feb 21, 2023
Merged

Add multi-objective global memory search algorithm #493

merged 61 commits into from
Feb 21, 2023

Commits on May 30, 2022

  1. Initial change of search procedure with memory consideration (#278)

    * [Memory] Add necessary types to support memory search. WIP.
    
    * [Memory] Implement modified DP search algorithm with memory cost. Missing base solution. WIP.
    
    * [Memory] Complete all changes to the search procedure to support multi-objective search with global memory.
    
    A search procedure refactor is in the future plan.
    eric-zheng authored May 30, 2022
    Configuration menu
    Copy the full SHA
    a998154 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    ceaa344 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    0f66a00 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. [Memory] Save some work

    eric-zheng committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    920dc12 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    dabf46e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    28ef865 View commit details
    Browse the repository at this point in the history
  2. Update format

    eric-zheng committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    ac3aa1b View commit details
    Browse the repository at this point in the history
  3. Update format again

    eric-zheng committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    5108704 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1861725 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #295 from eric-zheng/memory_old

    Merge master and memory branches and resolve conflicts
    eric-zheng authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    140a6ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37c82ba View commit details
    Browse the repository at this point in the history
  7. Sync the changes again (#296)

    * Save some more expressive logging
    
    * Update format
    eric-zheng authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    6fde3c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    7327852 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #299 from eric-zheng/memory

    Sync the updates from the master branch
    eric-zheng authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    add907a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    825a0c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c39f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    afcaa43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca577e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    99b4d7e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    08072ac View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Merge pull request #377 from eric-zheng/memory

    Update of memory branch
    eric-zheng authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d496816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1abaeb View commit details
    Browse the repository at this point in the history
  3. Move changes

    eric-zheng committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1820eea View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    83ca529 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/eric-zheng/FlexFlow into …

    …eric/new_lambda_loop
    eric-zheng committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    98d20fe View commit details
    Browse the repository at this point in the history
  3. Grid search of lambda

    eric-zheng committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ca88495 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from eric-zheng/eric/new_lambda_loop

    Merge grid search of lambda parameter
    eric-zheng authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c13ba1a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. [WIP] Update

    eric-zheng committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    dbe249f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    6455550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4194c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    1e859d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff36e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    5bbc208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8250cf View commit details
    Browse the repository at this point in the history
  3. Update format

    eric-zheng committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2f84e30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa1a1de View commit details
    Browse the repository at this point in the history
  5. Merge pull request #492 from eric-zheng/memory

    Merge changes from personal repo to the public repo
    eric-zheng authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    a1b34d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d5bf42 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    4ae92c1 View commit details
    Browse the repository at this point in the history
  2. Update minor issues

    eric-zheng committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    22c7cf9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from eric-zheng/mem_experiments

    Fix a memory calculation bug
    eric-zheng authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f17a50c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc71164 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #494 from eric-zheng/memory

    Fix a memory calculation bug.
    eric-zheng authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e68de3e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    394dae6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    c9c7293 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    4bbeae7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    42877ff View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    41719ec View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    cda8ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c9fe7 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary include

    eric-zheng committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f36d10c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    092468c View commit details
    Browse the repository at this point in the history
  2. Update based on review

    eric-zheng committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    bc0340d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    a71ec09 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    4a283bd View commit details
    Browse the repository at this point in the history
  2. Update based on review

    eric-zheng committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    46f9c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    734bcb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    2f88cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7813c4d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    7dff97c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd53288 View commit details
    Browse the repository at this point in the history