"Diagnose and prepare OpenPCDet runtime environments, CUDA
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill runtime-and-ops --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Runtime And Ops?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-runtime-and-ops)More formats (shields.io, HTML) on the badges page.
---
name: runtime-and-ops
description: "Diagnose and prepare OpenPCDet runtime environments, CUDA
extensions, spconv/cumm variants, and import readiness."
metadata:
disco-role: operating
disable-model-invocation: true
license: Apache 2.0
---
# OpenPCDet Runtime and Ops
Use this sub-skill when OpenPCDet installation, native extension build, CUDA/spconv compatibility, import readiness, or optional visualization dependencies are relevant.
## Fast route
1. Read `references/runtime-build-guide.md` for the supported runtime stack and known build pitfalls.
2. Run the root helper `../../scripts/inspect_openpcdet_runtime.py` against the target environment or checkout.
3. If compiled ops fail, use `references/native-ops-troubleshooting.md` before running train/test/demo.
4. If the task is dataset, command, inference, or model-specific after the environment is healthy, return to the root skill and route to the corresponding sub-skill.
## Required runtime claims
- Full OpenPCDet train/eval/demo workflows require CUDA-capable PyTorch and compiled OpenPCDet CUDA extension modules.
- spconv/cumm must match the CUDA variant used by PyTorch; CPU-only sparse-conv checks are not a substitute.
- Dataset import can be affected by optional dataset dependencies; Argo2 uses kornia/av2 and was sensitive to kornia version in the construction environment.
## Verification hooks
- Safe import probe: `../../scripts/inspect_openpcdet_runtime.py --require-cuda-ops`.
- Config-only sanity probe: `../../scripts/summarize_openpcdet_config.py --cfg <config.yaml>`.
- Native examples/training should run only after the runtime probe, config summary, and dataset-layout checks pass.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!