scispace - formally typeset
H

Huiyang Zhou

Researcher at North Carolina State University

Publications -  161
Citations -  3197

Huiyang Zhou is an academic researcher from North Carolina State University. The author has contributed to research in topics: Medicine & Cache. The author has an hindex of 29, co-authored 102 publications receiving 2762 citations. Previous affiliations of Huiyang Zhou include University of Central Florida & IEEE Computer Society.

Papers
More filters
Proceedings ArticleDOI

A GPGPU compiler for memory optimization and parallelism management

TL;DR: This paper presents a novel optimizing compiler for general purpose computation on graphics processing units (GPGPU), which addresses two major challenges of developing high performance GPGPU programs: effective utilization of GPU memory hierarchy and judicious management of parallelism.
Journal ArticleDOI

Adaptive mode control: A static-power-efficient cache design

TL;DR: Simulations show that an average of 73% of I-cache lines and 54% of D- caches are put in sleep mode with an average IPC impact of only 1.7%, for 64 KB caches, and this work proposes applying sleep mode only to the data store and not the tag store.
Proceedings ArticleDOI

yaSpMV: yet another SpMV framework on GPUs

TL;DR: A new SpMV format is devised, called blocked compressed common coordinate (BCCOO), which uses bit flags to store the row indices in a blocked common coordinate format so as to alleviate the bandwidth problem and an auto-tuning framework is introduced to choose optimization parameters based on the characteristics of input sparse matrices and target hardware platforms.
Proceedings ArticleDOI

Hardware-software integrated approaches to defend against software cache-based side channel attacks

TL;DR: This paper proposes three hardware-software approaches to defend against software cache-based attacks - they present different tradeoffs between hardware complexity and performance overhead and proposes novel software permutation to replace the random permutation hardware in the RPcache.
Proceedings ArticleDOI

Adaptive Mode Control: A Static-Power-Efficient Cache Design

TL;DR: This work proposes applying sleep mode only to the data store and not the tag store, showing that by keeping the entire tag store active, the hardware knows what the hypothetical miss rate would be if all data lines were active and the actual miss rate can be made to precisely track it.