

Unified Framework for Heterogeneous AI Accelerators: Testing Whether AI Inference Frameworks Can Cross the GPU Vendor Divide
Modern AI infrastructure is deeply shaped by the GPU ecosystem. NVIDIA and CUDA have become the dominant standard for many AI workloads, but the future of AI compute may depend on more heterogeneous systems that can work across different hardware vendors.
This project, developed by AiCE 3rd year student Sunidhi Pruthikosit under the guidance of Dr. Akkarit Sangpetch, investigates whether NVIDIA’s Dynamo inference framework can be adapted to run with AMD/ROCm workers. The project explores an advanced systems question: can AI inference frameworks designed around one vendor’s ecosystem be modified to support competing hardware?
NVIDIA Dynamo is designed as an inference orchestration framework for large-scale AI serving. It can manage worker nodes, support KV cache routing, and coordinate inference engines. However, parts of the ecosystem depend heavily on NVIDIA-specific libraries, especially NIXL for inference transfer.
The project tested whether the engine-agnostic architecture of Dynamo could be extended by replacing CUDA-based inference components with ROCm-compatible alternatives. The work involved experimenting with ROCm-compatible vLLM, modifying dependency assumptions around NIXL, and exploring RIXL as AMD’s reimplementation of the inference transfer library.
To make the system work, the project pinned compatible versions of ROCm, PyTorch, NVIDIA Dynamo, vLLM, RIXL, and UCX, then packaged the stack into Docker for transfer and benchmarking. The project was able to demonstrate that AMD workers can run in a modified Dynamo-based system, providing a proof of concept for cross-vendor experimentation.
However, the benchmark results showed that performance on AMD MI210 hardware remained significantly behind the NVIDIA A100 setup. The project also found that cross-vendor disaggregated serving remains difficult due to transfer-library and UCX compatibility issues.
The value of the project lies not only in performance outcomes, but in the technical exploration itself. It identifies where hardware interoperability breaks down and where future systems research may be needed. As AI models become larger and inference demand grows, questions of vendor lock-in, portability, and heterogeneous compute will become increasingly important.
This project shows CMKL students engaging with the infrastructure layer of AI, where progress depends on deep understanding of systems, hardware, libraries, and performance trade-offs.
Project Member: Sunidhi Pruthikosit
Advisor: Dr. Akkarit Sangpetch
Domain: AI Infrastructure, GPU Systems, Heterogeneous Computing, LLM Inference, ROCm, NVIDIA Dynamo


Brain-computer interfaces are opening new possibilities for how people interact with machines. By translating neural signals into digital commands, BCI systems can enable hands-free control of devices, virtual environments, and assistive technologies.
Read more

Enterprise systems generate large volumes of authentication and access-control data every day. Within Active Directory environments, these logs can contain early signals of cyber threats such as abnormal login patterns, brute-force attempts, and privilege escalation. However, traditional rule-based monitoring often struggles to detect subtle or previously unseen behavior.
Read more

CMKL University recently welcomed senior representatives from Accor, a global hospitality group, for an introductory meeting to explore potential collaboration in artificial intelligence, cybersecurity, and the digital transformation of hospitality operations.
Read more