/GPGPU-2018Fall

This repository includes codes that were instructed in the GPGPU programming course at Shiraz University.

Primary LanguageCApache License 2.0Apache-2.0

GPUProgramming T.A.Class source codes and stuff.

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