[Refactor] Move backend stubs out of codegen#2164
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (17)
📝 WalkthroughWalkthroughThis PR relocates CUDA and ROCm stub implementation files from ChangesStub Source Relocation and Integration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Microsoft Presidio Analyzer (2.2.362)src/backend/cuda/stubs/vendor/cuda.hMicrosoft Presidio Analyzer failed to scan this file Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
👋 Hi! Thank you for contributing to the TileLang project. Please remember to run We appreciate you taking this step! Our team will review your contribution, and we look forward to your awesome work! 🚀 |
* Move backend stubs out of codegen * lint fix
Summary
Changes
src/backend/cuda/stubsand ROCm stubs tosrc/backend/rocm/stubs.Validation
./format.shcmake --build build -j$(nproc)Notes
USE_ROCM=OFF, so HIP stub targets were not compiled during local validation.Summary by CodeRabbit
Documentation
Chores