2 papers
cs.SE2025
P4OMP: Retrieval-Augmented Prompting for OpenMP Parallelism in Serial Code
Wali Mohammad Abdullah, Azmain Kabir
We present P4OMP, a retrieval-augmented framework for transforming serial C/C++ code into OpenMP-annotated parallel code using large language models (LLMs). To our knowledge, this…
cs.SE2024
ZS4C: Zero-Shot Synthesis of Compilable Code for Incomplete Code Snippets using LLMs
Azmain Kabir, Shaowei Wang, Yuan Tian +3
Technical Q&A sites are valuable for software developers seeking knowledge, but the code snippets they provide are often uncompilable and incomplete due to unresolved types and mis…