<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - OpenMP offload using CUDA-10.1: Instruction 'vote' without '.sync' is not supported. Another one"
   href="https://bugs.llvm.org/show_bug.cgi?id=44587">44587</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>OpenMP offload using CUDA-10.1: Instruction 'vote' without '.sync' is not supported. Another one
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>OpenMP
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Clang Compiler Support
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>xw111luoye@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=23031" name="attach_23031" title="assembly file">attachment 23031</a> <a href="attachment.cgi?id=23031&action=edit" title="assembly file">[details]</a></span>
assembly file

With today's master branch, I'm still getting this error on Summit P9+V100
even after <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - OpenMP offload using CUDA-10.1: Instruction 'vote' without '.sync' is not supported"
   href="show_bug.cgi?id=43156">https://bugs.llvm.org/show_bug.cgi?id=43156</a> was got fixed.

"/autofs/nccs-svm1_sw/summit/cuda/10.1.168/bin/ptxas" -m64 -O3 -v --gpu-name
sm_70 --output-file /tmp/einspline_spo_omp-88e2e5.cubin
/tmp/einspline_spo_omp-87b536.s -c
ptxas /tmp/einspline_spo_omp-87b536.s, line 1014; error   : Instruction 'vote'
without '.sync' is not supported on .target sm_70 and higher from PTX ISA
version 6.4
ptxas /tmp/einspline_spo_omp-87b536.s, line 2306; error   : Instruction 'vote'
without '.sync' is not supported on .target sm_70 and higher from PTX ISA
version 6.4
ptxas /tmp/einspline_spo_omp-87b536.s, line 3899; error   : Instruction 'vote'
without '.sync' is not supported on .target sm_70 and higher from PTX ISA
version 6.4
ptxas /tmp/einspline_spo_omp-87b536.s, line 5390; error   : Instruction 'vote'
without '.sync' is not supported on .target sm_70 and higher from PTX ISA
version 6.4

All using vote.ballot.b32

The miniqmc build recipe is at
<a href="https://github.com/QMCPACK/miniqmc/wiki/OpenMP-offload">https://github.com/QMCPACK/miniqmc/wiki/OpenMP-offload</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>