[Openmp-commits] [PATCH] D120089: [OpenMP] Explicitly deinitialize device resources
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Mar 5 13:47:36 PST 2022
jdoerfert added a comment.
`
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:779
+ "Error returned from cuDevicePrimaryCtxRelease\n");
+ }
+ }
----------------
The conditionals here might help us avoid the crashes we've seen before.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120089/new/
https://reviews.llvm.org/D120089
More information about the Openmp-commits
mailing list