Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load libcufile.so with RTLD_NODELETE flag (#9872)
Workaround for a known cuFile issue that can lead to segfault if cuFile library is dynamically unloaded. Using `RTLD_NODELETE` when calling `dlopen` so that the library is not unloaded in `dlclose`. Also adds a check for the result of dlopen, to help triage cuFile use issues. Authors: - Vukasin Milovanovic (https://github.com/vuule) Approvers: - Christopher Harris (https://github.com/cwharris) - Karthikeyan (https://github.com/karthikeyann) URL: #9872
- Loading branch information