To Students:
You can either fork the repository, download sourcecode zip file, or get it with git. This repository will get updated.
To work with git:
At first time:
change current directory to an arbitrary one, e.g (change directory to your home):
cd ~
and then run this command to get sources:
git clone https://github.com/amirsojoodi/GPGPU-2018Fall.git
After each update of this repository go to your local directory GPGPU-2018Fall
and run:
git pull