summaryrefslogtreecommitdiff
path: root/tools/build_pytorch_libs.sh
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Remove bash from build (#16289)Zachary DeVito1-361/+0
2019-01-21Remove dead code from setup.py, remove need for build target. (#16162)Zachary DeVito1-9/+1
2019-01-14Split Caffe2 CI into cmake-only and python builds (#15917)Jesse Hellemn1-2/+15
2019-01-10Adding binary builds to circleciJesse Hellemn1-13/+0
2019-01-08Revert "remove use of tmp_install" (#15847)andersj1-7/+41
2019-01-04remove use of tmp_installandersj1-41/+7
2018-12-18Split up compiler.cpp (#15355)Zachary DeVito1-1/+2
2018-12-11re-enable copy of python files, but be careful that the copy is only … (#14...Zachary DeVito1-1/+5
2018-12-11Install cpp tests when built (#15000)Orion Reblitz-Richardson1-0/+19
2018-12-10Fixing reading of FBGEMM from env variablesJesse Hellemn1-1/+1
2018-12-09Respect -q of setup.py (#14972)Zachary DeVito1-14/+26
2018-12-07USE_FBGEMM=True by defaultJames Reed1-1/+1
2018-12-07USE_TENSORRT support and TensorRT 5 compatibilitySergei Nikolaev1-0/+1
2018-11-30Build distributed libs in build_libtorch.py (#14037)Zeming Lin1-0/+3
2018-11-29fix USE_SYSTEM_NCCL build (#14606)Soumith Chintala1-0/+1
2018-11-28nccl fixes (#14195)andersj1-0/+3
2018-11-28Fix the build issue in setup.py due to cmake version type x.x.x.x vio… (#14...Jiong Gong1-2/+2
2018-11-16add torch-python target (#12742)Anders Papitto1-0/+1
2018-11-14Clean up caffe2/tools/build_pytorch_libs.{sh,bat} (#13954)Edward Yang1-5/+0
2018-11-06CMake integration for int8 server operatorsDaya S Khudia1-0/+5
2018-11-03minor build fixes for incremental builds (#13293)Soumith Chintala1-0/+15
2018-10-29No tmp install (#13215)Anders Papitto1-79/+2
2018-10-29absorb nccl (#13150)Anders Papitto1-34/+2
2018-10-29seperate mkl, mklml, and mkldnn (#12170)Gu, Jinghui1-3/+0
2018-10-25CMake integration for Int8 opsMarat Dukhan1-0/+5
2018-10-25Absorb shmAnders Papitto1-4/+0
2018-10-24Absorb c10d into the main cmake buildAnders Papitto1-4/+0
2018-10-24absorb THD into main cmake build (#12775)Anders Papitto1-5/+3
2018-10-24Use cmake3 if it exists and cmake isn't sufficient (#12972)Orion Reblitz-Richardson1-6/+13
2018-10-24Add methods to FunctionSchema (#12967)Zachary DeVito1-1/+1
2018-10-22gloo: build once, share between pytorch/caffe2Anders Papitto1-8/+5
2018-10-22Use the newer one of cmake and cmake3. (#12916)Tongzhou Wang1-2/+14
2018-10-17Support cmake3 for 14.04 and CentOS (#12771)Orion Reblitz-Richardson1-4/+10
2018-10-15Move exception to C10 (#12354)Yangqing Jia1-0/+1
2018-10-12Properly set cmake python library and include_dirs (#12569)Philip Yang1-0/+2
2018-10-10Add USE_FFMPEG flag for setup.py and R2Plus1D (#12543)Orion Reblitz-Richardson1-0/+1
2018-10-08Use open-source NCCL2 in PyTorch (#12359)Teng Li1-4/+4
2018-10-05set CMAKE_INSTALL_MESSAGE to NEVER (#12392)Anders Papitto1-3/+0
2018-10-04Back out "[pytorch][PR] [Build] Use open-source NCCL2 in PyTorch"Orion Reblitz-Richardson1-4/+4
2018-10-04Guard NumPy usage using USE_NUMPY (#11798)vishwakftw1-0/+1
2018-10-04Use open-source NCCL2 in PyTorch (#12312)Teng Li1-4/+4
2018-10-03Enable clang-tidy in CI (#12213)Peter Goldsborough1-2/+1
2018-09-26Unify versions across setup.py, libtorch, and libcaffe2 (#12053)Orion Reblitz-Richardson1-0/+1
2018-09-20Protobuf serialization (#11619)Peter Goldsborough1-5/+0
2018-09-17Moving copy of Caffe2 protos back to build_pytorch_libs.sh (#11726)Jesse Hellemn1-7/+25
2018-09-12Allow building the C++ API without cereal (#11498)Peter Goldsborough1-0/+5
2018-09-12Sync all libnccl soversions, not just libnccl.so.1 (#11575)Edward Yang1-1/+1
2018-09-11fix missing libnccl.so.1 error (#11553)Soumith Chintala1-3/+3
2018-09-11Remove time prefix from rsync (#11525)Adam Paszke1-1/+1
2018-09-11Introducing python setup.py rebuild develop (#11487)Soumith Chintala1-94/+112