paper-with-me

홈 › Papers

Discovering Software Parallelization Points Using Deep Neural Networks

2025-09-05 · Izavan dos S. Correia, Henrique C. T. Santos, Tiago A. E. Ferreira arxiv

This study proposes a deep learning-based approach for discovering loops in programming code according to their potential for parallelization. Two genetic algorithm-based code generators were developed to produce two distinct types of code: (i) independent loops, which are parallelizable, and (ii) ambiguous loops, whose dependencies are unclear, making them impossible to define if the loop is parallelizable or not. The generated code snippets were tokenized and preprocessed to ensure a robust dataset. Two deep learning models - a Deep Neural Network (DNN) and a Convolutional Neural Network (CNN) - were implemented to perform the classification. Based on 30 independent runs, a robust statistical analysis was employed to verify the expected performance of both models, DNN and CNN. The CNN showed a slightly higher mean performance, but the two models had a similar variability. Experiments with varying dataset sizes highlighted the importance of data diversity for model performance. These results demonstrate the feasibility of using deep learning to automate the identification of parallelizable structures in code, offering a promising tool for software optimization and performance improvement.

📄 PDF Abstract BibTeX arXiv:2509.16215

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gaussian Process Models with Parallelization and GPU acceleration

2014-10-18 · Zhenwen Dai, Andreas Damianou, James Hensman, Neil Lawrence

In this work, we present an extension of Gaussian process (GP) models with sophisticated parallelization and GPU acceleration. The parallelization scheme arises naturally from the modular computational structure w.r.t. d…

GPU

Real-time, Software-Defined, GPU-Based Receiver Field Trial

2020-10-27 · Sjoerd van der Heide, Ruben S. Luis, Benjamin J. Puttnam, Georg Rademacher 외

We demonstrate stable real-time operation of a software-defined, GPU-based receiver over a metropolitan network. Massive parallelization is exploited for implementing direct-detection and coherent Kramers-Kronig detectio…

GPU

Parallelization of a new embedded application for automatic meteor detection

2023-07-20 · Mathuran Kandeepan, Clara Ciocan, Adrien Cassagne, Lionel Lacassagne

This article presents the methods used to parallelize a new computer vision application. The system is able to automatically detect meteor from non-stabilized cameras and noisy video sequences. The application is designe…

Raspberry Pi 4

OMPar: Automatic Parallelization with AI-Driven Source-to-Source Compilation

2024-09-23 · Tal Kadosh, Niranjan Hasabnis, Prema Soundararajan, Vy A. Vo 외

Manual parallelization of code remains a significant challenge due to the complexities of modern software systems and the widespread adoption of multi-core architectures. This paper introduces OMPar, an AI-driven tool de…

C++ code

Kernel methods through the roof: handling billions of points efficiently

2020-06-18 · NeurIPS 2020 12 · Giacomo Meanti, Luigi Carratino, Lorenzo Rosasco, Alessandro Rudi

Kernel methods provide an elegant and principled approach to nonparametric learning, but so far could hardly be used in large scale problems, since na\"ive implementations scale poorly with data size. Recent advances hav…

GPU