Age | Commit message (Expand) | Author | Files | Lines |
2019-04-07 | AVX2 with GCC9 fix. (#18991) | Balint Cristian | 2 | -2/+2 |
2019-04-03 | fix nccl compilation to make sure it compiles for architectures that pytorch ... | Soumith Chintala | 1 | -6/+4 |
2019-04-03 | Make it possible for users for select /Zi or /ZI over /Z7 when using MSVC (#1... | peter | 1 | -7/+9 |
2019-04-02 | Fix multi-configuration on Windows CMake (CUDA) (#18548) | Sacha | 1 | -13/+3 |
2019-04-02 | Enable gmock and fix system gtest issue (#18706) | Sebastian Messmer | 1 | -4/+15 |
2019-04-02 | Revert D14717015: [pytorch][PR] fix nccl compilation to make sure it compiles... | Soumith Chintala | 1 | -1/+1 |
2019-04-01 | fix nccl compilation to make sure it compiles for architectures that pytorch ... | Soumith Chintala | 1 | -1/+1 |
2019-03-26 | Append c10 libs to TorchConfig.cmake (#18418) | peterjc123 | 1 | -0/+5 |
2019-03-26 | remove redundant --install_dir parameter in GEN_COMMAND (#18473) | Gemfield | 1 | -2/+0 |
2019-03-25 | Only look for Caffe2 package when shared (#18421) | Sacha | 1 | -1/+3 |
2019-03-16 | Remove ComputeLibrary submodule | Junjie Bai | 2 | -74/+0 |
2019-03-13 | fixes for AVX detection (#17915) | Thomas Viehmann | 2 | -0/+4 |
2019-03-10 | When openblas exists, "OpenBLAS_FOUND" is defined, rather than "OPENBLAS_FOUN... | HE, Tao | 1 | -1/+1 |
2019-02-26 | Support all ROCm supported uarchs simultaneously: gfx803, gfx900, gfx906 (#17... | Johannes M Dieterich | 2 | -5/+5 |
2019-02-25 | Add foxi submodule (ONNXIFI facebook extension) | Lu Fang | 1 | -1/+3 |
2019-02-21 | Fix static linkage cases and NO_DISTRIBUTED=1 + CUDA (#16705) (#17337) | Soumith Chintala | 2 | -3/+16 |
2019-02-20 | Add support to build for multiple amd gpu targets (#17329) | bddppq | 2 | -2/+4 |
2019-02-19 | Automatic update of fbcode/onnx to 4c091e048ca42682d63ccd3c1811560bc12b732d (... | Lu Fang | 1 | -0/+9 |
2019-02-10 | find libnvToolsExt instead of using only hardcoded path (#16714) | Thomas Viehmann | 1 | -1/+2 |
2019-02-05 | Revert D13952085: [pytorch][PR] Fix static linkage cases and NO_DISTRIBUTED=1... | Edward Yang | 2 | -16/+3 |
2019-02-04 | Fix static linkage cases and NO_DISTRIBUTED=1 + CUDA (#16705) | Soumith Chintala | 2 | -3/+16 |
2019-02-04 | Update the cmake build configuration for AppleClang compiler (#15820) | JerryShih | 5 | -85/+797 |
2019-01-31 | Add torch.backends.openmp.is_available(); fix some cmake messages (#16425) | SsnL | 4 | -24/+33 |
2019-01-30 | Eliminate PYCMD in favor of PYTHON_EXECUTABLE in CMake. | Owen Anderson | 1 | -8/+1 |
2019-01-29 | try to get rid of tmp_install (#16414) | Zachary DeVito | 2 | -20/+20 |
2019-01-28 | Pass WERROR to CMake as an explicit parameter rather than an env var. | Owen Anderson | 2 | -57/+1 |
2019-01-23 | Update third_party protobuf to v3.6.1 | Junjie Bai | 2 | -11/+22 |
2019-01-22 | hip-clang enablement (#16085) | Yaxun (Sam) Liu | 1 | -0/+5 |
2019-01-18 | add back NNPACK in PyTorch (#15924) | Thomas Viehmann | 1 | -4/+6 |
2019-01-17 | Remove support for CUDNN 6 (#15851) | Syed Tousif Ahmed | 1 | -0/+3 |
2019-01-16 | Generate PDB files for better debugging on Windows (#16008) | peter | 2 | -6/+36 |
2019-01-16 | Resolve errors in perfkernel for Windows (#16031) | Tongliang Liao | 2 | -14/+25 |
2019-01-15 | Enhance cpu support on gloo based multi-nodes mode. (#11330) | Shane Li | 1 | -0/+1 |
2019-01-14 | Split Caffe2 CI into cmake-only and python builds (#15917) | Jesse Hellemn | 1 | -10/+7 |
2019-01-08 | Revert "remove use of tmp_install" (#15847) | andersj | 1 | -2/+2 |
2019-01-04 | remove use of tmp_install | andersj | 1 | -2/+2 |
2019-01-02 | Support for Jetson Xavier (#15660) | rtarquini | 3 | -5/+5 |
2018-12-25 | Upgrade MKL-DNN to version 0.17 and static build MKL-DNN (#15504) | Gu, Jinghui | 2 | -82/+60 |
2018-12-21 | Direct FBGEMM integraton into ATen (#13777) | James Reed | 1 | -0/+3 |
2018-12-19 | Make cpuinfo logging less verbose (#15405) | Marat Dukhan | 1 | -0/+2 |
2018-12-18 | caffe2 mobile opengl (#15322) | Jerry Zhang | 2 | -12/+1 |
2018-12-18 | Revert D13383102: [pytorch][PR] Upgrade MKL-DNN to version 0.17 | Edward Yang | 1 | -20/+18 |
2018-12-17 | Reenable OpenMP by reverting the following two commits. (#15315) | Edward Yang | 1 | -27/+38 |
2018-12-14 | fix an issue where two rules build the same .py files | Zachary DeVito | 1 | -0/+12 |
2018-12-12 | Disable strict-overflow flag to avoid compilation error (#14977) | Gu, Jinghui | 1 | -0/+2 |
2018-12-11 | Remove linker and dlopen flags that allowed undefined symbols in rocm build (... | bddppq | 1 | -17/+6 |
2018-12-11 | Make ATen HIPify out-of-place, but still reuse CUDA names. (#14866) | Edward Yang | 3 | -4/+13 |
2018-12-11 | re-enable copy of python files, but be careful that the copy is only … (#14... | Zachary DeVito | 1 | -36/+0 |
2018-12-10 | Integrate rocBLAS fp16 api into Caffe2 (#14882) | rohithkrn | 1 | -1/+0 |
2018-12-07 | Upgrade MKL-DNN to version 0.17 (#14308) | Gu, Jinghui | 1 | -18/+20 |