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: unassignedclangb...@nondot.org
          Reporter: xw111lu...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to