PulseAugur
EN
LIVE 09:09:39

New AI framework optimizes DAG scheduling for computing systems

Researchers have developed WeCAN, a novel reinforcement learning framework designed to optimize the scheduling of directed acyclic graphs (DAGs) in large-scale computing systems. This framework addresses challenges such as task-pool compatibility and optimality gaps introduced by generation processes. WeCAN employs a two-stage single-pass design that generates task-pool scores and global parameters, followed by a schedule construction map. Experiments on TPC-H query DAGs and ML-compiler computation graphs show that WeCAN outperforms existing baselines in makespan while maintaining competitive inference times. AI

RANK_REASON The cluster contains an academic paper detailing a new method for DAG scheduling. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Ruisong Zhou, Haijun Zou, Li Zhou, Chumin Sun, Zaiwen Wen ·

    A Learning Method with Gap-Aware Generation for Heterogeneous DAG Scheduling

    arXiv:2603.23249v2 Announce Type: replace-cross Abstract: Efficient scheduling of directed acyclic graphs (DAGs) is a core problem in large-scale data-intensive computing systems, where query plans, data-processing workloads, and computation graphs consist of dependent tasks comp…