NVIDIA Aerial™ CUDA-Accelerated RAN is a part of NVIDIA AI Aerial™, a portfolio of accelerated computing platforms, software and tools to build, train, simulate, and deploy AI-native wireless networks.
Documentation for AI Aerial™ can be found here.
The following AI Aerial™ software is available as open source:
Updates on new software releases, NVIDIA 6G events and technical training for AI Aerial™ are available via the NVIDIA 6G Developer Program.
The Aerial CUDA-Accelerated RAN SDK includes:
aerial-cuda-accelerated-ran/ ├── cuPHY/ # CUDA-accelerated Physical Layer (L1) ├── cuPHY-CP/ # Control Plane and integration components │ ├── aerial-fh-driver/ # Fronthaul driver for O-RAN interfaces │ ├── cuphycontroller/ # PHY controller │ ├── cuphydriver/ # PHY driver │ ├── cuphyl2adapter/ # L2 adapter │ ├── ru-emulator/ # Radio Unit emulator │ ├── testMAC/ # Test MAC implementation │ └── container/ # Container build scripts and recipes ├── cuMAC/ # CUDA-accelerated L2 Layer ├── cuMAC-CP/ # MAC Control Plane components ├── pyaerial/ # Python API and ML/AI tools ├── 5GModel/ # TV generation for cuPHY and cuBB verification ├── testBenches/ # Test benches and performance measurement tools ├── testVectors/ # Test vectors for validation └── cubb_scripts/ # Build and automation scripts
# Clone repository
git clone https://github.com/NVIDIA/aerial-cuda-accelerated-ran.git --recurse-submodules
cd aerial-cuda-accelerated-ran
# Enable git LFS (if needed for large files)
git lfs install
git lfs pull
# Pull the Aerial container from NGC
docker pull nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran:25-3-cubb
# Start interactive development container
./cuPHY-CP/container/run_aerial.sh
# Inside container: Build SDK
./testBenches/phase4_test_scripts/build_aerial_sdk.sh
Visit the full documentation at NVIDIA Docs Hub
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Note: Some dependencies may have different licenses. See ATTRIBUTION.rst for third-party attributions in the source repository.
If you use NVIDIA Aerial™ CUDA-Accelerated RAN in your research, please cite:
@software{nvidia_aerial_cuda_accelerated_ran, title = {NVIDIA Aerial™ CUDA-Accelerated RAN}, author = {NVIDIA Corporation}, year = {2025}, url = {https://github.com/NVIDIA/aerial-cuda-accelerated-ran} }