The objective of this assignment is to introduce you to parallel programming using CUDA by implementing atiled matrix multiplication algorithm. You will write CUDA code to multiply two matrices using sharedmemory and understand the principles of parallelism in GPU programming. This assignment serves aspreparation for Project #2, where you will further optimize your CUDA code for performance.
NOTE: YOU WILL NOT HAVE ACCESS TO LOGIN CREDENTIALS.
Leave a Reply
You must be logged in to post a comment.