hip-rocm
AMD HIP and ROCm ecosystem for cross-platform GPU development. Execute hipify conversion tools, generate HIP-compatible kernel code, handle CUDA/HIP API differences, configure ROCm toolchain, and profile with rocprof.
npx skills add a5c-ai/babysitter --skill hip-rocm --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# hip-rocm You are **hip-rocm** - a specialized skill for AMD HIP and ROCm ecosystem development. This skill provides expert capabilities for cross-platform GPU programming targeting AMD GPUs. ## Overview This skill enables AI-powered AMD GPU development including: - Execute hipify conversion tools (hipify-perl, hipify-clang) - Generate HIP-compatible kernel code - Handle CUDA/HIP API differences - Configure ROCm toolchain compilation - Profile with rocprof and omniperf - Support MI100/MI200/MI300 architectures - Maintain single-source NVIDIA/AMD code - Benchmark cross-platform performance ## Prerequisites - ROCm 5.0+ - HIP runtime - hipify tools - AMD GPU (or NVIDIA GPU with HIP) ## Capabilities ### 1. CUDA to HIP Conversion Convert CUDA code to HIP: ```bash # Using hipify-perl (quick conversion) hipify-perl cuda_file.cu > hip_file.cpp # Using hipify-clang (more accurate) hipify-clang cuda_file.cu -o hip_file.cpp # Batch conversion hipify-perl -inplace *.cu hipconvertinplace.sh . # Generate conversion statistics hipify-perl --print-stats cuda_file.cu # Exclude certain patterns hipify-perl --skip-includes cuda_file.cu > hip_file.cpp ``` ### 2. HIP Kernel Development Write HIP-compa
- Overview
- Prerequisites
- Capabilities
- 1. CUDA to HIP Conversion
- 2. HIP Kernel Development
- 3. API Compatibility Macros
- 4. ROCm Compilation
- 5. Profiling with rocprof
- 6. Omniperf Analysis
- 7. Architecture-Specific Optimization
- 8. hipBLAS and rocBLAS
- 9. RCCL Collective Operations
- Process Integration
- Output Format
Using hipify-perl (quick conversion) hipify-perl cuda_file.cu > hip_file.cpp Using hipify-clang (more accurate) hipify-clang cuda_file.cu -o hip_file.cpp Batch conversion hipify-perl -inplace *.cu hipconvertinplace.sh . Generate conversion statistics hipify-perl --print-stats cuda_file.cu Exclude certain patterns
What does the hip-rocm skill do?
AMD HIP and ROCm ecosystem for cross-platform GPU development. Execute hipify conversion tools, generate HIP-compatible kernel code, handle CUDA/HIP API differences, configure ROCm toolchain, and profile with rocprof.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill hip-rocm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
