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 17ee159

Browse files
Updated README.md
1 parent c739c83 commit 17ee159

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

‎README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,26 @@
7070
- [x] [Chapter 2: Basic Syntax](Chapter2-BasicSyntax)
7171
- [x] [Chapter 3: Simple CUDA Vector Addition](Chapter3-EasyCudaProject)
7272
- [x] [Chapter 4: Intermediate Algorithms](Chapter4-IntermediateAlgo)
73+
74+
75+
## Going Beyond: Advanced CUDA
76+
77+
By following this guide you have covered the basics of CUDA programming! Now, you can explore more advanced areas:
78+
79+
#### 1. Deep Learning with CUDA
80+
81+
- **TensorFlow and PyTorch**: Accelerate neural network training using CUDA. Dive into deep learning frameworks and build your own models.
82+
83+
- **cuDNN**: Install and use the CUDA Deep Neural Network Library (cuDNN) for optimized neural network operations.
84+
85+
#### 2. Parallelize Your Projects
86+
87+
Think about existing projects or problems you'd like to solve. Can you parallelize parts of them using CUDA? Whether it's simulations, physics modeling, or financial calculations, GPUs can supercharge your computations.
88+
89+
## Show Your Support
90+
91+
If you found this guide helpful, please consider starring the repository to show your support. Your star helps increase visibility and encourages more learners to discover and benefit from these educational resources.
92+
93+
## License
94+
95+
This project is released under the [MIT License](LICENSE).

0 commit comments

Comments
(0)

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