summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2019-02-05Revert D13952085: [pytorch][PR] Fix static linkage cases and NO_DISTRIBUTED=1...Edward Yang2-16/+3
2019-02-04Fix static linkage cases and NO_DISTRIBUTED=1 + CUDA (#16705)Soumith Chintala2-3/+16
2019-02-04Update the cmake build configuration for AppleClang compiler (#15820)JerryShih5-85/+797
2019-01-31Add torch.backends.openmp.is_available(); fix some cmake messages (#16425)SsnL4-24/+33
2019-01-30Eliminate PYCMD in favor of PYTHON_EXECUTABLE in CMake.Owen Anderson1-8/+1
2019-01-29try to get rid of tmp_install (#16414)Zachary DeVito2-20/+20
2019-01-28Pass WERROR to CMake as an explicit parameter rather than an env var.Owen Anderson2-57/+1
2019-01-23Update third_party protobuf to v3.6.1Junjie Bai2-11/+22
2019-01-22hip-clang enablement (#16085)Yaxun (Sam) Liu1-0/+5
2019-01-18add back NNPACK in PyTorch (#15924)Thomas Viehmann1-4/+6
2019-01-17Remove support for CUDNN 6 (#15851)Syed Tousif Ahmed1-0/+3
2019-01-16Generate PDB files for better debugging on Windows (#16008)peter2-6/+36
2019-01-16Resolve errors in perfkernel for Windows (#16031)Tongliang Liao2-14/+25
2019-01-15Enhance cpu support on gloo based multi-nodes mode. (#11330)Shane Li1-0/+1
2019-01-14Split Caffe2 CI into cmake-only and python builds (#15917)Jesse Hellemn1-10/+7
2019-01-08Revert "remove use of tmp_install" (#15847)andersj1-2/+2
2019-01-04remove use of tmp_installandersj1-2/+2
2019-01-02Support for Jetson Xavier (#15660)rtarquini3-5/+5
2018-12-25Upgrade MKL-DNN to version 0.17 and static build MKL-DNN (#15504)Gu, Jinghui2-82/+60
2018-12-21Direct FBGEMM integraton into ATen (#13777)James Reed1-0/+3
2018-12-19Make cpuinfo logging less verbose (#15405)Marat Dukhan1-0/+2
2018-12-18caffe2 mobile opengl (#15322)Jerry Zhang2-12/+1
2018-12-18Revert D13383102: [pytorch][PR] Upgrade MKL-DNN to version 0.17Edward Yang1-20/+18
2018-12-17Reenable OpenMP by reverting the following two commits. (#15315)Edward Yang1-27/+38
2018-12-14fix an issue where two rules build the same .py filesZachary DeVito1-0/+12
2018-12-12Disable strict-overflow flag to avoid compilation error (#14977)Gu, Jinghui1-0/+2
2018-12-11Remove linker and dlopen flags that allowed undefined symbols in rocm build (...bddppq1-17/+6
2018-12-11Make ATen HIPify out-of-place, but still reuse CUDA names. (#14866)Edward Yang3-4/+13
2018-12-11re-enable copy of python files, but be careful that the copy is only … (#14...Zachary DeVito1-36/+0
2018-12-10Integrate rocBLAS fp16 api into Caffe2 (#14882)rohithkrn1-1/+0
2018-12-07Upgrade MKL-DNN to version 0.17 (#14308)Gu, Jinghui1-18/+20
2018-12-07Fix build with OpenCV 4.0 (#14356)Daniel Bermond1-4/+8
2018-12-07USE_TENSORRT support and TensorRT 5 compatibilitySergei Nikolaev1-1/+1
2018-12-05CAFFE2_INCLUDE_DIRS points to invalid path (#14306)Achal Shah1-1/+1
2018-12-05Move avx2 specific code in different source files (#28)Daya S Khudia1-0/+1
2018-11-29fix USE_SYSTEM_NCCL build (#14606)Soumith Chintala1-2/+6
2018-11-29Do not load ROCm cmake files if USE_ROCM is off (#14261)Your Name1-1/+1
2018-11-28nccl fixes (#14195)andersj1-5/+16
2018-11-28Update OpenMP cmake setting for xcode 9 compiler(AppleClang 9.0) (#14473)JerryShih1-38/+27
2018-11-26changing some rpath stuff (#14304)Jesse Hellemn1-6/+9
2018-11-21Cuda version comparison with CUDA_VERSION_STRING (#14302)Achal Shah1-2/+2
2018-11-19Add c10 cuda library. (#13900)Edward Yang1-0/+5
2018-11-16Disable QNNPACK for multi-architecture iOS builds (#14125)Marat Dukhan1-13/+31
2018-11-16Windows shared build (#13550)ArutyunovG1-6/+3
2018-11-16Change hip filename extension to .hip (#14036)Junjie Bai2-13/+7
2018-11-16add torch-python target (#12742)Anders Papitto1-1/+9
2018-11-16Two small improvements to TorchConfig.cmake (#13849)Thomas Viehmann1-2/+2
2018-11-13Fix a bug that causes nvcc to emit an unknown option error (#13904)Stuart Golodetz1-1/+1
2018-11-12Switch to packaged Thrust on Ubuntu, enable CentOS 7.5 as a CI target (#12899)Johannes M Dieterich3-44/+32
2018-11-08build with mkl-dnn by default (#13303)Gu, Jinghui3-2/+18