Published: July 26, 2026 | Category: Technical | QSCompute
The ARM边缘 computing landscape has exploded in 2026. Every silicon vendor advertises TOPS — but raw TOPS tells you nothing about what matters on a factory floor: how much inference you get per watt of electricity, and whether the platform can sustain that performance without thermal throttling in a sealed enclosure.
This benchmark compares five ARM边缘 platforms — Jetson Orin NX, Jetson AGX Orin, Rockchip RK3588, Qualcomm QCS8550, and Ampere Altra Max — across three real-world AI workloads: YOLOv8-m object detection, Llama 3.2 3B text generation, and Whisper medium audio transcription. Every measurement includes wall-power draw and steady-state thermal behavior at 35°C ambient.
| Platform | CPU | NPU / GPU | Peak TOPS | TDP | Node | Unit Price |
|---|---|---|---|---|---|---|
| Jetson Orin NX 16GB | 8× Cortex-A78AE (2.0 GHz) | 1024-core Ampere GPU + 2× DLA | 100 INT8 | 25W | Samsung 8nm | $599 |
| Jetson AGX Orin 64GB | 12× Cortex-A78AE (2.2 GHz) | 2048-core Ampere GPU + 2× DLA | 275 INT8 | 60W | Samsung 8nm | $2,199 |
| Rockchip RK3588 | 4× A76 + 4× A55 (2.4 GHz) | Tri-core NPU (6 TOPS INT8) | 6 INT8 | 12W | Samsung 8nm | $189 |
| Qualcomm QCS8550 | Kryo (1× X3 + multi-core) | Hexagon NPU (48 TOPS INT8) | 48 INT8 | 15W | TSMC 4nm | $499 |
| Ampere Altra Max M128-30 | 128× Neoverse N1 (3.0 GHz) | None (CPU-only) | ~5 FP32 | 250W | TSMC 7nm | $5,800 |
YOLOv8-m (640×640, INT8 quantized via TensorRT / RKNN / SNPE as appropriate for each platform). Steady state after 10-minute warm-up, 35°C ambient.
| Platform | FPS (batch=1) | Avg Power Draw | FPS/Watt | TOPS/Watt (effective) | Thermal Throttle? |
|---|---|---|---|---|---|
| Jetson Orin NX (GPU + DLA) | 423 | 21.8W | 19.4 | 4.59 | No |
| Jetson AGX Orin (GPU + DLA) | 847 | 51.2W | 16.5 | 5.37 | No |
| RK3588 (NPU, RKNN) | 68 | 9.8W | 6.9 | 0.61 | No |
| QCS8550 (Hexagon NPU, SNPE) | 262 | 13.2W | 19.8 | 3.64 | No |
| Ampere Altra Max (ONNX CPU) | 41 | 218W | 0.19 | 0.02 | No |
Winner: QCS8550 at 19.8 FPS/Watt — the TSMC 4nm node gives it an efficiency edge over Jetson Orin NX's Samsung 8nm. But the NX delivers nearly 2× absolute throughput, and for multi-camera pipelines where FPS/Watt × density matters, the AGX Orin's 16.5 FPS/Watt at 847 FPS makes it the best single-board multi-stream option.
INT4 quantized (AWQ), 256-token prompt, measure tokens/second at steady state. Batch=1, continuous generation for 500 output tokens.
| Platform | Tokens/sec (output) | Avg Power Draw | Tokens/sec/Watt | Time-to-First-Token | Memory Used |
|---|---|---|---|---|---|
| Jetson Orin NX 16GB | 28.3 | 23.4W | 1.21 | 1.82s | 5.4 GB |
| Jetson AGX Orin 64GB | 52.7 | 55.8W | 0.94 | 1.15s | 5.4 GB |
| RK3588 (CPU, llama.cpp) | 4.2 | 11.2W | 0.38 | 8.9s | 3.2 GB |
| QCS8550 (CPU, llama.cpp)* | 9.6 | 13.9W | 0.69 | 4.3s | 3.2 GB |
| Ampere Altra Max (CPU, llama.cpp 128t) | 18.4 | 238W | 0.08 | 0.93s | 3.2 GB |
* Hexagon NPU does not natively support transformer LLM inference at the time of testing. QCS8550 Llama results are CPU-only. Qualcomm has announced transformer NPU support in the upcoming QCS8650 scheduled for Q1 2027.
Winner: Jetson Orin NX at 1.21 tok/s/Watt — nearly 2× the LLM efficiency of QCS8550. This is where NVIDIA's CUDA/TensorRT ecosystem shines: the Ampere GPU runs AWQ-quantized Llama with fused attention kernels that ARM CPU backends can't match. The AGX Orin delivers the best absolute throughput (52.7 tok/s), making it viable for multi-user edge chatbots.
Whisper medium (769M parameters), FP16, transcribing 30-second audio clips. Measure RTF (Real-Time Factor: processing time / audio duration) and power.
| Platform | RTF | Avg Power Draw | RTF⁻¹/Watt | Can Stream Real-Time? |
|---|---|---|---|---|
| Jetson Orin NX (GPU, TensorRT) | 0.32 | 20.5W | 0.152 | Yes (3.1× headroom) |
| Jetson AGX Orin (GPU, TensorRT) | 0.18 | 50.1W | 0.111 | Yes (5.5× headroom) |
| RK3588 (CPU, ONNX) | 2.84 | 11.5W | 0.031 | No (RTF > 1.0) |
| QCS8550 (CPU, ONNX) | 1.62 | 14.3W | 0.043 | No (RTF > 1.0) |
| Ampere Altra Max (CPU, ONNX 128t) | 0.48 | 242W | 0.009 | Yes (2.1× headroom) |
Winner: Jetson Orin NX at 0.152 RTF⁻¹/Watt. Whisper is a heavy encoder-decoder transformer — only NVIDIA GPUs and the 128-core Altra Max can process it faster than real-time. The RK3588 and QCS8550 can't hit real-time for medium, though both handle Whisper tiny (RTF 0.3–0.5) for basic keyword spotting.
| Platform | YOLOv8 FPS/W | Llama 3.2 tok/W | Whisper RTF⁻¹/W | Composite Score | Best For |
|---|---|---|---|---|---|
| Jetson Orin NX 16GB | 19.4 | 1.21 | 0.152 | 95.2 | Multi-modal edge AI — vision + LLM + audio on one board |
| QCS8550 | 19.8 | 0.69 | 0.043 | 72.8 | Vision-only pipelines (no LLM needed) |
| Jetson AGX Orin 64GB | 16.5 | 0.94 | 0.111 | 66.1 | Multi-camera + multi-model concurrent inference |
| RK3588 | 6.9 | 0.38 | 0.031 | 27.1 | Single-camera AOI, protocol gateways |
| Ampere Altra Max | 0.19 | 0.08 | 0.009 | 1.0 | Cloud-native ARM server (not edge-optimized) |
Composite Score = weighted geometric mean (40% vision, 35% LLM, 25% audio) normalized to Jetson Orin NX = 100.
Three clear deployment patterns emerge from the data:
Deploy Efficient ARM边缘 AI — All Platforms In Stock
Jetson Orin NX, AGX Orin, QCS8550, RK3588, and Ampere Altra — pre-configured, burn-in tested, ready to ship.
Contact: +86 137-1464-6179 | info@qscompute.com