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

Notify crash handler about GPU reset exception #1350

Draft
wants to merge 2 commits into
base: staging
Choose a base branch
from

Conversation

eugen15
Copy link
Contributor

@eugen15 eugen15 commented Sep 6, 2023

Description

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist:

  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@eugen15 eugen15 marked this pull request as draft September 6, 2023 16:45
offset += sizeof(messageCode);
memcpy(buffer.data() + offset, &messageCodeDescSize, sizeof(messageCodeDescSize));
offset += sizeof(messageCodeDescSize);
memcpy(buffer.data() + offset, messageCodeDesc.data(), messageCode);
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like a typo here. Last parameter should be size, but it is messageCode

Copy link
Contributor

Choose a reason for hiding this comment

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

Should be messageCodeDescSize

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.

None yet

3 participants