Skip to content

Fix print_tensor self-contained include#3300

Open
Rohithmatham12 wants to merge 1 commit into
NVIDIA:mainfrom
Rohithmatham12:fix-print-tensor-include
Open

Fix print_tensor self-contained include#3300
Rohithmatham12 wants to merge 1 commit into
NVIDIA:mainfrom
Rohithmatham12:fix-print-tensor-include

Conversation

@Rohithmatham12

Copy link
Copy Markdown

Summary

  • Include cute/pointer_flagged.hpp directly from cute/util/print_tensor.hpp for smem_ptr_flag_bits.
  • Add cute/util/print_tensor.hpp to the self-contained include checks.

Fixes #3205.

Testing

  • git diff --check
  • Not run: self-contained include target, because this local environment does not have nvcc/CUDA headers installed.

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

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.

@Rohithmatham12

Copy link
Copy Markdown
Author

Still relevant and still intended for review.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] [CuTe] print_tensor.hpp missing include for cute/pointer_flagged.hpp

1 participant