summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2019-04-18Sync FindCUDA/select_computer_arch.cmake from upstream (#19392)peterjc1231-15/+63
2019-04-18Add either type (#19285)Sebastian Messmer1-2/+2
2019-04-12One more fix for #18790peter1-7/+9
2019-04-09Convert all tabs to spaces, add CI. (#18959)Edward Yang4-25/+25
2019-04-07AVX2 with GCC9 fix. (#18991)Balint Cristian2-2/+2
2019-04-03fix nccl compilation to make sure it compiles for architectures that pytorch ...Soumith Chintala1-6/+4
2019-04-03Make it possible for users for select /Zi or /ZI over /Z7 when using MSVC (#1...peter1-7/+9
2019-04-02Fix multi-configuration on Windows CMake (CUDA) (#18548)Sacha1-13/+3
2019-04-02Enable gmock and fix system gtest issue (#18706)Sebastian Messmer1-4/+15
2019-04-02Revert D14717015: [pytorch][PR] fix nccl compilation to make sure it compiles...Soumith Chintala1-1/+1
2019-04-01fix nccl compilation to make sure it compiles for architectures that pytorch ...Soumith Chintala1-1/+1
2019-03-26Append c10 libs to TorchConfig.cmake (#18418)peterjc1231-0/+5
2019-03-26remove redundant --install_dir parameter in GEN_COMMAND (#18473)Gemfield1-2/+0
2019-03-25Only look for Caffe2 package when shared (#18421)Sacha1-1/+3
2019-03-16Remove ComputeLibrary submoduleJunjie Bai2-74/+0
2019-03-13fixes for AVX detection (#17915)Thomas Viehmann2-0/+4
2019-03-10When openblas exists, "OpenBLAS_FOUND" is defined, rather than "OPENBLAS_FOUN...HE, Tao1-1/+1
2019-02-26Support all ROCm supported uarchs simultaneously: gfx803, gfx900, gfx906 (#17...Johannes M Dieterich2-5/+5
2019-02-25Add foxi submodule (ONNXIFI facebook extension)Lu Fang1-1/+3
2019-02-21Fix static linkage cases and NO_DISTRIBUTED=1 + CUDA (#16705) (#17337)Soumith Chintala2-3/+16
2019-02-20Add support to build for multiple amd gpu targets (#17329)bddppq2-2/+4
2019-02-19Automatic update of fbcode/onnx to 4c091e048ca42682d63ccd3c1811560bc12b732d (...Lu Fang1-0/+9
2019-02-10find libnvToolsExt instead of using only hardcoded path (#16714)Thomas Viehmann1-1/+2
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