This is part of the first assignment in the class and necessary for turning in assignments throughout the semester.
This is a simple program to add two arrays by using GPU. To run this project cd PA0
then follow the instructions in the README.md.
This should be an improved version of PA0. You need to follow the ideas from PA0 and what is learned from this course to finish this assignment.
Implementation of GPU matrix multiplication.
K- nearest neighbors data imputation. Uses KNN to impute missing data.
Same as PA2, but expanded to use multiple GPUs