Skip to content

v2.2.0 release - #169

Open
coketaste wants to merge 1 commit into
developfrom
coketaste/v2.2.0
Open

v2.2.0 release#169
coketaste wants to merge 1 commit into
developfrom
coketaste/v2.2.0

Conversation

@coketaste

Copy link
Copy Markdown
Collaborator

Docs update accordingly to v2.2.0

@coketaste coketaste self-assigned this Aug 12, 2026
Copilot AI lite review requested due to automatic review settings August 12, 2026 12:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds release notes for madengine v2.2.0 to the project changelog, documenting recent authentication, manifest, and GPU/tooling fixes in a Keep-a-Changelog format.

Changes:

  • Added a new 2.2.0 section dated 2026-08-12 under the changelog.
  • Documented key “Added” and “Fixed” items for the v2.2.0 release.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md

- **`multiple_results` preserved in local-image manifest** (#166): `MAD_CONTAINER_IMAGE` (local-image) mode built a synthetic manifest that omitted the model's `multiple_results` field from `models.json`. Without it, `ContainerRunner` never set `MAD_OUTPUT_CSV` or copied the perf CSV out of the container, instead falling back to scraping the run log for a `"performance: NUMBER METRIC"` line — reporting `FAILURE` even when the model produced valid perf-CSV results. `RunOrchestrator` now carries `multiple_results` through to the manifest it synthesizes for local-image runs.

- **GPU tool detection honors non-default ROCm install paths and PATH** (#168): `amd_smi_utils.py`, `rocm_smi_utils.py`, and `gpu_info_profiler.py` hardcoded `/opt/rocm`; they now honor `$ROCM_PATH` (falling back to `/opt/rocm`). `gpu_info_pre.sh` detects `nvidia-smi`/`rocm-smi`/`amd-smi` via `command -v` instead of a fixed binary path, and calls `rocminfo` only when it's available instead of failing the pre-script when it's absent. The rpd tracer's `LD_LIBRARY_PATH` is now ROCm-path-aware, and `rpd2tracing.py` failures fall back to saving the raw `trace.rpd` instead of losing the trace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants