[HTML][HTML] A systematic literature review on benchmarks for evaluating debugging approaches

T Hirsch, B Hofer - Journal of Systems and Software, 2022 - Elsevier
Bug benchmarks are used in development and evaluation of debugging approaches, eg
fault localization and automated repair. Quantitative performance comparison of different …

Lm4hpc: Towards effective language model application in high-performance computing

L Chen, PH Lin, T Vanderbruggen, C Liao… - … Workshop on OpenMP, 2023 - Springer
In recent years, language models (LMs), such as GPT-4, have been widely used in multiple
domains, including natural language processing, visualization, and so on. However …

Dynamic data race detection for OpenMP programs

Y Gu, J Mellor-Crummey - SC18: International Conference for …, 2018 - ieeexplore.ieee.org
Two concurrent accesses to a shared variable that are unordered by synchronization are
said to be a data race if at least one access is a write. Data races cause shared memory …

Llov: A fast static data-race checker for openmp programs

U Bora, S Das, P Kukreja, S Joshi… - ACM Transactions on …, 2020 - dl.acm.org
In the era of Exascale computing, writing efficient parallel programs is indispensable, and, at
the same time, writing sound parallel programs is very difficult. Specifying parallelism with …

Dynamic race detection with O (1) samples

MA Thokair, M Zhang, U Mathur… - Proceedings of the ACM …, 2023 - dl.acm.org
Happens before-based dynamic analysis is the go-to technique for detecting data races in
large scale software projects due to the absence of false positive reports. However, such …

Data race detection using large language models

L Chen, X Ding, M Emani, T Vanderbruggen… - Proceedings of the SC' …, 2023 - dl.acm.org
Large language models (LLMs) are demonstrating significant promise as an alternate
strategy to facilitate analyses and optimizations of high-performance computing programs …

Hpc ontology: Towards a unified ontology for managing training datasets and ai models for high-performance computing

C Liao, PH Lin, G Verma… - 2021 IEEE/ACM …, 2021 - ieeexplore.ieee.org
Machine learning (ML) techniques have been widely studied to address various challenges
of productively and efficiently running large-scale scientific applications on heterogeneous …

Ompracer: A scalable and precise static race detector for openmp programs

B Swain, Y Li, P Liu, I Laguna… - … Conference for High …, 2020 - ieeexplore.ieee.org
We present OMPRACER, a static tool that uses flow-sensitive, interprocedural analysis to
detect data races in OpenMP programs. OMPRACER is fast, scalable, has high code …

Performance optimization using multimodal modeling and heterogeneous gnn

A Dutta, J Alcaraz, A TehraniJamsaz, E Cesar… - Proceedings of the …, 2023 - dl.acm.org
Growing heterogeneity and configurability in HPC architectures has made auto-tuning
applications and runtime parameters on these systems very complex. Users are presented …

Sword: A bounded memory-overhead detector of openmp data races in production runs

S Atzeni, G Gopalakrishnan… - 2018 IEEE …, 2018 - ieeexplore.ieee.org
The detection and elimination of data races in largescale OpenMP programs is of critical
importance. Unfortunately, today's state-of-the-art OpenMP race checkers suffer from high …