ROCmPort-AI / rocmport /__init__.py
Nawangdorjay's picture
Deploy ROCmPort AI — CUDA-to-ROCm migration scanner
786f63c verified
"""ROCmPort AI core package."""
from .pipeline import analyze_repository
__all__ = ["analyze_repository"]