summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Throw exception when foxi is not checked out (#17477)Lu Fang1-0/+1
2019-02-22USE_ --> BUILD_ for CAFFE2_OPS and TEST (#17390)Vishwak Srinivasan1-2/+2
2019-02-22Lazily load libcuda libnvrtc from c++ (#17317)Zachary DeVito1-25/+0
2019-02-21upgrade documentation in setup.py to NO_ -> USE_ (#17333)Soumith Chintala1-11/+11
2019-02-21Include vec256 headers in setup.py (#17220)Tri Dao1-0/+1
2019-02-19Lightweight String check Utility (#16858)Elias Ellison1-0/+1
2019-02-13Add more headers to setup.py to make pytorch/benchmark work (#16890)Dmytro Dzhulgakov1-0/+3
2019-02-12Parse the command line and check the arguments before build_deps() (#16914)Simeon Monov1-1/+15
2019-01-29try to get rid of tmp_install (#16414)Zachary DeVito1-60/+61
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann1-0/+1
2019-01-25Remove bash from build (#16289)Zachary DeVito1-41/+18
2019-01-21Remove dead code from setup.py, remove need for build target. (#16162)Zachary DeVito1-200/+117
2019-01-18Fix RERUN_CMAKEZachary DeVito1-4/+3
2019-01-17Move c10 dispatcher back to ATen/core (#16050)Sebastian Messmer1-2/+2
2019-01-17Include all Caffe2 headers in Python installations (#16124)Jesse Hellemn1-2/+1
2019-01-16Generate PDB files for better debugging on Windows (#16008)peter1-2/+6
2019-01-15Fix Python path finding for benchmark testsJesse Hellemn1-0/+1
2019-01-14Split Caffe2 CI into cmake-only and python builds (#15917)Jesse Hellemn1-0/+17
2019-01-10Move files to/from c10/core and c10/util (#15316)Sebastian Messmer1-1/+3
2019-01-10Unify flags and environmental variable when building LibTorch/PyTorch (#15868)peter1-118/+7
2019-01-08Revert "remove use of tmp_install" (#15847)andersj1-2/+4
2019-01-08Correcting source pybind11 library to install into PythonJesse Hellemn1-2/+2
2019-01-04remove use of tmp_installandersj1-4/+2
2018-12-26version bump to 1.1 (#15554)Soumith Chintala1-1/+1
2018-12-24Support stateful dataset (#15096)Peter Goldsborough1-0/+1
2018-12-16Refactor hotpatch_vars and apply it to libtorch (#14976)peter1-23/+5
2018-12-13Add missing caffe2_hip extension in setup.pyJunjie Bai1-0/+6
2018-12-11re-enable copy of python files, but be careful that the copy is only … (#14...Zachary DeVito1-13/+0
2018-12-11Install cpp tests when built (#15000)Orion Reblitz-Richardson1-1/+1
2018-12-10Fixing reading of FBGEMM from env variablesJesse Hellemn1-2/+2
2018-12-09Respect -q of setup.py (#14972)Zachary DeVito1-50/+58
2018-12-07USE_TENSORRT support and TensorRT 5 compatibilitySergei Nikolaev1-2/+4
2018-12-05use "Extension" instead of the unimported "setuptools.Extension" (#14475)HB_alon1-2/+2
2018-11-30clean up linkage options (#14609)Soumith Chintala1-7/+1
2018-11-28nccl fixes (#14195)andersj1-0/+3
2018-11-27Move Scalar and ScalarType to c10/coreSebastian Messmer1-0/+1
2018-11-21Address jittering issues in python_print (#14064)Zachary DeVito1-0/+8
2018-11-19Move AT_CUDA_CHECK to c10Edward Yang1-0/+4
2018-11-16add torch-python target (#12742)Anders Papitto1-283/+29
2018-11-14Rename c10::detail to c10::impl (#13838)Edward Yang1-1/+1
2018-11-13Update setup.py to support Nvidia TX2 (#13939)jario-jin1-2/+3
2018-11-12Corrected python lib path on windows to be consistent with Linux (#13848)CircleCI1-3/+8
2018-11-12Switch to packaged Thrust on Ubuntu, enable CentOS 7.5 as a CI target (#12899)Johannes M Dieterich1-0/+2
2018-11-12Preventing error where ninja build files are overwritten when invokin… (#13...David Brownell1-5/+7
2018-11-11New implementations of DeviceGuard, StreamGuard and MultiStreamGuard (with CU...Edward Yang1-0/+3
2018-11-09Suggest git submodule update --init --recursive (#13769)Tongzhou Wang1-1/+1
2018-11-08change USE_MKLDNN default from ON (from #13303) to OFF for ppc64le (#13759)Freddie Mendoza1-1/+7
2018-11-08build with mkl-dnn by default (#13303)Gu, Jinghui1-4/+4
2018-11-07Remove catch checkPeter Goldsborough1-1/+0
2018-11-06CMake integration for int8 server operatorsDaya S Khudia1-1/+8