What problem does it solve? Serving images for vllm and sglang ship the runtime needed to run tuned GPU kernels but not the bench clients needed to produce them, and installing mismatched tool versions silently yields tuned artifacts the runtime never uses. ## Core Features & Use Cases - Read-only environment audit: Run audit_tools.sh inside a pristine container to get an OK/MISSING inventory of hipblaslt-bench, ckProfiler, aiter tuners, and GPU visibility before changing anything. - Version-matched installation: Install ckProfiler via apt, clone aiter source at the tag matching the installed wheel, and build hipblaslt-bench clients-only against the container's ROCm release branch. - Failure-mode guidance: Diagnose misleading errors such as aiter ImportError caused by missing GPU device flags, and detect compiler-build differences that cap achievable kernel performance. - Use Case: Before tuning a GEMM in a vllm ROCm 7.2 image, audit the container, discover hipblaslt-bench is missing, build it from the release/rocm-rel-7.2 branch in about 20 minutes, and verify the environment before any tuning run. ## Quick Start Audit my vllm ROCm container for missing GPU tuning tools and install whatever is needed to tune kernels on this gfx942 machine.