[all-commits] [llvm/llvm-project] 861709: [Libomptarget] Check errors when synchronizing the...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Feb 16 08:10:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 861709107b43d40ad366e0efd225cb804be3b44d
https://github.com/llvm/llvm-project/commit/861709107b43d40ad366e0efd225cb804be3b44d
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M openmp/libomptarget/include/omptarget.h
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
Log Message:
-----------
[Libomptarget] Check errors when synchronizing the async queue
Currently when we synchronize the asynchronous queue for the plugins, we
ignore the return value. This is problematic because we will continue on
like nothing happened if the kernel fails.
Fixes https://github.com/llvm/llvm-project/issues/60814
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D144191
More information about the All-commits
mailing list