Advanced Computing ACceleration (AC2) Laboratory (PI: Assoc. Prof. Ryohei Kobayashi)
I work on communication optimization for large-scale systems, with interests in FPGAs, DPUs, machine learning, and data compression. My current work studies communication-data compression on NVIDIA BlueField DPUs for multi-GPU LLM training, with an eye toward communication substrates for future sparse and irregular accelerator workloads.
Implemented a NetZIP-style lossless pipeline (byte grouping + LZ4, 16-core parallelism, chunk-level compression/transfer overlap) on the Arm cores of an NVIDIA BlueField-3 DPU, and compared it end-to-end against uncompressed transfer on the same RDMA path. Quantified that the uncompressed baseline shifts with RDMA-buffer page backing (4 KiB: 10.9 GB/s vs. THP: 24.6 GB/s), and that sender-side processing saturates at about 9 GB/s — yielding concrete design implications.
DPURDMAlossless compressiondistributed trainingFPGA / DPU / Machine Learning / Data Compression