一键导入
compatibility-triage
Verifies whether a requested ROCm-DS workflow is officially supported, source-build feasible, or experimental on the target system.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verifies whether a requested ROCm-DS workflow is officially supported, source-build feasible, or experimental on the target system.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Placeholder skill description.
Migrates pandas-like workflows to hipDF and cudf.pandas style acceleration, auditing for unsupported features.
Leverages GPU acceleration to process and analyze complex graph structures using hipGRAPH. Note: hipGRAPH is early access.
Utilizes the HIP Memory Manager (hipMM) for advanced GPU memory pooling, efficient allocation, and data movement.
Utilizes hipRAFT for foundational, reusable GPU-accelerated primitives like clustering, dimensionality reduction, and statistical operations.
Selects, builds, benchmarks, and validates hipVS ANN indexes and query paths for ROCm-DS workloads.
| name | compatibility-triage |
| description | Verifies whether a requested ROCm-DS workflow is officially supported, source-build feasible, or experimental on the target system. |
| tools | ["bash","python"] |
| inputs | ["os_version","python_version","rocm_version","gpu_model","gfx_target","requested_component"] |
| outputs | ["compatibility_report","risk_level","go_no_go_decision"] |
| tags | ["rocm","compatibility","triage","support-matrix"] |
Prevent agents from making unsupported assumptions about ROCm-DS compatibility.
Collect environment facts using rocminfo, hipcc --version, Python version, and OS release.
Map the requested workflow to one or more ROCm-DS components.
Compare the environment to official support statements and tested-GPU notes.
Classify the request:
Stop unsafe automation when the mismatch is material.
Produce a short report with exact blockers and realistic next moves.