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

[core] make is_gpu, is_actor, root_detached_id fields late bind to workers. #47212

Merged
merged 17 commits into from
Sep 11, 2024

Commits on Aug 19, 2024

  1. make 3 fields late bind

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d18e310 View commit details
    Browse the repository at this point in the history
  2. add tests

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    aecfaea View commit details
    Browse the repository at this point in the history
  3. more tests

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f4773bd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. refactor the Fits func to a non virtual one

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    17a1916 View commit details
    Browse the repository at this point in the history
  2. fix unreachable

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c3eb61b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4330b81 View commit details
    Browse the repository at this point in the history
  4. refactor: move the unfit func to worker pool

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c04a3b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. remove WorkerCacheKey

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f729d90 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. address cmts

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c2696bf View commit details
    Browse the repository at this point in the history
  2. fix cpp tests

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    915a337 View commit details
    Browse the repository at this point in the history
  3. fix pytset

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a88a29f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3880559 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 11, 2024

  1. up

    Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
    jjyao committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    db0884b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6472f25 View commit details
    Browse the repository at this point in the history
  3. up

    Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
    jjyao committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6ab3e2e View commit details
    Browse the repository at this point in the history
  4. test

    Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
    jjyao committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2ce1fbc View commit details
    Browse the repository at this point in the history