paper-with-me

홈 › Papers

ProgSG: Cross-Modality Representation Learning for Programs in Electronic Design Automation

2023-05-18 · Yunsheng Bai, Atefeh Sohrabizadeh, Zongyue Qin, Ziniu Hu, Yizhou Sun, Jason Cong

Recent years have witnessed the growing popularity of domain-specific accelerators (DSAs), such as Google's TPUs, for accelerating various applications such as deep learning, search, autonomous driving, etc. To facilitate DSA designs, high-level synthesis (HLS) is used, which allows a developer to compile a high-level description in the form of software code in C and C++ into a design in low-level hardware description languages (such as VHDL or Verilog) and eventually synthesized into a DSA on an ASIC (application-specific integrated circuit) or FPGA (field-programmable gate arrays). However, existing HLS tools still require microarchitecture decisions, expressed in terms of pragmas (such as directives for parallelization and pipelining). To enable more people to design DSAs, it is desirable to automate such decisions with the help of deep learning for predicting the quality of HLS designs. This requires us a deeper understanding of the program, which is a combination of original code and pragmas. Naturally, these programs can be considered as sequence data, for which large language models (LLM) can help. In addition, these programs can be compiled and converted into a control data flow graph (CDFG), and the compiler also provides fine-grained alignment between the code tokens and the CDFG nodes. However, existing works either fail to leverage both modalities or combine the two in shallow or coarse ways. We propose ProgSG allowing the source code sequence modality and the graph modalities to interact with each other in a deep and fine-grained way. To alleviate the scarcity of labeled designs, a pre-training method is proposed based on a suite of compiler's data flow analysis tasks. Experimental results on two benchmark datasets show the superiority of ProgSG over baseline methods that either only consider one modality or combine the two without utilizing the alignment information.

📄 PDF Abstract BibTeX arXiv:2305.10838

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingHigh-Level SynthesisRepresentation Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Cross-Modality Program Representation Learning for Electronic Design Automation with High-Level Synthesis

2024-06-13 · Zongyue Qin, Yunsheng Bai, Atefeh Sohrabizadeh, Zijian Ding 외

In recent years, domain-specific accelerators (DSAs) have gained popularity for applications such as deep learning and autonomous driving. To facilitate DSA designs, programmers use high-level synthesis (HLS) to compile …

Autonomous DrivingHigh-Level SynthesisRepresentation Learning

Learning Longitudinal Health Representations from EHR and Wearable Data

2026-01-18 · Yuanyun Zhang, Han Zhou, Li Feng, Yilin Hong 외 arxiv

Foundation models trained on electronic health records show strong performance on many clinical prediction tasks but are limited by sparse and irregular documentation. Wearable devices provide dense continuous physiologi…

LeMoF: Level-guided Multimodal Fusion for Heterogeneous Clinical Data

2026-01-15 · Jongseok Kim, Seongae Kang, Jonghwan Shin, Yuhan Lee 외 arxiv

Multimodal clinical prediction is widely used to integrate heterogeneous data such as Electronic Health Records (EHR) and biosignals. However, existing methods tend to rely on static modality integration schemes and simp…

Improving Medical Predictions by Irregular Multimodal Electronic Health Records Modeling

2022-10-18 · Xinlu Zhang, Shiyang Li, Zhiyu Chen, Xifeng Yan 외

Health conditions among patients in intensive care units (ICUs) are monitored via electronic health records (EHRs), composed of numerical time series and lengthy clinical note sequences, both taken at irregular time inte…

ImputationIrregular Time SeriesTime SeriesTime Series Analysis

Learning Missing Modal Electronic Health Records with Unified Multi-modal Data Embedding and Modality-Aware Attention

2023-05-04 · Kwanhyung Lee, Soojeong Lee, Sangchul Hahn, Heejung Hyun 외

Electronic Health Record (EHR) provides abundant information through various modalities. However, learning multi-modal EHR is currently facing two major challenges, namely, 1) data embedding and 2) cases with missing mod…

Imputation