cluster_load_async_to_lds_* applies its signed INST_OFFSET byte offset to
both the global source and LDS destination. rocJITsu currently applies it only
to the global side, so a valid nonzero-offset gfx1250 cluster load places the
right payload in the wrong LDS locations.
The attached standalone probe uses only a matching ROCm nightly SDK. It
compiles a (2,1,1) HIP cluster, verifies that LLVM emitted
cluster_load_async_to_lds_b32 ... offset:4 scale_offset, submits the public
extended AQL packet through HSA, and checks both participant-owned LDS results.
The current nightly produces 1/32 correct lanes in each workgroup. The attached