summaryrefslogtreecommitdiff
path: root/torch/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-02add augmented assignment ops (#13364)Michael Suo1-0/+1
2018-11-01Switch mutable lists to new mutable schema (#13406)Michael Suo1-1/+0
2018-11-01Revert D10459665: [c10] Redo jit/type and utils/functional to ATen/coreEdward Yang1-0/+1
2018-10-31Redo jit/type and utils/functional to ATen/core (#12862)Bram Wasti1-1/+0
2018-10-31Hierarchical device independent -> device specific architecture (#13108)mruberry1-10/+10
2018-10-26Sampler serialization and deserialization (#12999)Peter Goldsborough1-0/+1
2018-10-25Absorb shmAnders Papitto1-0/+6
2018-10-24Absorb c10d into the main cmake buildAnders Papitto1-0/+3
2018-10-24absorb THD into main cmake build (#12775)Anders Papitto1-0/+4
2018-10-24Set proper scope on nodes added by JIT (#12400)Orion Reblitz-Richardson1-0/+1
2018-10-22Index to track topological order within a block (#12748)Michael Suo1-1/+1
2018-10-22Implement DataLoader (#11918)Peter Goldsborough1-0/+1
2018-10-15Revamp and document serialization, support streams (#12421)Peter Goldsborough1-1/+1
2018-10-15split register_aten_ops.cpp into shards (#12615)Anders Papitto1-12/+16
2018-10-12split generated VariableType.cpp (#12493)Anders Papitto1-2/+11
2018-10-12remove duplicate BUILD_TEST flag in libtorch cmake file (#12583)Anders Papitto1-1/+0
2018-10-11Back out "[c10][NFCI] Move jit/type, function_schema, and utils/functional to...Orion Reblitz-Richardson1-0/+1
2018-10-11Revert D10324615: [pytorch][PR] Revert #12466 and #12467 to fix JIT test erro...Andrey Malevich1-1/+0
2018-10-10Revert #12466 and #12467 to fix JIT test error on Windows CI (#12557)Will Feng1-0/+1
2018-10-09Move jit/type and utils/functional to ATen/core (#12466)Bram Wasti1-1/+0
2018-10-08constant pooling pass (#12222)Elias Ellison1-0/+2
2018-10-06Move JIT tests to gtest (#12030)Peter Goldsborough1-13/+3
2018-10-05Move interned_strings and get build working (#12039)Bram Wasti1-8/+0
2018-10-03Enable clang-tidy in CI (#12213)Peter Goldsborough1-0/+1
2018-09-28Introduce builtin script functions (#12141)Zachary DeVito1-0/+1
2018-09-27mutable lists (#10700)Michael Suo1-0/+1
2018-09-26Unify versions across setup.py, libtorch, and libcaffe2 (#12053)Orion Reblitz-Richardson1-6/+0
2018-09-24Unify C++ API with C++ extensions (#11510)Peter Goldsborough1-1/+1
2018-09-21Rewrite C++ API tests in gtest (#11953)Peter Goldsborough1-66/+2