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

Restore hip_free call (fix crash on hip) #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

feniksa
Copy link

@feniksa feniksa commented Apr 15, 2024

Fix crash with hip backend. HIP SDK version ROCm 5.7.1

Fix crash with hip backend. HIP SDK version ROCm 5.7.1
@atafra
Copy link
Collaborator

atafra commented Apr 15, 2024

I don't think it's safe to generally enable this hipFree call. The crash might have been fixed in newer versions of the HIP runtime but some users might still have an older driver with the bug.

@feniksa
Copy link
Author

feniksa commented Apr 18, 2024

@atafra Theoretically, it is possible to check hip version before hipFree call. But I am not sure, if this is correct approach

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