You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context:
We need robust, reproducible build and test environments across our supported hardware backends to ensure code stability and catch hardware-specific regressions early.
Requirements & Exit Criteria:
Set up Dockerfiles for CUDA and ROCm environments with necessary PyTorch and compiler dependencies.
Configure GitHub Actions to run automated testing matrices across different hardware configurations.
Ensure clear fallback behaviors are tested when hardware-specific dependencies (e.g., SM90 TMA) are missing.
Document the Docker setup in our onboarding guide for source-build contributors.
Context:
We need robust, reproducible build and test environments across our supported hardware backends to ensure code stability and catch hardware-specific regressions early.
Requirements & Exit Criteria: