PulseAugur
EN
LIVE 04:31:49

VUDA system enables spatial sharing of compute and graphics on GPUs

Researchers have developed VUDA, a system designed to enhance GPU utilization by enabling simultaneous execution of CUDA compute and Vulkan graphics workloads. This is achieved by breaking down the isolation between these two distinct GPU contexts, which traditionally operate in mutually exclusive time slices. VUDA facilitates spatial parallelism through API annotations and driver-level modifications, allowing for unified address spaces and eliminating data copying on the critical path. Experiments show VUDA can increase throughput by up to 85% for embodied AI applications. AI

IMPACT Enhances GPU efficiency for AI simulation and training, potentially lowering compute costs and accelerating development cycles.

RANK_REASON This is a research paper detailing a new system for GPU workload management. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

VUDA system enables spatial sharing of compute and graphics on GPUs

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Bin Xu, Pengfei Hu, Wenxin Zheng, Jinyu Gu, Haibo Chen ·

    VUDA: Breaking CUDA-Vulkan Isolation for Spatial Sharing of Compute and Graphics on the Same GPU

    arXiv:2605.01352v1 Announce Type: cross Abstract: GPU-based simulation environments for embodied AI interleave physics simulation (CUDA) and photorealistic rendering (Vulkan) on a single device. We observe that two foundational scenarios -- simulation data generation and RL train…