We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is an example of the code:
hipSetDevice(0); hipLaunchKernel(...); hipDeviceReset(); // Do other CPU things that is no longer related to GPU ... ...
We want something like hipDeviceReset to close any fd/mmap connections with /dev/kfd & /dev/dri/xxxxx. How is it possible?
hipDeviceReset
/dev/kfd
/dev/dri/xxxxx
The text was updated successfully, but these errors were encountered:
@ghostplant Apologies for the lack of response. Do you still need assistance with this ticket? If not, please close the ticket. Thanks!
Sorry, something went wrong.
@ghostplant Closing ticket due to lack of activity. Please free to re-open ticket if you still need assistance. Thanks!
No branches or pull requests
This is an example of the code:
We want something like
hipDeviceReset
to close any fd/mmap connections with/dev/kfd
&/dev/dri/xxxxx
. How is it possible?The text was updated successfully, but these errors were encountered: