This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-remove-jooq-gen
in repository https://gitbox.apache.org/repos/asf/texera.git
from 7c170bf982 update
add 9fff156192 chore: change master branch to main (#3676)
add c7fcd9f427 refactor(amber): move resource allocator into cost
estimator (#3550)
add 3a8cfa2f66 Merge branch 'main' into xinyuan-remove-jooq-gen
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 2 +-
.github/workflows/check-header.yml | 2 +-
.github/workflows/github-action-build.yml | 2 +-
.../scheduling/CostBasedScheduleGenerator.scala | 59 ++++++++--------
.../architecture/scheduling/CostEstimator.scala | 30 ++++++--
.../ExpansionGreedyScheduleGenerator.scala | 71 ++++++++++++++++++-
.../scheduling/ScheduleGenerator.scala | 79 ++--------------------
.../architecture/scheduling/SchedulingUtils.scala | 57 ++++++++++++++++
.../resourcePolicies/ResourceAllocator.scala | 10 +--
.../scheduling/DefaultCostEstimatorSpec.scala | 35 ++++++++--
10 files changed, 226 insertions(+), 121 deletions(-)
create mode 100644
core/amber/src/main/scala/edu/uci/ics/amber/engine/architecture/scheduling/SchedulingUtils.scala