[llvm-bugs] [Bug 51825] New: nvlink error : Undefined reference to '_ZN4nest10SpikeEventC2Ev' in '/tmp/test-spike-44c853.cubin'

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Sep 11 23:56:29 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=51825

            Bug ID: 51825
           Summary: nvlink error   : Undefined reference to
                    '_ZN4nest10SpikeEventC2Ev' in
                    '/tmp/test-spike-44c853.cubin'
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Runtime Library
          Assignee: unassignedbugs at nondot.org
          Reporter: itaru.kitayama at gmail.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 25249
  --> https://bugs.llvm.org/attachment.cgi?id=25249&action=edit
test source C++ file

In a target region, instantiating a SpikeEvent object leads to a compile time
error.

$ c++filt _ZN4nest10SpikeEventC2Ev
nest::SpikeEvent::SpikeEvent()

$ clang++ -fopenmp -fopenmp-targets=nvptx64 test-spike.cpp

-- 
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/20210912/746f9feb/attachment.html>


More information about the llvm-bugs mailing list