• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2026, Vol. 48 ›› Issue (5): 803-809.doi: 10.3969/j.issn.1007-130X.2026.05.005

• High Performance Computing • Previous Articles     Next Articles

A group-remapping encoding method for low-power GPU data transmission

ZHANG Tiefei,XING Jianguo   

  1. (School of Computer Science and Technology,Zhejiang Gongshang University,Hangzhou 310018,China) 
  • Received:2024-08-19 Revised:2025-05-10 Online:2026-05-25 Published:2026-05-21

Abstract: The high-performance computing capabilities of modern graphics processing unit (GPU) rely on high-bandwidth graphics double data rate (GDDR) interfaces. The high data transfer rates result in significant energy consumption, particularly due to the asymmetric power consumption associated with transmitting logic 1 values in GDDR’s pseudo open drain (POD) I/O interfaces. By reducing the number of logic 1 values with high energy consumption during data transfer, the issue of high energy consumption during data transfer can be alleviated. This paper proposes a group-remapping encoding method based on the quantity of logic 1 values. Initially, the data to be transmitted is divided into basic units of 4 bits each, which are then grouped according to the number of logic 1 values they contain. Subsequently, groups with a higher quantity of logic 1  values are mapped and encoded into groups with a lower quantity of logic 1 values, aiming to minimize the global count of logic 1 values. When evaluated on modern GPU architectures, the results demonstrate that the group-remapping encoding strategy effectively reduces the number of logic 1 values during data transmission for various applications, achiev- ing an average reduction rate of 26%, thereby proving the effectiveness of the proposed method.

Key words: data transfer energy, GDDR I/O interface, group-remapping encoding, graphics processing unit