Zhixiong Xiao 肖志雄
Incoming PhD Student
The Ohio State University
I am an incoming Ph.D. student in the Department of Computer Science and Engineering at The Ohio State University, advised by Prof. Xiaodong Zhang. My research sits at the intersection of computer systems, GPU architecture, and high-performance computing, with a focus on repurposing ray tracing (RT) cores, massively hardware-accelerated parallel spatial-query engines originally built for graphics, to accelerate broader computational workloads. I received my M.Eng. from Shandong University, advised by Prof. Mengbai Xiao, and B.Eng. from Dalian Maritime University.
News
Research
GPU RT Core Repurposing. Modern GPUs include dedicated RT cores for accelerating ray-triangle intersections and bounding volume hierarchy (BVH) traversals. My work investigates how these massively parallel spatial-query engines can be reprogrammed for graph algorithms, vector search, and scientific computing, workloads far beyond computer graphics.
Vector Search Acceleration. My work explores GPU-accelerated approximate nearest neighbor (ANN) search leveraging RT cores and GPU direct storage (GDS) techniques to scale to billion-scale datasets with low latency.
KV Cache Management.