一键导入
gfxgraph-install
Install gfxGRAPH into a user-specified target directory or environment using the repo's supported uv-based workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install gfxGRAPH into a user-specified target directory or environment using the repo's supported uv-based workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Develop and extend gfxGRAPH internals — add gap bridges, fix HIP/ROCm issues, debug graph capture failures, and understand the architecture. Covers BridgedCUDAGraph, ShapeBucketPool, ConditionalGraph, native bridge, and the monkey-patch system. USE FOR: extend gfxGRAPH, add new gap bridge, fix gfxGRAPH bug, understand gfxGRAPH architecture, modify BridgedCUDAGraph, add gfxGRAPH feature, debug graph capture internals, improve gfxGRAPH performance, gfxGRAPH C++ native bridge, write gfxGRAPH tests. DO NOT USE FOR: just using gfxGRAPH in a project (use gfxgraph-integration), general ROCm issues.
Benchmark gfxGRAPH internals, run the public benchmark suite, and compare performance between Python and Rust.
Guide and resources for deployment and development using the ROCm/AMD ATOM (AiTer Optimized Model) inference backend.
Validates and benchmarks ROCm-DS component ports against their CPU baselines (e.g., pandas vs hipDF). Use this to generate parity tests, verify correctness, and measure the performance speedups of GPU-accelerated code.
Verifies whether a requested ROCm-DS workflow is officially supported, source-build feasible, or experimental on the target system.
Migrates pandas-like workflows to hipDF and cudf.pandas style acceleration, auditing for unsupported features.
| name | gfxgraph-install |
| description | Install gfxGRAPH into a user-specified target directory or environment using the repo's supported uv-based workflow. |
Goal Install gfxGRAPH into the target directory specified by the user.
uv venv --seed --relocatable if needed.uv sync in the target environment.gfxgraph from the target environment.uv, not pip, poetry, or manual wheel copying.python/ package entrypoint unless the user's target layout requires a different install path.