[Bugfix] Minor fix for warp specialized gemm swizzling#1920
[Bugfix] Minor fix for warp specialized gemm swizzling#1920LeiWang1999 merged 1 commit intotile-ai:mainfrom
Conversation
…g and layout inference - Updated make_tcgen05mma_swizzled_layout to include error handling for argument mismatches, ensuring compatibility with older FFI signatures. - Introduced infer_shared_layout method in GemmTCGEN5 to streamline layout inference for TCGEN05 operands, improving code clarity and maintainability. - Refactored layout calls in infer_layout to utilize the new infer_shared_layout method, enhancing consistency across layout handling.
|
👋 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! 🚀 |
|
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 (2)
📝 WalkthroughWalkthroughAdded backward compatibility error handling to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Thanks for @Hamerlate to provide the machine to reproduce and test, in this pr, we:
Summary by CodeRabbit
Bug Fixes
Refactor