summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2018-08-30Add entry for torch/lib/pythonX.Y in .gitignore (#11083)Adam Paszke1-0/+1
2018-08-17Basic infrastructure for C++ documentation (#10569)Peter Goldsborough1-0/+3
2018-08-05add BEGIN NOT-CLEAN-FILES marker to .gitignore. (#10233)Shuichi KITAGUCHI1-4/+8
2018-07-23Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS and fix CUDA 8 build on Windows (#949...peter1-0/+1
2018-06-21Add tools/shared/_utils_internal.py to gitignore (#8756)Peter Goldsborough1-36/+37
2018-05-24[build] Have PyTorch depend on minimal libcaffe2.so instead of libATen.so (#7...Orion Reblitz-Richardson1-1/+4
2018-05-16Update .gitignore (#7622)Bram Wasti1-0/+1
2018-05-10Split libATen.so into libATen_cpu.so and libATen_cuda.so (#7275)Edward Z. Yang1-0/+1
2018-04-30Merge autogradpp into PyTorch (#7074)Peter Goldsborough1-0/+1
2018-04-17Update gitignore so that third_party/build and aten/src/ATen/Config.h are cle...gchanan1-0/+2
2018-04-10Make python setup.py clean delete aten/build. (#6487)Edward Z. Yang1-0/+9
2018-04-09Fixes #6386, Use copies instead of symbolic files (#6396)peterjc1231-0/+4
2018-04-07fix activation images not showing up on official website (#6367)Tongzhou Wang1-1/+1
2018-04-02Fix extension test on Windows (#5548)peterjc1231-0/+1
2018-03-30Merge caffe2 with pytorch.Edward Z. Yang1-0/+111
2018-03-30Rename setup.py to setup_caffe2.py (#2483)Orion Reblitz-Richardson1-0/+1
2018-03-07Enable documentation for C++ extensions on the website (#5597)Peter Goldsborough1-0/+1
2018-03-04Add .watchmanconfig to .gitignore so Atom/Watchman won't complainKutta Srinivasan1-0/+3
2018-03-01Add pytest ccache into git ignore (#2095)bddppq1-0/+1
2018-02-12Experimental support for setup.py develop mode installJunjie Bai1-0/+8
2018-02-08Initial type hints for function_wrapper (#4947)Richard Zou1-0/+1
2018-02-01[cpp extensions] Create torch.h and update setup.pyPeter Goldsborough1-0/+1
2018-01-10Ignore clang compilation database in git (#4601)bddppq1-0/+1
2017-12-31Add quotes and fix ninja on Windows (#4416)peterjc1231-0/+3
2017-12-23Misc Windows lintYangqing Jia1-0/+1
2017-11-20Reflect renaming of OS X to macOS (#3795)Scott Stevenson1-1/+1
2017-11-08Improve Windows Compatibility (for csrc/scripts) (#2941)peterjc1231-0/+2
2017-10-27Autogenerate ATen dispatch for JIT nodesAdam Paszke1-0/+1
2017-09-12Use at::Tensor based autograd Variable (#2676)Sam Gross1-0/+1
2017-07-26Added Ninja generator support on WindowsGuillaume Dumont1-0/+4
2017-07-11Fix missing _forward_pre_hooks in serialized modules (#2057)Sam Gross1-0/+1
2017-05-24bug fix in CMakeLists.txt (CAFFE2_CPU_FLAGS and CAFFE2_WHITELIST)Yang Cai1-0/+1
2017-05-17.gitignore updated with editor temporaries (#1574)Chetan Khatri1-0/+13
2017-05-01Rebase fixesAdam Paszke1-0/+1
2017-04-29Parallelize TensorMethods.cpp builds (#1400)Adam Paszke1-0/+1
2017-04-28Revert "Parallelize TensorMethods.cpp builds (#1364)" (#1390)Soumith Chintala1-1/+0
2017-04-28Parallelize TensorMethods.cpp builds (#1364)Adam Paszke1-0/+1
2017-03-15Fix map_location in torch.load (#1006)Sam Gross1-1/+2
2017-03-13add legacy_serialized.pt to gitignoreSoumith Chintala1-0/+1
2017-02-17Add torch.__version__Adam Paszke1-0/+1
2017-01-31Add generic bindings to THNN and THCUNN (#645)Sam Gross1-0/+3
2017-01-28Use protobuf's own cmake scripts and add travis for iosYangqing Jia1-1/+3
2017-01-26Cmake for androidYangqing Jia1-0/+1
2017-01-20Fix doc search and warningsAdam Paszke1-0/+1
2017-01-18Remove unused file TensorDocstrings.cpp (#481)Sam Gross1-2/+0
2017-01-04Reset and warn when any options are not satisfiedBram Wasti1-0/+2
2017-01-04more gitignore from caffeYangqing Jia1-4/+84
2017-01-04Add build/ to .gitignore since that's common practice for cmakeYangqing Jia1-0/+1
2016-12-11Add docstring support to cwrap (#295)Adam Paszke1-0/+2
2016-11-26adding coverage support for testsSoumith Chintala1-0/+2