Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramgkn committed Jul 19, 2024
1 parent 213ba2d commit 4480f31
Show file tree
Hide file tree
Showing 8 changed files with 541 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Binary file added Problem 1 images/HW1_differenceImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Problem 1 images/HW1_output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Problem 1 images/HW1_reference.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Problem 1 images/cinque_terre_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
In this project, we solve some problems in CUDA hands-on. These problems appear in [CS344](https://github.com/udacity/cs344), an old course on parallel programming by Nvidia and Udacity, and have been remastered in [this fork](https://github.com/Adeemj/cs344) to be compatible with Google Colab.
In this project, we solve some problems in CUDA hands-on. These problems appear in [CS344](https://github.com/udacity/cs344), an archived course on parallel programming by Nvidia and Udacity, and have been remastered in [this fork](https://github.com/Adeemj/cs344) to be compatible with modern OpenCV syntax and Google Colab.

In `cuda-test.cu`, we write a simple kernel (following one [lecture](https://www.youtube.com/watch?v=ByrK61fNVW0&list=PLAwxTw4SYaPm0z11jGTXRF7RuEEAgsIwH&index=31)) that squares every element in an array. We keep this as a clean template to CUDA's program flow.
Loading

0 comments on commit 4480f31

Please sign in to comment.