Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 542 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 542 Bytes

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