1. [Publications](/publications)
2. GPUArmor: A Hardware-Software Co-design for Efficient and Scalable Memory Safety on GPUs
 
 # GPUArmor: A Hardware-Software Co-design for Efficient and Scalable Memory Safety on GPUs

  ![](/sites/default/files/styles/wide/public/publications/GPUArmor-system.png?itok=H--rQs1c)

 Memory safety errors continue to pose a significant threat to current computing systems, and graphics processing units (GPUs) are no exception. A prominent class of memory safety algorithms is allocation-based solutions. The key idea is to maintain each allocation’s metadata (base address and size) in a disjoint table and retrieve it at runtime to verify memory accesses. While several previous solutions have adopted allocation-based algorithms (e.g., cuCatch \[39 \] and GPUShield \[ 18 \]), they typically suffer from high memory overheads or scalability problems. In this work, we examine the key characteristics of real-world GPU workloads and observe several differences between GPU and CPU applications regarding memory access patterns, memory footprint, number of live allocations, and active allocation working set. Our observations motivate GPUArmor, a hardware-software co-design framework for memory safety on GPUs. We show that a simple compiler analysis combined with lightweight hardware support can help prevent spatial and temporal memory violations on modern GPU workloads with 8% average run time overheads while cuCatch incurs nearly 36% overhead. In fact, GPUArmor achieves speed-of-light performance with negligible storage requirements. This result benefits both base and bounds solutions and memory tagging techniques, which we showcase with GPUArmor-Binary, a variation of GPUArmor that does not require recompilation, and achieves 2.2% slowdowns while significantly reducing storage overheads beyond traditional memory tagging approaches



 ## Authors



[Mohamed Tarek Ibn Ziad](/person/mohamed-tarek-ibn-ziad)

[Sana Damani](/person/sana-damani)

[Mark Stephenson](/person/mark-stephenson)

[Steve Keckler](/person/stephen-keckler)

[Aamer Jaleel](/person/aamer-jaleel)

 

 

 ## Publication Date



Saturday, May 30, 2026

 

 ## Published in



[ACM Transactions on Architecture and Code Optimization](https://dl.acm.org/doi/abs/10.1145/3815783)

 

 ## Research Area



[Computer Architecture](/research-area/computer-architecture)

[Security](/research-area/security)

 

 

 ## Copyright



Copyright by the Association for Computing Machinery, Inc. Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, to republish, to post on servers, or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from Publications Dept, ACM Inc., fax +1 (212) 869-0481, or <permissions@acm.org>. The definitive version of this paper can be found at ACM's Digital Library <http://www.acm.org/dl/>.