Fudan-SMI-labFudan-SMI-labOfficialยท4 Agent Skills Included

SEAM

Automated CUDA project migration to Chinese domestic GPUs

Migrates NVIDIA CUDA projects to Chinese domestic GPUs like Huawei Ascend NPU, MetaX, and Alibaba PPU. Runs an eight-stage pipeline covering environment detection, dependency setup, rule-based code conversion, custom operator porting, and verification. Eliminates manual debugging of version conflicts, missing operators, and accuracy failures. Learns from each run and saves proven fixes as reusable skills for faster future migrations.
npx skills add Fudan-SMI-lab/SEAM --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install SEAM?โ–ผ

Run `npx skills add Fudan-SMI-lab/SEAM --all -g -y` in your terminal to install all skills in this suite globally.

How to migrate CUDA code to Huawei Ascend NPU?โ–ผ

SEAM automatically converts your CUDA project for Ascend NPU, including dependency setup, code rewriting, and custom operator porting, then verifies the result with end-to-end tests.

Which Chinese GPUs does SEAM support?โ–ผ

SEAM supports Huawei Ascend NPU, MetaX, and Alibaba T-Head PPU across PyTorch, vLLM, and SGLang frameworks.

How does SEAM fix torch-npu dependency errors?โ–ผ

It includes proven skills that resolve common issues like CPU-base torch version conflicts, missing PyYAML, and NVIDIA Apex removal with NPU-native replacements.

Does SEAM verify migration results?โ–ผ

Yes. It runs end-to-end tests, generates migration reports with accuracy and performance evidence, and uses strict validation gates to prevent false success claims.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’