Skip to content

Commit

Permalink
[CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.
Browse files Browse the repository at this point in the history
CUDA is an extension to C++ -- there is no such thing as "CUDA C".  But
also, the language is much more commonly called "CUDA" than "CUDA C++".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280849 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Justin Lebar committed Sep 7, 2016
1 parent 78e95fa commit 188c78b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/CompileCudaWithLLVM.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===================================
Compiling CUDA C/C++ with LLVM
Compiling CUDA with LLVM
===================================

.. contents::
Expand All @@ -9,7 +9,7 @@ Introduction
============

This document contains the user guides and the internals of compiling CUDA
C/C++ with LLVM. It is aimed at both users who want to compile CUDA with LLVM
code with LLVM. It is aimed at both users who want to compile CUDA with LLVM
and developers who want to improve LLVM for GPUs. This document assumes a basic
familiarity with CUDA. Information about CUDA programming can be found in the
`CUDA programming guide
Expand Down Expand Up @@ -49,8 +49,8 @@ up LLVM.
$ cmake [options] ..
$ make
How to Compile CUDA C/C++ with LLVM
===================================
How to Compile CUDA Code with LLVM
==================================

We assume you have installed the CUDA driver and runtime. Consult the `NVIDIA
CUDA installation guide
Expand Down

0 comments on commit 188c78b

Please sign in to comment.