summaryrefslogtreecommitdiff
path: root/torch/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-02-10find libnvToolsExt instead of using only hardcoded path (#16714)Thomas Viehmann1-2/+4
2019-02-06Automatically register c10 ops with JIT (#16534)Sebastian Messmer1-1/+1
2019-02-05fix BUILD_CAFFE2_OPSZachary DeVito1-1/+5
2019-02-04Update the cmake build configuration for AppleClang compiler (#15820)JerryShih1-6/+6
2019-01-31split up AliasTracker into a separate file (#16588)Michael Suo1-0/+1
2019-01-30Eliminate PYCMD in favor of PYTHON_EXECUTABLE in CMake.Owen Anderson1-10/+2
2019-01-29try to get rid of tmp_install (#16414)Zachary DeVito1-23/+2
2019-01-29Make the pytorch's cmake minimum required version equal to caffe2's. (#16506)Edward Yang1-1/+1
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann1-0/+18
2019-01-28Pass WERROR to CMake as an explicit parameter rather than an env var.Owen Anderson1-1/+1
2019-01-26Trace fork and join callsJames Reed1-0/+2
2019-01-25plug caffe2 into jit" (#16388)Bram Wasti1-0/+2
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li1-0/+2
2019-01-16Generate PDB files for better debugging on Windows (#16008)peter1-6/+12
2019-01-16Fix the caffe2_gpu linkage with torch on Windows (#16071)peter1-0/+6
2019-01-15Remove cuda from autograd profiler (#15898)Zachary DeVito1-2/+8
2019-01-13Fix static build on Windows (#15989)peter1-1/+1
2019-01-11Register CPU/CUDA fuser dynamically (#15887)Zachary DeVito1-23/+16
2019-01-10Enable calling caffe2 LayerNorm from PyTorch and JIT (#15243)Sebastian Messmer1-0/+1
2019-01-08Enable torch static build on Windowspeter1-0/+1
2019-01-04Print out operator suggestions for unknown builtin op (#15183)Elias Ellison1-0/+1
2018-12-21allow non-final returns (#15463)Zachary DeVito1-0/+1
2018-12-18Split up compiler.cpp (#15355)Zachary DeVito1-0/+3
2018-12-18Autograd using torchscript (#14604)Ailing Zhang1-1/+1
2018-12-17Reenable OpenMP by reverting the following two commits. (#15315)Edward Yang1-10/+2
2018-12-14Create parser.cpp (#15238)Zachary DeVito1-0/+1
2018-12-13Python <-> C++ Frontend inter-op (#13481)Peter Goldsborough1-3/+5
2018-12-11Remove deprecated variable_tensor_functions (#15003)Peter Goldsborough1-1/+0
2018-12-08Canonicalize all includes in PyTorch. (#14849)Edward Yang1-10/+0
2018-12-05Remove protobuf dependency in pytorch cmake file. (#14182)JerryShih1-1/+0
2018-12-04Use .to to convert new tensors in new_tensor (#14097)Thomas Viehmann1-1/+0
2018-12-03basic testing of builtin alias annotations (#14588)Michael Suo1-0/+1
2018-12-03Move manual_seed into ATen/Context.h; delete reimplementation in test_seed.h ...Edward Yang1-1/+0
2018-12-03Implement Device as a type in the script (#14666)Zachary DeVito1-2/+0
2018-11-30Use a zip archive as our container format (#14521)Zachary DeVito1-0/+3
2018-11-30Put back linker flag for OpenMP to prevent build break on ppc64le (#14569)Freddie Mendoza1-0/+1
2018-11-29Binding for prctl(PR_SET_PDEATHSIG) (#14491)Pieter Noordhuis1-0/+1
2018-11-28Update OpenMP cmake setting for xcode 9 compiler(AppleClang 9.0) (#14473)JerryShih1-3/+10
2018-11-27when BUILD_CAFFE2_OPS is OFF, torch-python needs a direct dep on nccl (#14430)andersj1-0/+1
2018-11-26changing some rpath stuff (#14304)Jesse Hellemn1-7/+5
2018-11-21alias analysis (#14018)Michael Suo1-0/+1
2018-11-16add torch-python target (#12742)Anders Papitto1-7/+235
2018-11-15Import a method from an python_print string (#13959)Zachary DeVito1-0/+2
2018-11-14migrate subgraph slicing to use `moveBefore/moveAfter` (#13862)Michael Suo1-0/+1
2018-11-13Fix Windows build and test in CI (#11716)Peter Goldsborough1-2/+7
2018-11-12Get pretty printer ready for use as a serialization format (#13616)Zachary DeVito1-1/+1
2018-11-08Fix linking errors on Windows (#13100)peter1-1/+0
2018-11-07Redo jit/type and utils/functional to ATen/core (#13455)Bram Wasti1-1/+0
2018-11-07Replace cursors with OrderedDict (#13427)Peter Goldsborough1-1/+0
2018-11-05Remove size() from BatchDataset and templatize IndexType (#12960)Peter Goldsborough1-1/+3