[llvm-bugs] [Bug 44141] New: openmp libomptarget tests fail on trunk
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 25 11:25:45 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=44141
Bug ID: 44141
Summary: openmp libomptarget tests fail on trunk
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Runtime Library
Assignee: unassignedbugs at nondot.org
Reporter: bryanpkc at gmail.com
CC: llvm-bugs at lists.llvm.org
The following tests fail when running "check-all" on trunk with OpenMP enabled.
I have reproduced the failures on both x86_64 and aarch64. I believe that all
of them are caused by attempting to offloading to the host.
libomptarget :: api/omp_get_num_devices.c
libomptarget :: offloading/offloading_success.c
libomptarget :: offloading/offloading_success.cpp
libomptarget :: unified_shared_memory/api.c
libomptarget :: unified_shared_memory/close_enter_exit.c
libomptarget :: unified_shared_memory/close_manual.c
libomptarget :: unified_shared_memory/close_modifier.c
Digging through history, the offloading tests should have been fixed by D38968,
but they seem to be broken again now.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191125/ea94ac6c/attachment.html>
More information about the llvm-bugs
mailing list