Skip to content

Conversation

pskrunner14
Copy link
Owner

  • Adds Numba functional API for offloading computation to CUDA capable device.
  • Adds CUDA C interface (still buggy so defaults to numba).
  • Refactored core layers API.
  • Using autograd for loss derivatives.

note: fixes #2

@pskrunner14
Copy link
Owner Author

pskrunner14 commented Oct 15, 2018

TODO:

  • Resolve merge conflicts.
  • Use cuBLAS for matrix ops and benchmark performance against OpenAAC and OpenMP for larger inputs and hidden units.
  • Fix numerical gradient checking and improve tests for CI consistency.
  • Refactor code for future maintainability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using GPU for heavy matrix ops

1 participant