ray/cpp
Jiajun Yao 5b168a1515
[Scheduler] Support per task/actor PlacementGroupSchedulingStrategy (#20507)
This PR adds per task/actor scheduling strategy and currently the only strategy are PlacementGroupSchedulingStrategy and DefaultSchedulingStrategy.

Going forward, people should use `scheduling_strategy=PlacementGroupSchedulingStrategy` to define placement group for actor/task. The old way will be deprecated.
2021-12-07 23:11:31 -08:00
..
example [C++ API] Support object ref args (#19550) 2021-10-29 17:36:53 +08:00
include/ray [C++] Deprecated global named actor and global PGs. (#20468) 2021-11-18 23:21:59 +08:00
src/ray [Scheduler] Support per task/actor PlacementGroupSchedulingStrategy (#20507) 2021-12-07 23:11:31 -08:00
BUILD.bazel [C++ worker] set native library path for shared library search (#19376) 2021-10-18 16:03:49 +08:00