Department of Computer Science
Parallel Data Race Detection for Task Parallel Programs with Locks
- Publication Type: Conference Publications
- Publication Date: 2016-11-01
- Journal Volume: 24th International Symposium on the Foundations of Software Engineering (FSE 2016),
- Conference Location: Seattle
- Link to Content 1: Parallel Data Race Detection for Task Parallel Programs with Locks
- Abstract:
Programming with tasks is a promising approach to write performance portable parallel code. In this model, the programmer explicitly specifies tasks and the task parallel runtime employs work stealing to distribute tasks among threads. Similar to multithreaded programs, task parallel programs can also exhibit data races. Unfortunately, prior data race detectors for task parallel programs either run the program serially or do not handle locks, and/or detect races only in the schedule observed by the analysis.
This paper proposes PTRacer, a parallel on-the-fly data race detector for task parallel programs that use locks. PTRacer detects data races not only in the observed schedule but also those that can happen in other schedules (which are permutations of the memory operations in the observed schedule) for a given input. It accomplishes the above goal by leveraging the dynamic execution graph of a task parallel execution to determine whether two accesses can happen in parallel and by maintaining constant amount of access history metadata with each distinct set of locks held for each shared memory location. To detect data races (beyond the observed schedule) in programs with branches sensitive to scheduling decisions, we propose static compiler instrumentation that records memory accesses that will be executed in the other path with simple branches. PTRacer has performance overheads similar to the state-of-theart race detector for task parallel programs, SPD3, while detecting more races in programs with locks.
Upcoming Events
| 05 May 2026; - 11:00AM - 12:00PM Advances in Watermarking Large Language Models |
| 05 May 2026; - 11:20AM - 12:20PM Trustworthy AI for Structured Reasoning: Conformal Guarantees in Knowledge Graph Question Answering |
| 06 May 2026; - 03:30PM - 04:30PM Towards Universal and Interactive Medical Image Segmentation |







