Mobile QR Code
Title Analysis of CUDA Memory Usage Patterns using Open Source in a Single GPU Environment
Authors 편집부(Editor)
DOI https://doi.org/10.5573/ieie.2025.62.2.31
Page pp.31-39
ISSN 2287-5026
Keywords GPU; CUDA; Memory allocation; Open GPU kernel modules
Abstract With the growth of the data industry, computing technologies related to it are gaining significant attention. Among these, CUDA stands out as a parallel computing platform designed to maximize GPU performance, where memory optimization is essential for efficient memory usage and performance enhancement. This study aims to analyze CUDA memory usage patterns in a single GPU environment by leveraging NVIDIA's open GPU kernel modules, in an effort to find ways to improve memory efficiency. Through this, we aim to identify GPU memory allocation and deallocation patterns, as well as continuous page access patterns, to enhance the performance of CUDA-based applications.