Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cell): Added pretty printer for BaseTile/SharedTile/GlobalTile. #48

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

lcy-seso
Copy link
Contributor

Added pretty printers for BaseTile, SharedTile, and GlobalTile to display static shape and layout-related information.

For example, to use BaseTile, you can do the following:

using BaseShape = WarpBaseTileShape<...>;
std::cout << BaseShape{} << std::endl;

@lcy-seso lcy-seso requested a review from haruhi55 January 28, 2025 03:28
@lcy-seso lcy-seso merged commit 1b922c1 into microsoft:master Jan 28, 2025
3 checks passed
@lcy-seso lcy-seso deleted the pretty_printer branch January 28, 2025 03:31
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.

2 participants