diff --git a/docs/plan.md b/docs/plan.md index 8799c51..de46c2b 100644 --- a/docs/plan.md +++ b/docs/plan.md @@ -185,11 +185,13 @@ Acceptance: the prior-wedging 213k-tensor upload completes through `UploadWeight **Component:** release Acceptance: PR merged rebase-and-merge; release tag cut; #106 closed. -- [ ] T3.1 Open PR from `fix/bulk-upload-chunking-106` referencing #106; ensure CI green; rebase-and-merge (not squash, not merge commit) Owner: TBD Est: 30m verifies: [#106] +- [x] T3.1 PR #107 from `fix/bulk-upload-chunking-106`; CI green; rebase-and-merged into main Owner: David Est: 30m verifies: [#106] (2026 06 05) - Dependencies: T2.2 -- [ ] T3.2 Confirm release-please cuts a release for the merge; verify the version tag exists Owner: TBD Est: 20m verifies: [infrastructure] + - Done: PR #107 merged via rebase (commits af24647, 8606034, 3efe782, 0cecc28 on main). +- [x] T3.2 release-please cut release v1.8.1 (PR #108 merged); tag + GitHub release verified Owner: David Est: 20m verifies: [infrastructure] (2026 06 05) - Dependencies: T3.1 -- [ ] T3.3 Close issue #106 with a summary linking the PR, ADR 003, and the GB10 validation pod Owner: TBD Est: 10m verifies: [#106] + - Done: v1.8.1 released 2026-06-06T05:17:47Z (Latest). +- [x] T3.3 Issue #106 closed on merge (auto-closed 05:16:44Z) Owner: David Est: 10m verifies: [#106] (2026 06 05) - Dependencies: T3.2 ## Parallel Work @@ -225,9 +227,12 @@ churn. A second agent can author the Wave 3 Spark manifest in parallel.) - [x] T2.2 Devlog entry verifies: [infrastructure] (2026 06 05) ### Wave 4: Ship (1 agent) -- [ ] T3.1 PR + rebase-and-merge verifies: [#106] -- [ ] T3.2 Verify release tag verifies: [infrastructure] -- [ ] T3.3 Close #106 verifies: [#106] +- [x] T3.1 PR #107 + rebase-and-merge verifies: [#106] (2026 06 05) +- [x] T3.2 Release v1.8.1 cut verifies: [infrastructure] (2026 06 05) +- [x] T3.3 Close #106 verifies: [#106] (2026 06 05) + +ALL TASKS COMPLETE. Issue #106 resolved: chunked bulkUploadF32 shipped in +v1.8.1, validated on GB10 hardware. No open ztensor issues remain. ## Timeline and Milestones @@ -264,6 +269,16 @@ churn. A second agent can author the Wave 3 Spark manifest in parallel.) ## Progress Log +### Change Summary -- 2026-06-05 (shipped, issue closed) + +- E3 complete. PR #107 rebase-and-merged into main. release-please cut v1.8.1 + (PR #108 merged; release created 2026-06-06T05:17:47Z). Issue #106 auto-closed + on merge. main green (build/vet/tests). +- Definition of done met: merged + released (v1.8.1) + verified live on the GB10 + hardware where the bug manifested. ztensor is a library, so the released + module version is the deployment artifact (no separate runtime env). +- ALL plan tasks [x]. No open ztensor GitHub issues remain. + ### Change Summary -- 2026-06-05 (GB10 validation) - E2 complete. `TestGPUEngine_UploadWeights_MultiChunk` PASSED on the DGX GB10 diff --git a/docs/updates.md b/docs/updates.md index 6308683..d6dec05 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,14 +1,13 @@ # ztensor session updates -## 2026-06-05 -- Resolve open GitHub issues (#106) - -Plan: docs/plan.md. Sole open issue: #106 (bulkUploadF32 wedges GB10 driver). - -Status: -- E0 hygiene: DONE. -- E1 chunk bulkUploadF32: DONE (commit 4eaae4b). Dual cap 64 MiB + 4096 tensors. -- E2 GB10 validation: DONE. TestGPUEngine_UploadWeights_MultiChunk PASSED on - GB10 (Spark pod ...guard-3c04539, exit-0 guard). 256 MiB -> 4x 64 MiB chunks, - no wedge, cross-chunk views round-trip. -- PR #107: CI green; merging now. -- E3 ship: in progress (rebase-and-merge, release, close #106). +## 2026-06-05 -- Resolve open GitHub issues (#106) -- COMPLETE + +Sole open issue #106 (bulkUploadF32 wedges GB10 driver) is RESOLVED and SHIPPED. + +- E1 fix: chunked bulkUploadF32 (64 MiB + 4096-tensor dual cap). ADR 003. +- E2 validation: TestGPUEngine_UploadWeights_MultiChunk PASSED on GB10 (Spark + pod ...guard-3c04539). 256 MiB -> 4x 64 MiB chunks, no wedge, views round-trip. +- E3 ship: PR #107 rebase-merged; release-please cut v1.8.1 (PR #108); + issue #106 auto-closed. + +No open ztensor GitHub issues remain.