paper-with-me

Papers

Subgraph Extraction-based Feedback-guided Iterative Scheduling for HLS

2024-01-22 · Hanchen Ye, David Z. Pan, Chris Leary, Deming Chen, Xiaoqing Xu

This paper proposes ISDC, a novel feedback-guided iterative system of difference constraints (SDC) scheduling algorithm for high-level synthesis (HLS). ISDC leverages subgraph extraction-based low-level feedback from downstream tools like logic synthesizers to iteratively refine HLS scheduling. Technical innovations include: (1) An enhanced SDC formulation that effectively integrates low-level feedback into the linear-programming (LP) problem; (2) A fanout and window-based subgraph extraction mechanism driving the feedback cycle; (3) A no-human-in-loop ISDC flow compatible with a wide range of downstream tools and process design kits (PDKs). Evaluation shows that ISDC reduces register usage by 28.5% against an industrial-strength open-source HLS tool.

📄 PDF Abstract BibTeX arXiv:2401.12343

Code (0)

등록된 구현이 없습니다.

Tasks

High-Level SynthesisScheduling

Similar Papers 제목 키워드 기반

Neural Maximum Common Subgraph Detection with Guided Subgraph Extraction

2019-09-25 · Yunsheng Bai, Derek Xu, Ken Gu, Xueqing Wu 외

Maximum Common Subgraph (MCS) is defined as the largest subgraph that is commonly present in both graphs of a graph pair. Exact MCS detection is NP-hard, and its state-of-the-art exact solver based on heuristic search is…

Heuristic Search

LEC-KG: An LLM-Embedding Collaborative Framework for Domain-Specific Knowledge Graph Construction -- A Case Study on SDGs

2026-02-02 · Yikai Zeng, Yingchao Piao, Changhua Pei, Jianhui Li arxiv

Constructing domain-specific knowledge graphs from unstructured text remains challenging due to heterogeneous entity mentions, long-tail relation distributions, and the absence of standardized schemas. We present LEC-KG,…

Relation ExtractionKnowledge Graphs

Distributed Constraint Optimization via Online Learning and Iterative Pricing with Application to Large-Scale Satellite Scheduling

2026-07-28 · Itai Zilberstein, Pranav Rajbhandari, Steve Chien, Tuomas Sandholm arxiv

Distributed constraint optimization problems (DCOPs) provide a popular framework for distributed decision making under limited communication, but many real-world instances are too large to solve monolithically. We addres…

Decision Making

Sim2Schedule: A Simulator-Guided LLM Framework for Autonomous Open-Pit Mine Scheduling

2026-06-09 · Mustavi Ibne Masum, Thiago Eustaquio Alves de Oliveira, Mahzabeen Emu arxiv

Open-pit mine scheduling is a critical process for maximizing economic return under complex geotechnical and operational constraints. While Mixed-Integer Linear Programming (MILP) provides mathematically optimal baseline…

Agentic Auto-Scheduling: An Experimental Study of LLM-Guided Loop Optimization

2025-11-01 · Massinissa Merouani, Islem Kara Bernou, Riyadh Baghdadi arxiv

Automatic code optimization remains a difficult challenge, particularly for complex loop nests on modern hardware. This paper investigates a novel approach to code optimization where Large Language Models (LLMs) guide th…