Skip to content

Commit 935a1f0

Browse files
committed
Merging r169280: into the 3.2 release branch.
Update release notes for NVPTX git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@169297 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7d2093c commit 935a1f0

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/ReleaseNotes.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ <h3>
433433

434434
<ul>
435435
<li>...</li>
436+
<li>New NVPTX back-end (replacing existing PTX back-end) based on NVIDIA
437+
sources</li>
436438
</ul>
437439

438440
</div>
@@ -685,6 +687,27 @@ <h3>
685687

686688
</div>
687689

690+
<!--=========================================================================-->
691+
<h3>
692+
<a name="NVPTX">PTX/NVPTX Target Improvements</a>
693+
</h3>
694+
695+
<div>
696+
697+
<p>The PTX back-end has been replaced by the NVPTX back-end, which is based on
698+
the LLVM back-end used by NVIDIA in their CUDA (nvcc) and OpenCL compiler.
699+
Some highlights include:</p>
700+
<ul>
701+
<li>Compatibility with PTX 3.1 and SM 3.5</li>
702+
<li>Support for NVVM intrinsics as defined in the NVIDIA Compiler SDK</li>
703+
<li>Full compatibility with old PTX back-end, with much greater coverage of
704+
LLVM IR</li>
705+
</ul>
706+
707+
<p>Please submit any back-end bugs to the LLVM Bugzilla site.</p>
708+
709+
</div>
710+
688711
<!--=========================================================================-->
689712
<h3>
690713
<a name="OtherTS">Other Target Specific Improvements</a>
@@ -794,7 +817,7 @@ <h2>
794817
<p>Known problem areas include:</p>
795818

796819
<ul>
797-
<li>The CellSPU, MSP430, PTX and XCore backends are experimental.</li>
820+
<li>The CellSPU, MSP430, and XCore backends are experimental.</li>
798821

799822
<li>The integrated assembler, disassembler, and JIT is not supported by
800823
several targets. If an integrated assembler is not supported, then a

0 commit comments

Comments
 (0)