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

cleanup code in tile iterator example #2111

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mayank31398
Copy link

@mayank31398 mayank31398 commented Feb 13, 2025

as title suggests

Mayank Mishra added 2 commits February 13, 2025 17:33
Signed-off-by: Mayank Mishra <[email protected]>
Signed-off-by: Mayank Mishra <[email protected]>

for(; iterations > 1; --iterations) {

for(; iterations > 0; --iterations) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we still need to keep the initialization part of code. we want fragment is in a known state before the load and store operation.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, any reason for that?
logically it doesnt make sense to me but I could also be wrong

@hwu36
Copy link
Collaborator

hwu36 commented Feb 19, 2025

@kerrmudgeon

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