Date: 2026-04-14 Xcode: 26.5 (Build 17F5022i) macOS: 26.3.1 (25D771280a) Metal: 32023.883 (metalfe-32023.883) Host GPU: Apple M5, 10 cores, Metal 4
We present empirical and ISA-level evidence that Apple AGX3 (G15–G18, M3–M5) exhibits a predication-first execution model for user-level control flow. Across 10.1M instructions from 78 kernels, select instructions outnumber branches 6.1:1, and no instances of the divergence-class branch instruction (b.9a) appear in user-level conditionals. Lane-mask probing, atomic counters, and threadgroup memory tests confirm zero architectural side effects from masked stores across device, atomic, and shared memory domains. A complete G15–G18 opcode decode table (262 entries, spanning M3–M5 opcode variants observed across AGX3 revisions) is provided as a primary source, extending prior G13 documentation through the M5 generation.
The Apple AGX3 GPU (G15/G16/G17/G18 — M3 through M5, A18 through A19 Pro) does not implement NVIDIA-style SIMT warp divergence for user-level conditional control flow. Instead, it uses **full predication with per-la
Date: 2026-03-13
Toolchain cryptex: v17.5.5179.6 (dated 2026-03-03)
AIR-NT version: 32023.883 (metalfe-32023.883)
The Metal toolchain shipped with Xcode 26.4 beta 3 adds new Apple GPU architecture targets to the AIRNT offline compiler plugins. These targets were previously absent from all AIRNT plugin variants, blocking offline cross-compilation for M5 Pro and A19 Pro GPUs.
| #!/bin/bash | |
| V=1.26.1 | |
| if go version 2>/dev/null | grep -q go$V && test -x /root/go/bin/gonb; then | |
| echo "Go $V + GoNB already installed." | |
| exit 0 | |
| fi | |
| echo "Installing Go $V..." | |
| rm -rf /content/go && mkdir -p cache |
“That just sounds like slavery with extra steps.”
— Morty Smith, Rick and Morty, Season 2, Episode 6, The Ricks Must Be Crazy (2015)
Shelter is mandatory.
Payment is mandatory.
Everything else is noise.
We pay every month.
We pay or we leave.