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

Fix typographical errors #55

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

Conversation

Pronoss
Copy link

@Pronoss Pronoss commented Jan 26, 2025

  1. In kernels.cu:

    • "unvalid" corrected to "invalid" in the static assertion.
  2. In sort.cuh:

    • "inouts" corrected to "inputs" in function parameters and function calls.
    • Other related spelling adjustments were made to ensure consistency in function definitions.

@dot-asm
Copy link
Collaborator

dot-asm commented Jan 28, 2025

  • "inouts" corrected to "inputs"

It's "in-and-out-s" denoting the fact that the data is processed in place. Inputs would be constant...

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