Skip to content

Commit

Permalink
Update 2024fa.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reeselevine authored Nov 21, 2024
1 parent 209e6fa commit 9433154
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/lsd-seminar/2024fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Talks will be advertised on the [ucsc-lsd-seminar-announce](https://groups.googl
| [Nov 1](#nov-1) | Justin Lubin | Programming By Navigation |
| [Nov 8](#nov-8) | Bhakti Shah | Proof Visualization for Graphical Structures |
| [Nov 15](#nov-15) | Federico Mora | Automated Reasoning About Distributed Systems |
| [Nov 22](#nov-22) | Haining Tong | _TBD_ |
| [Nov 22](#nov-22) | Haining Tong | Towards Unified Analysis of GPU Consistency |
| [Dec 6](#dec-6) | Yanan Guo | _TBD_ |

---
Expand Down Expand Up @@ -121,11 +121,11 @@ In this talk, I will present three automated reasoning techniques that can help

**Speaker:** Haining Tong

**Title:** _TBD_
**Title:** Towards Unified Analysis of GPU Consistency

**Abstract:** _TBD_
**Abstract:** After more than 30 years of research, there is a solid understanding of the consistency guarantees given by CPU systems. Unfortunately, the same is not yet true for GPUs. The growing popularity of general purpose GPU programming has been a call for action which industry players like NVIDIA and Khronos have answered by formalizing their PTX and Vulkan consistency models. These models give precise answers to questions about program's correctness. However, interpreting them still requires a level of expertise that escapes most developers, and the current tool support is insufficient. To remedy this, we translated and integrated the PTX and Vulkan models into the Dartagnan verification tool. This makes Dartagnan the first analysis tool for multiple GPU consistency models that can analyze real GPU code. During the validation of the translated models, we discovered two bugs in the original PTX and Vulkan consistency models.

**Bio:** _TBD_
**Bio:** Haining is a Computer Science Ph.D. student advised by Keijo Heljanko at the University of Helsinki. His work focuses on using formal verification techniques to analyze GPU memory consistency models.

## Dec 6

Expand Down

0 comments on commit 9433154

Please sign in to comment.