Skip to content

Commit

Permalink
Merge pull request #272 from shank50/patch-3
Browse files Browse the repository at this point in the history
Update resources.md
  • Loading branch information
BlackIQ authored Oct 29, 2024
2 parents 25bc0aa + 284acc4 commit a6ff23d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CUDA/resources.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Useful Resources for CUDA

CUDA Toolkit:
https://developer.nvidia.com/cuda-toolkit

You need the CUDA toolkit to write programs. It comprises of the driver, compilers and other dev tools that you will need to develop a program. Once you hvae setup you can use any IDE of your choice to write, debug and compile your program.

For more info check out this documentation:

https://docs.nvidia.com/cuda/index.html

0 comments on commit a6ff23d

Please sign in to comment.