Skip to content

Commit 2e5d9f6

Browse files
committed
Add README.md in c++11_cuda example
1 parent b786a04 commit 2e5d9f6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c++11_cuda
1+
c++11_cuda/c++11_cuda

c++11_cuda/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Example of C++11 in CUDA device code
2+
3+
This code depends on [cpp11-range](https://github.com/harrism/cpp11-range) as a submodule. Before building, you need to run the following commands from the "code-samples" base directory (parent of this example):
4+
5+
git submodule init
6+
git submodule update
7+

0 commit comments

Comments
 (0)