Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/rocm/src/dash_seam.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Advanced Micro Devices, Inc.
//
// SPDX-License-Identifier: Apache-2.0

//! Bin-side implementation of the dash execution seam.
//!
//! The dash crates stay free of `rocm-core`; this module lives in the bin
Expand Down
4 changes: 4 additions & 0 deletions apps/rocm/tests/daemon_run.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Advanced Micro Devices, Inc.
//
// SPDX-License-Identifier: Apache-2.0

//! Integration test proving `rocm daemon` runs the real foreground automation
//! loop (embedded `rocmd`) instead of only printing the status panel.
//!
Expand Down
4 changes: 4 additions & 0 deletions crates/rocm-core/src/diagnose.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Advanced Micro Devices, Inc.
//
// SPDX-License-Identifier: Apache-2.0

//! ROCm failure-mode diagnosis.
//!
//! Rust port of the `rocm-doctor` skill's `diagnose.py`. It matches an
Expand Down
4 changes: 4 additions & 0 deletions crates/rocm-core/src/examine.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Advanced Micro Devices, Inc.
//
// SPDX-License-Identifier: Apache-2.0

//! Host examination probe.
//!
//! Rust port of the `rocm-doctor` skill's `examine.py`. It gathers the host
Expand Down
4 changes: 4 additions & 0 deletions crates/rocm-core/src/fix.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Advanced Micro Devices, Inc.
//
// SPDX-License-Identifier: Apache-2.0

//! Apply remediations for diagnosed ROCm failure modes.
//!
//! Rust port of the `rocm-doctor` skill's `apply_fix.py`. Only small, safe,
Expand Down
4 changes: 4 additions & 0 deletions crates/rocm-dash-tui/src/tool_exec.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Advanced Micro Devices, Inc.
//
// SPDX-License-Identifier: Apache-2.0

//! rocm-core-free tool-call boundary (the execution seam).
//!
//! Plain-data signatures ONLY (serde_json / std / serde). The bin (`apps/rocm`,
Expand Down
Loading