event
PhD Defense by Sama Damani
Primary tabs
Subject: PhD Defense of Dissertation Announcement
Title: Optimized scheduling and resource allocation for thread parallel architectures
Sana Damani
Ph.D. Student
School of Computer Science
College of Computing
Georgia Institute of Technology
Date: Thursday, April 14, 2022
Time: 3:00 pm – 5:00 pm (ET)
Location: *No Physical Location*
Teams link: Click here to join the meeting
Committee:
Dr. Vivek Sarkar (advisor), School of Computer Science, Georgia Institute of Technology
Dr. Hyesoon Kim, School of Computer Science, Georgia Institute of Technology
Dr. Santosh Pande, School of Computer Science, Georgia Institute of Technology
Dr. Tom Conte, School of Computer Science, Georgia Institute of Technology
Dr. Tushar Krishna, School of Electrical and Computer Engineering, Georgia Institute of Technology
Abstract:
While accelerators such as GPUs and migratory thread processors show significant performance improvements for applications with high data parallelism and regular memory accesses, they experience synchronization and memory access overheads in applications with irregular control flow and memory access patterns resulting in reduced efficiency. Examples include graph applications, Monte Carlo simulations, ray tracing applications, and sparse matrix computations. This dissertation aims at identifying inefficiencies in executing irregular programs on thread-parallel architectures and recommends compiler transformations and architecture enhancements to address these inefficiencies. In particular, we describe instruction reordering, thread scheduling and resource allocation techniques that avoid serialization, reduce pipeline stalls and minimize redundant thread migrations, thereby reducing overall program latency and improving processor utilization.
Contributions:
- Common Subexpression Convergence, a compiler transformation that identifies and removes redundant code in divergent regions of GPU programs.
- Speculative Reconvergence, a compiler transformation that identifies new thread reconvergence points in divergent GPU programs to improve SIMT efficiency.
- Subwarp Interleaving, an architecture feature that schedules threads at a subwarp granularity on GPUs to reduce pipeline stalls in divergent regions of the program.
- Memory Access Scheduling, a software instruction scheduling approach that groups together co-located memory accesses to minimize thread migrations on migratory-thread architectures.
- Software-Directed Register File Sharing, a software-hardware technique that uses dynamic register allocation to increase warp occupancy on GPUs.
Groups
Status
- Workflow status: Published
- Created by: Tatianna Richardson
- Created: 04/04/2022
- Modified By: Tatianna Richardson
- Modified: 04/04/2022
Categories
Keywords
Target Audience