[llvm-bugs] [Bug 46836] New: OpenMP nvptx64 codegen is broken
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 24 10:15:50 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46836
Bug ID: 46836
Summary: OpenMP nvptx64 codegen is broken
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: Clang Compiler Support
Assignee: unassignedclangbugs at nondot.org
Reporter: protze at itc.rwth-aachen.de
CC: llvm-bugs at lists.llvm.org
https://reviews.llvm.org/D83268 broke compilation of previously working code.
I added the following to
`openmp/libomptarget/test/offloading/offloading_success.c`:
+// RUN: %libomptarget-compile-run-and-check-nvptx64-nvidia-cuda
which results in
# command stderr:
ptxas offloading_success-openmp-nvptx64-nvidia-cuda.s, line 173; error : Call
has wrong number of parameters
ptxas fatal : Ptx assembly aborted due to errors
clang-12: error: ptxas command failed with exit code 255 (use -v to see
invocation)
There is more details in above linked review. I would consider this a release
blocker. Either revert the patch or cherry-pick a fix.
--
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/20200724/5b4fc45d/attachment-0001.html>
More information about the llvm-bugs
mailing list