Repository Hierarchy:
-
torch
: stores the necessary python files for generating the MNIST datasets we used for our measurements -
typehint
: contains Python driver to process lines that contains// typehint
; see Manual for details -
vgrad
: contains the VGrad library with all necessary functions definitionsinclude
: install library by downloading the include folder, which contains all necessary headersexamples
: contains examples used for demonstrating VGrad functionalitymeasurements
: contains code used to collect runtime measurements
See the VGrad Tutorial document for compilation instructions.