Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Tags: microsoft/hivedscheduler

Tags

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update feature demo examples (#30)

* Update feature demo examples.
* Add defaulting for `ignoreK8sSuggestedNodes`.
* Fix sort in `getUsablePhysicalCells`.

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update deploy.yaml (#22)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refine chain search (#13)

* fix bug in early stop chain

* keep searching the chains until placement within suggested nodes

* refine logging

* refactor h.Schedule() which was too long

* fix virtual cell's healthiness

* refine suggested nodes related logic

* resolve comments

* readme

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stateful Preemption (#8)

* refactor package algorithm

* stateful preemption

* add unit tests

* fix bad cell tracking & cell state tracking

* deleteUnallocatedPod

* move cancellation of ongoing preemption out of mapVirtualPlacementToPhysical (should be clearer)

* early exit a chain when a VC does not have it

* refine comments

* resolve comments

* refine comment

* expose AG status & fix bad cell tracking when virtual cell is partially bound

* resolve comments

* two-phase scheduling

* resolve comments

* disable preemption in filtering phase & random in getFewestOpproCell

* fix UT

* refine log

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refine Doc (#9)

v0.2.6

Toggle v0.2.6's commit message
[Hived]: Add overview doc (#4171)

v0.2.5

Toggle v0.2.5's commit message
[HiveD] downgrade pod when PreassignedCellTypes is empty (#3983)

v0.2.4

Toggle v0.2.4's commit message
[HiveD] support partial release of affinity group (#3978)

v0.2.3

Toggle v0.2.3's commit message
[Hived]: Fix user specified priority may conflict with internal reser…

…ved priority (#3893)

v0.2.2

Toggle v0.2.2's commit message
HiveD intra-vc preemption for restart (#3861)

* intra-vc preemption when adding allocated pods (restart)
* fix overwriting pod numbers for group members with same gpu number