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 GCC6 / FP8 warning #1130

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

gevtushenko
Copy link
Collaborator

Description

closes #1129

This PR fixes GCC6 warning by replacing reinterpret cast with memcpy. I don't see any SASS differences.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@gevtushenko gevtushenko requested review from a team as code owners November 20, 2023 21:14
@gevtushenko gevtushenko requested review from elstehle and alliepiper and removed request for a team November 20, 2023 21:14
@gevtushenko gevtushenko added the backport branch/2.3.x For backporting to the 2.3.x release branch label Nov 20, 2023
@gevtushenko gevtushenko merged commit 75f5546 into NVIDIA:main Nov 21, 2023
517 checks passed
Copy link
Contributor

Successfully created backport PR for branch/2.3.x:

@miscco miscco added backport done This PR has been backported to the relevant branch and removed backport branch/2.3.x For backporting to the 2.3.x release branch labels Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport done This PR has been backported to the relevant branch
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: FP8 support introduced new GCC 6 / CUB warnings
3 participants