[OpenMP] Trim error messages in CUDA plugin
authorJoseph Huber <jhuber6@vols.utk.edu>
Mon, 29 Mar 2021 15:00:39 +0000 (11:00 -0400)
committerHuber, Joseph <huberjn@ornl.gov>
Mon, 29 Mar 2021 16:20:19 +0000 (12:20 -0400)
commit29338459fb7e5f063ec5c22bd4aa0067647317cf
treee97a75bc613c7a6086400dde44d87074c6c2e17f
parentf0a2fe7f79d79c757fca5bd1498a014f2f98bb72
[OpenMP] Trim error messages in CUDA plugin

Summary:
Remove some of the error messages printed when the CUDA plugin fails. The current error messages can be confusing because they are the first error messages printed after the async stream finds an error. This means that the printed values aren't related to what caused the issue, but are simply the last asyncronous operation that succeeded on the device. Remove these as they can be misleading.

Reviewers: jdoerfert

Differential Revision: https://reviews.llvm.org/D99510
openmp/docs/design/Runtimes.rst
openmp/libomptarget/plugins/cuda/src/rtl.cpp