Skip to content

Fix index used in example #1

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

byoshimi-gmail
Copy link

Example should use k as loop variable and not j.

Example should use k as loop variable and not j.
@plotfi
Copy link
Owner

plotfi commented Aug 27, 2024

Example should use k as loop variable and not j.

My understanding is that k is just an iteration count, but j is used to chase the next stride from the pointer chasing array. Some publications use “it” for the iterator and some use j:

https://arxiv.org/abs/1509.02308
https://www.stuffedcow.net/research/cudabmk

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