Hi:
During our evaluation of the Jetson AGX Orin 32GB platform, we observed that the actual measured memory bandwidth is significantly lower than the official specification of 204.8 GB/s. The specific test results are as follows:
- When testing memory copy performance using the STREAM benchmark, the measured bandwidth was approximately 54.5 GB/s;
- When using the bandwidthTest tool:
- Device-to-Host (D2H) bandwidth was measured at approximately 26.3 GB/s,
- Host-to-Device (H2D) bandwidth was measured at approximately 26.2 GB/s,
- Device-to-Device (D2D) bandwidth was measured at approximately 151.7 GB/s.
Given the noticeable gap between the measured results and the theoretical bandwidth, we would like to know whether there are optimizations, system configurations, or other adjustments we should consider in order to achieve performance closer to the expected specification.
Thanks!
We are using jetson linux r36.3.0, and the detailed system information is as follows:
# cat /etc/nv_tegra_release
# R36 (release), REVISION: 3.0, GCID: 36191598, BOARD: generic, EABI: aarch64, DATE: Mon May 6 17:34:21 UTC 2024
# KERNEL_VARIANT: oot
TARGET_USERSPACE_LIB_DIR=nvidia
TARGET_USERSPACE_LIB_DIR_PATH=usr/lib/aarch64-linux-gnu/nvidia
# cat /proc/cmdline
root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb video=efifb:off console=tty0 iommu.strict=0 arm-smmu.disable_bypass=0 arm-smmu.force_stage=1 bl_prof_dataptr=2031616@0x82C610000 bl_prof_ro_ptr=65536@0x82C600000
# uname -a
Linux test 5.15.136-tegra #1 SMP PREEMPT Tue Apr 22 03:03:52 Asia 2025 aarch64 aarch64 aarch64 GNU/Linux
# ./deviceQuery/deviceQuery
./deviceQuery/deviceQuery Starting...
CUDA Device Query (Runtime API) version (CUDART static linking)
Detected 1 CUDA Capable device(s)
Device 0: "Orin"
CUDA Driver Version / Runtime Version 12.2 / 12.8
CUDA Capability Major/Minor version number: 8.7
Total amount of global memory: 30692 MBytes (32182566912 bytes)
(014) Multiprocessors, (128) CUDA Cores/MP: 1792 CUDA Cores
GPU Max Clock rate: 930 MHz (0.93 GHz)
Memory Clock rate: 930 Mhz
Memory Bus Width: 256-bit
L2 Cache Size: 4194304 bytes
Maximum Texture Dimension Size (x,y,z) 1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
Maximum Layered 1D Texture Size, (num) layers 1D=(32768), 2048 layers
Maximum Layered 2D Texture Size, (num) layers 2D=(32768, 32768), 2048 layers
Total amount of constant memory: 65536 bytes
Total amount of shared memory per block: 49152 bytes
Total shared memory per multiprocessor: 167936 bytes
Total number of registers available per block: 65536
Warp size: 32
Maximum number of threads per multiprocessor: 1536
Maximum number of threads per block: 1024
Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
Max dimension size of a grid size (x,y,z): (2147483647, 65535, 65535)
Maximum memory pitch: 2147483647 bytes
Texture alignment: 512 bytes
Concurrent copy and kernel execution: Yes with 2 copy engine(s)
Run time limit on kernels: No
Integrated GPU sharing Host Memory: Yes
Support host page-locked memory mapping: Yes
Alignment requirement for Surfaces: Yes
Device has ECC support: Disabled
Device supports Unified Addressing (UVA): Yes
Device supports Managed Memory: Yes
Device supports Compute Preemption: Yes
Supports Cooperative Kernel Launch: Yes
Supports MultiDevice Co-op Kernel Launch: Yes
Device PCI Domain ID / Bus ID / location ID: 0 / 0 / 0
Compute Mode:
< Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 12.2, CUDA Runtime Version = 12.8, NumDevs = 1
Result = PASS
We are using the latest version of the cuda-samples tool, and test command as follows:
# jetson_clocks
# ./bandwidthTest -memory pinned
[CUDA Bandwidth Test] - Starting...
Running on...
Device 0: Orin
Quick Mode
Host to Device Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(GB/s)
32000000 26.2
Device to Host Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(GB/s)
32000000 26.3
Device to Device Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(GB/s)
32000000 151.7
Result = PASS