GPU-accelerated
database systems
I am exploring how CUDA, tensor, and ray tracing cores can work together to accelerate relational query processing. My goal is to keep data and intermediate results on the GPU while reducing data movement and the cost of constructing computational representations.
My current work examines algebraic representations of queries and opportunities to combine operations such as joins, grouping, and aggregation. I use TPC-H queries to study correctness and performance across the full computation pipeline.