├── README.md ├── hardware-ARCH.PNG ├── hardware ├── Aggregation.v ├── README.md ├── columnbuffer.v ├── hardware-ARCH.PNG ├── indiceDoubleBuffer.v ├── indptrDoubleBuffer.v ├── reluArray.v ├── reluUnit.v ├── rowbuffer.v ├── sysArray.v ├── sysUnit.v ├── system.v ├── transformationPlusActivation.v ├── vectorAdd.v └── weightBuffer.v └── perf_model └── perf_analysis.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/README.md -------------------------------------------------------------------------------- /hardware-ARCH.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware-ARCH.PNG -------------------------------------------------------------------------------- /hardware/Aggregation.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/Aggregation.v -------------------------------------------------------------------------------- /hardware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/README.md -------------------------------------------------------------------------------- /hardware/columnbuffer.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/columnbuffer.v -------------------------------------------------------------------------------- /hardware/hardware-ARCH.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/hardware-ARCH.PNG -------------------------------------------------------------------------------- /hardware/indiceDoubleBuffer.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/indiceDoubleBuffer.v -------------------------------------------------------------------------------- /hardware/indptrDoubleBuffer.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/indptrDoubleBuffer.v -------------------------------------------------------------------------------- /hardware/reluArray.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/reluArray.v -------------------------------------------------------------------------------- /hardware/reluUnit.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/reluUnit.v -------------------------------------------------------------------------------- /hardware/rowbuffer.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/rowbuffer.v -------------------------------------------------------------------------------- /hardware/sysArray.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/sysArray.v -------------------------------------------------------------------------------- /hardware/sysUnit.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/sysUnit.v -------------------------------------------------------------------------------- /hardware/system.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/system.v -------------------------------------------------------------------------------- /hardware/transformationPlusActivation.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/transformationPlusActivation.v -------------------------------------------------------------------------------- /hardware/vectorAdd.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/vectorAdd.v -------------------------------------------------------------------------------- /hardware/weightBuffer.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/hardware/weightBuffer.v -------------------------------------------------------------------------------- /perf_model/perf_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgroupATusc/GraphACT/HEAD/perf_model/perf_analysis.py --------------------------------------------------------------------------------