ebetica / autogradpp

Direct C++ Interface to PyTorch
MIT License
80 stars 12 forks source link

Moving headers to for other libs to type #include <autogradpp/autograd.h> #44

Closed ebetica closed 6 years ago

ebetica commented 6 years ago

Instead of #include "autograd.h", which is a bit uglier and confusing where it comes from. This is more in line with libraries like boost.

ebetica commented 6 years ago

snuck in a change that correctly links gloo for external libraries.