-
Notifications
You must be signed in to change notification settings - Fork 75
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
trim device names #2187
Comments
bernhardmgruber
added a commit
to bernhardmgruber/alpaka
that referenced
this issue
Nov 21, 2023
bernhardmgruber
added a commit
to bernhardmgruber/alpaka
that referenced
this issue
Nov 21, 2023
Merged
bernhardmgruber
added a commit
to bernhardmgruber/alpaka
that referenced
this issue
Nov 21, 2023
psychocoderHPC
pushed a commit
to bernhardmgruber/alpaka
that referenced
this issue
Nov 27, 2023
bernhardmgruber
added a commit
to bernhardmgruber/alpaka
that referenced
this issue
Nov 28, 2023
SimeonEhrig
pushed a commit
that referenced
this issue
Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some device names are padded with whitespace, e.g. a CPU device may return
"AMD EPYC 7763 64-Core Processor "
.I think removing the extra spaces makes the name less awkward to use.
The text was updated successfully, but these errors were encountered: