Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d61e999

Browse files
Chapter 3: Simple CUDA Vector Addition
1 parent 1330d1f commit d61e999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Chapter3-EasyCudaProject/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Let's go through the code step by step:
5050
```
5151
nvcc vector_addition.cu -o vector_addition
5252
```
53-
![Compile Code Image](https://github.com/Shikha-code36/CUDA-Programming-Beginner-Guide/blob/main/Chapter2-EasyCudaProject/part1.png)
53+
![Compile Code Image](https://github.com/Shikha-code36/CUDA-Programming-Beginner-Guide/blob/main/Chapter3-EasyCudaProject/part1.png)
5454
5555
2. **Run the Executable**:
5656
- Execute the compiled binary:
@@ -59,5 +59,5 @@ Let's go through the code step by step:
5959
```
6060
- You'll see the result of vector addition printed to the console.
6161
62-
![Executable Code Image](https://github.com/Shikha-code36/CUDA-Programming-Beginner-Guide/blob/main/Chapter2-EasyCudaProject/part2.png)
62+
![Executable Code Image](https://github.com/Shikha-code36/CUDA-Programming-Beginner-Guide/blob/main/Chapter3-EasyCudaProject/part2.png)
6363

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /