fengggli / gpu-computing-materials

A simple deep learning framework that optimizes task scheduling and memory usage on different CPU/GPU architectures.
1 stars 0 forks source link

Backward gpu #46

Closed zkSNARK closed 5 years ago

zkSNARK commented 5 years ago

This PR merges the backward into forward-gpu branch.

It makes the branch name meaningless, as now the forward-gpu contains both the work on the forward and the work on the backward. However, it the forward-gpu branch is being used as a staging branch for all of my (chris') changes.

Almost all of these changes relate to the forward and backward process on the device.