Skip to content

Commit 2bd87a1

Browse files
zuoweixia497claude
andcommitted
ci(spacemit3.6): bump rpc-runtime to 0.6.0 and jdsk-qemu to v1.3
Both assets were the root cause of the mm test failure: - rpc-runtime v0.5.0 uses the old ABI (pids as func args), predating the ctx-at-a0 ABI change (12db6e9). The worktree's spine-triton-opt emits the new ABI (xsmt_async.grid -> spine_grid), so the v0.5.0 rpc-server crashed silently when executing the kernel. v0.6.0 is built from HEAD (c44f7c2) with the new ABI. - archive.spacemit.com serves a jdsk-qemu-v10.0.2 build that reports version 10.0.2 but produces wrong numerical results for IME instructions (97.5% mismatch on mm_block_ptr). The v1.3 build (md5 ac0920d4) passes. Both are uploaded to the v0.1 release. Verified in the runner container (spacemit-ai-workspace:ubuntu24.04_v0.1): v1.3 qemu + 0.6.0 rpc-runtime -> mm_block_ptr PASS. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e83d633 commit 2bd87a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

third_party/spacemit/spacemit-ci.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ SPINE_MLIR_MD5=a96385476643d641b15f46137cf73674
77
SPINE_RUNTIME_URL=https://github.com/spacemit-com/spine-runtime/releases/download/0.6.0/spine-runtime.riscv64.0.6.0.tar.gz
88
SPINE_RUNTIME_MD5=23e86c8a5726550723451c60f982098f
99

10-
RPC_RUNTIME_URL=https://github.com/zuoweixia497/spacemit-ci-assets/releases/download/v0.1/spine-triton-rpc-runtime.riscv64.0.5.0.tar.gz
11-
RPC_RUNTIME_MD5=e76407b6562c624784788fbc141cc736
10+
RPC_RUNTIME_URL=https://github.com/zuoweixia497/spacemit-ci-assets/releases/download/v0.1/spine-triton-rpc-runtime.riscv64.0.6.0.tar.gz
11+
RPC_RUNTIME_MD5=055e89477651f5b3a91fbb1fd60cd012
1212

1313
RISCV_TOOLCHAIN_URL=https://github.com/spacemit-com/toolchain/releases/download/v1.1.2/spacemit-toolchain-linux-glibc-x86_64-v1.1.2.tar.xz
1414
RISCV_TOOLCHAIN_MD5=fbfa20f14500bfe77bad1f548a8ba525
1515

16-
JDSK_QEMU_URL=https://archive.spacemit.com/spacemit-ai/qemu/jdsk-qemu-v10.0.2.tar.gz
17-
JDSK_QEMU_MD5=153ee6eab5f13787784cbbbb9202a837
16+
JDSK_QEMU_URL=https://github.com/zuoweixia497/spacemit-ci-assets/releases/download/v0.1/jdsk-qemu-v10.0.2.tar.gz
17+
JDSK_QEMU_MD5=ac0920d4fc80b79bedb1f850ab0f4cf6

0 commit comments

Comments
 (0)