Add ffi utils for user C extensions

This commit is contained in:
Adam Paszke
2016-09-28 08:58:53 -07:00
parent 57610a7471
commit 941cf4e63d
13 changed files with 279 additions and 7 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ torch/lib/*.dylib*
torch/lib/*.h
torch/lib/build
torch/lib/tmp_install
torch/lib/include
torch/lib/torch_shm_manager
torch/csrc/nn/THNN.cwrap
torch/csrc/nn/THNN.cpp