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
This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.
This remains a small self-contained-include fix for cute/util/print_tensor.hpp: it directly includes the header that provides smem_ptr_flag_bits and adds print_tensor.hpp to the self-contained include check list so the missing dependency is covered going forward.
The branch is still mergeable from the current PR state. I have no new local CUDA validation to add beyond the original git diff --check, but I can refresh or adjust the patch if maintainers prefer a different include-check placement.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cute/pointer_flagged.hppdirectly fromcute/util/print_tensor.hppforsmem_ptr_flag_bits.cute/util/print_tensor.hppto the self-contained include checks.Fixes #3205.
Testing
git diff --check