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

Reset HIP status using hipGetLastError() #2272

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Reset HIP status using hipGetLastError() #2272

merged 2 commits into from
Oct 3, 2023

Conversation

umangyadav
Copy link
Member

@umangyadav umangyadav commented Oct 2, 2023

Runtime is making change such that hipGetLastError() would return error of the first failed HIP call not the last.

This PR makes changes inside MIGraphX to comply with that.

@umangyadav umangyadav requested a review from pfultz2 October 2, 2023 16:36
@umangyadav umangyadav added the skip bot checks Skips the Performance and Accuracy CI tests label Oct 2, 2023
src/targets/gpu/hip.cpp Outdated Show resolved Hide resolved
src/targets/gpu/hip.cpp Outdated Show resolved Hide resolved
src/targets/gpu/hip.cpp Outdated Show resolved Hide resolved
src/targets/gpu/hip.cpp Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #2272 (5e9a61b) into develop (ae5cc13) will not change coverage.
The diff coverage is n/a.

❗ Current head 5e9a61b differs from pull request most recent head 3c0b659. Consider uploading reports for the commit 3c0b659 to get more accurate results

@@           Coverage Diff            @@
##           develop    #2272   +/-   ##
========================================
  Coverage    91.49%   91.49%           
========================================
  Files          430      430           
  Lines        16129    16129           
========================================
  Hits         14758    14758           
  Misses        1371     1371           

@umangyadav umangyadav self-assigned this Oct 2, 2023
@causten causten merged commit 36eaf9e into develop Oct 3, 2023
15 checks passed
@causten causten deleted the hip_error branch October 3, 2023 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip bot checks Skips the Performance and Accuracy CI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants