Agent skill · Backend & API

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill hip-rocm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/gpu-programming/skills/hip-rocm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. CUDA to HIP Conversion
  5. 2. HIP Kernel Development
  6. 3. API Compatibility Macros
  7. 4. ROCm Compilation
  8. 5. Profiling with rocprof
  9. 6. Omniperf Analysis
  10. 7. Architecture-Specific Optimization
  11. 8. hipBLAS and rocBLAS
  12. 9. RCCL Collective Operations
  13. Process Integration
  14. Output Format
Ships with 1 file
  • README.md
Commands it runs
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
More from babysitter
All skills →
About this skill
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.

Keep going