[llvm-bugs] [Bug 46868] New: Incorrect target map
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 27 21:33:55 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46868
Bug ID: 46868
Summary: Incorrect target map
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Clang Compiler Support
Assignee: unassignedclangbugs at nondot.org
Reporter: xw111luoye at gmail.com
CC: llvm-bugs at lists.llvm.org
master is broken since 13bfe4b226d2f158c46b9e351f4f0c224b899b96
A small reproducer
git clone https://github.com/ye-luo/openmp-target.git
cd openmp-target/hands-on/gemv/4-gemv-omp-target-reduction
clang++ -std=c++11 -g -O3 -fopenmp -fopenmp-targets=nvptx64 -o
gemv-omp-target-reduction.cpp.x -I ../../common gemv-omp-target-reduction.cpp
&& ./gemv-omp-target-reduction.cpp.x
--
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/20200728/8acb38c2/attachment.html>
More information about the llvm-bugs
mailing list