Files
strix-halo-optimizations/docs/references.md
Felipe Cardoso 5b81437637 docs: add README, CLAUDE.md, AGENTS.md, and full docs/ suite
- README.md: project overview, quick start, command reference, workflow
- CLAUDE.md: AI safety rules, technical details, conventions
- AGENTS.md: agent workflows, file responsibility map, dependency matrix
- docs/architecture.md: script layers, data flow, unified memory, JSON schemas
- docs/optimization.md: step-by-step optimization walkthrough
- docs/benchmarking.md: methodology, test params, result interpretation
- docs/troubleshooting.md: common issues and fixes
- docs/references.md: centralized external links (single source of truth)
- docs/bios-vram-guide.md: add back-link to optimization workflow

Cross-linked non-redundantly: each doc owns one layer, others link to it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 20:50:00 +01:00

2.9 KiB

External References

Single source of truth for all external links used across this project.

AMD Official

Strix Halo Toolboxes (Donato Capitella)

The most comprehensive community resource for Strix Halo LLM optimization.

Community

Other Strix Halo Repos

Monitoring Tools

  • amdgpu_top — Best AMD GPU monitor (TUI/GUI/JSON)
  • nvtop — Cross-vendor GPU monitor
  • btop — System resource monitor

LLM Inference

  • llama.cpp — LLM inference engine (Vulkan + ROCm)
  • ollama — LLM runtime with model management
  • vLLM — High-throughput serving
  • llama-benchy — Multi-backend LLM benchmarking

AMD GPU Profiling