Build Compute
Build and install rocprof-compute by running:
~/.cursor/skills/build-compute/scripts/build-compute.sh.
Quick start
- Run the default coverage build from the rocprof-compute source root:
~/.cursor/skills/build-compute/scripts/build-compute.sh
- Use dev preset for faster iteration:
~/.cursor/skills/build-compute/scripts/build-compute.sh \
--preset dev
Behavior rules
- Presets supported:
coverage(default) anddev. - Script always cleans
build/andinstall/before configuring. - Jobs default to host CPU auto-detection; override with
--jobs. - Scope for this workflow: Linux + ROCm developer environments.
- Test execution is handled by the sibling
test-computeskill.
Additional resources
- REFERENCE.md
- EXAMPLES.md