Age | Commit message (Expand) | Author | Files | Lines |
2019-01-28 | Pass WERROR to CMake as an explicit parameter rather than an env var. | Owen Anderson | 1 | -3/+8 |
2019-01-16 | Generate PDB files for better debugging on Windows (#16008) | peter | 1 | -0/+20 |
2018-12-21 | Direct FBGEMM integraton into ATen (#13777) | James Reed | 1 | -0/+4 |
2018-12-18 | caffe2 mobile opengl (#15322) | Jerry Zhang | 1 | -1/+0 |
2018-12-17 | Removing BUILD_C10_EXPERIMENTAL_OPS option and unglobbing experimental/c10d ops | Jesse Hellemn | 1 | -1/+0 |
2018-12-11 | Install cpp tests when built (#15000) | Orion Reblitz-Richardson | 1 | -1/+1 |
2018-11-29 | Do not load ROCm cmake files if USE_ROCM is off (#14261) | Your Name | 1 | -1/+1 |
2018-11-16 | Windows shared build (#13550) | ArutyunovG | 1 | -0/+1 |
2018-11-15 | Turn fbgemm off by default for pytorch (#14048) | Daya S Khudia | 1 | -1/+1 |
2018-11-08 | build with mkl-dnn by default (#13303) | Gu, Jinghui | 1 | -0/+1 |
2018-11-06 | CMake integration for int8 server operators | Daya S Khudia | 1 | -0/+1 |
2018-10-29 | seperate mkl, mklml, and mkldnn (#12170) | Gu, Jinghui | 1 | -4/+1 |
2018-10-25 | CMake integration for Int8 ops | Marat Dukhan | 1 | -0/+1 |
2018-10-15 | Remove NervanaGPU operators from Caffe2 (#12564) | mratsim | 1 | -1/+0 |
2018-10-10 | Introduce BUILD_ATEN_ONLY cmake option (#12443) | Giovanni | 1 | -0/+22 |
2018-10-05 | set CMAKE_INSTALL_MESSAGE to NEVER (#12392) | Anders Papitto | 1 | -0/+2 |
2018-10-04 | Guard NumPy usage using USE_NUMPY (#11798) | vishwakftw | 1 | -0/+1 |
2018-10-03 | Enable clang-tidy in CI (#12213) | Peter Goldsborough | 1 | -0/+2 |
2018-09-26 | Unify versions across setup.py, libtorch, and libcaffe2 (#12053) | Orion Reblitz-Richardson | 1 | -11/+16 |
2018-09-24 | set up c10 scaffolding. Move macros proper first. | Yangqing Jia | 1 | -0/+6 |
2018-09-20 | Protobuf serialization (#11619) | Peter Goldsborough | 1 | -1/+0 |
2018-09-12 | Allow building the C++ API without cereal (#11498) | Peter Goldsborough | 1 | -0/+1 |
2018-09-11 | re-enable USE_MPI (#11416) | Yangqing Jia | 1 | -1/+1 |
2018-09-10 | Flags for LMDB, LevelDB, and Caffe2 ops (#11462) | Orion Reblitz-Richardson | 1 | -0/+1 |
2018-09-07 | Remove FULL_CAFFE2 flag (#11321) | Orion Reblitz-Richardson | 1 | -2/+2 |
2018-09-06 | Windows DLL build with Caffe2 code (#11266) | Yangqing Jia | 1 | -8/+0 |
2018-09-06 | defer resolution of mkl to a cmake wrapper library (#11298) | Anders Papitto | 1 | -0/+1 |
2018-09-06 | Cleanup dependency of distributed flags (#11221) | Orion Reblitz-Richardson | 1 | -4/+8 |
2018-09-05 | Forward declarations of needed curand functions (#10911) | Jesse Hellemn | 1 | -1/+3 |
2018-09-04 | In default, use third party eigen. Added new flag USE_SYSTEM_EIGEN_INSTALL to... | Yangqing Jia | 1 | -0/+2 |
2018-08-31 | Remove BUILD_CAFFE2 and build everything (#8338) | Orion Reblitz-Richardson | 1 | -43/+40 |
2018-08-30 | Update onnx submodule to onnx/onnx@bae6333 (#10961) | Junjie Bai | 1 | -0/+2 |
2018-08-29 | Cleanup BUILD_DOCS cmake section (#11000) | Orion Reblitz-Richardson | 1 | -4/+4 |
2018-08-28 | Set -Wno-stringop-overflow only with GCC >=7 (#10954) | Tongzhou Wang | 1 | -2/+4 |
2018-08-22 | Delete THD master_worker (#10731) | Edward Yang | 1 | -1/+0 |
2018-08-20 | Completely remove build_aten and use_aten (#10469) | Mingzhe Li | 1 | -4/+3 |
2018-08-20 | Adding ATEN_NO_TEST option to root level cmake for propogation to aten | Jesse Hellemn | 1 | -0/+1 |
2018-08-16 | Build mechanism for custom operators (#10226) | Peter Goldsborough | 1 | -1/+1 |
2018-08-10 | Remove caffe1 specific proto (#10380) | Yangqing Jia | 1 | -5/+0 |
2018-08-01 | Prepare THC for first class scalars (0-dimensional tensors). | Gregory Chanan | 1 | -0/+1 |
2018-07-31 | Re-Enable ATen in C2 in integration builds to test ONNX ATen conversions | Junjie Bai | 1 | -1/+2 |
2018-07-30 | When BUILD_ATEN=OFF, use ATen/core directly (#10019) | Edward Yang | 1 | -0/+2 |
2018-07-23 | Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS and fix CUDA 8 build on Windows (#949... | peter | 1 | -4/+0 |
2018-07-19 | Eliminate direct access to size/strides of THTensor; replace them with std::v... | Edward Yang | 1 | -0/+1 |
2018-07-18 | Introduce libtorch to setup.py build (#8792) | Anders Papitto | 1 | -0/+1 |
2018-07-12 | Remove dummy c10 folder (#9367) | Sebastian Messmer | 1 | -3/+0 |
2018-07-09 | Making setup.py install work for Caffe2 (#8509) | Jesse Hellemn | 1 | -7/+13 |
2018-07-09 | Fix Pytorch Mac build issues (#9283) | Mingzhe Li | 1 | -1/+5 |
2018-07-09 | Fix pytorch linux build issues (#9273) | Mingzhe Li | 1 | -0/+2 |
2018-06-26 | [build] Enable clang-specific warnings only when using clang (#8869) | Tongzhou Wang | 1 | -6/+10 |