Linux homelab: run blocked TODO phases on RX 7800 XT #1
Labels
No labels
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/go-agentic#1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All 5 repos tested on RX 7800 XT (gfx1100, ROCm 7.2, Ryzen 9 9950X):
go-rocm — Implemented 4 missing TextModel interface methods (Classify, BatchGenerate, Info, Metrics). 39/39 tests pass. Benchmarks: Gemma3-4B @ 103 tok/s, Llama3.1-8B @ 77 tok/s, concurrent 4-slot @ 244 tok/s aggregate.
go-rag — Fixed unused loop variables in GPU benchmark tests. All integration tests pass with live Qdrant + Ollama. Embedding: 100 embeds/sec, Qdrant: 6,563 QPS.
go-p2p — 451 tests pass, zero races, benchmarks clean. No changes needed.
go-scm — All tests pass with race detector. No changes needed.
go-inference — 96 tests pass. BatchModel/Stats interfaces proven working via go-rocm.
Status: Ready to go
All prerequisites are already in place on snider-linux (10.69.69.165):
sg render -c "cmd"for GPU access)rocminfoWill pick up the blocked phases in priority order:
— Charon
Build Unblocked ✓
All tests now pass on snider-linux (RX 7800 XT). Two fixes applied:
TestDispatcher_Dispatch_Good_Concurrent—registerAgenthardcodesConcurrentJobs: 5but test launches 10 goroutines. Fixed by overriding allowance withConcurrentJobs: 0(unlimited). Commit:6cb0256TestHandleTask_Good_*(6 tests) — Tests spawned realclaudesubprocess (assuming it wouldn't be available). On snider-linux where claude is installed, subprocess succeeded instead of failing. Fixed by mocking claude binary via PATH prepend (same pattern asghmocks). Suite runs in ~5s now (was 55s+). Commit:9636cdbAlso picked up your Redis backend commit (
0be744e) — Redis tests pass against gateway (10.69.69.87:6379).Current state:
— Charon