summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-06Various Test and build fixes (#13556)Soumith Chintala1-1/+6
2018-11-03Include caffe2 proto headers in pytorch package data (#13217)Ilija Radosavovic1-0/+1
2018-11-01Link libgloo.a after libc10d.a to resolve remaining symbols (#13462)Pieter Noordhuis1-0/+2
2018-10-29Updated for for arbitrary command line arg orderingDavid Brownell1-3/+3
2018-10-29absorb nccl (#13150)Anders Papitto1-8/+2
2018-10-29seperate mkl, mklml, and mkldnn (#12170)Gu, Jinghui1-11/+2
2018-10-26Check that QNNPACK directory exists in setup.pySam Gross1-0/+1
2018-10-25CMake integration for Int8 opsMarat Dukhan1-1/+7