vix.ing · top · new · best · stats

Can Large Language Models Write Parallel Code?

2024/01/23 by Daniel Nichols, Joshua H. Davis, Zhaojun Xie +2 · 1 voice · 2 citations
Computer Science · #cs.DC #cs.AI

paper · pdf · doi:10.1145/3625549.3658689

arxiv published 2024/01/23 · arxiv updated 2024/05/14

Abstract

Large language models are increasingly becoming a popular tool for software development. Their ability to model and generate source code has been demonstrated in a variety of contexts, including code completion, summarization, translation, and lookup. However, they often struggle to generate code for complex programs. In this paper, we study the capabilities of state-of-the-art language models to generate parallel code. In order to evaluate language models, we create a benchmark, ParEval, consisting of prompts that represent 420 different coding tasks related to scientific and parallel computing. We use ParEval to evaluate the effectiveness of several state-of-the-art open- and closed-source language models on these tasks. We introduce novel metrics for evaluating the performance of generated code, and use them to explore how well each large language model performs for 12 different computational problem types and six different parallel programming models.

Cited by

Discussions

Related