Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 448 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 448 Bytes

GPU Project - 1 - Parallelizing Backpropagation

Team Members:

  • Raghu G
  • Ankit Mane
  • Matheshwaran Babu

Steps to run the code:

  • Clone the repository
  • cd to the directory
  • Run the following command:
make
  • Run the following command:
./bpn
  • The output of timing instrumentation will be printed on the console, the output of the program will be written to a file named "BPN.txt" in the same directory.