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