summaryrefslogtreecommitdiff
path: root/torch/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Remove legacy way of exposing caffe2 operators to PyTorch (#17742)Sebastian Messmer1-6/+0
2019-03-01Rename prim::Undefined to prim::AutogradZero (#17611)Wanchao Liang1-1/+1
2019-03-01usertype -> class (#17528)Michael Suo1-1/+1
2019-03-01alias analysis refactor take 2 (#17594)Michael Suo1-1/+1
2019-02-28Customize the printing of namedtuple return (#17136)Xiang Gao1-0/+1
2019-02-28Revert D14231251: [jit] alias_analysis refactorMichael Suo1-1/+1
2019-02-28alias_analysis refactor (#17511)Michael Suo1-1/+1
2019-02-26user defined types (#17314)Michael Suo1-0/+1
2019-02-22Lazily load libcuda libnvrtc from c++ (#17317)Zachary DeVito1-0/+4
2019-02-22Refactor Type Parser b/w Schemas & IRParser into a type common parser (#17383)Elias Ellison1-1/+2
2019-02-19Lightweight String check Utility (#16858)Elias Ellison1-0/+1
2019-02-19C++ Frontend: adding two distributed samples (Random and Sequential) (#16910)Jaliya Ekanayake1-0/+1
2019-02-16Implement IRParser. (#16987)Mikhail Zolotukhin1-0/+1
2019-02-15Implement NetDef <--> JIT IR converters. Try 2. (#17123)Mikhail Zolotukhin1-0/+1
2019-02-13Revert D14062537: [pytorch][PR] Implement NetDef <--> JIT IR converters.Edward Yang1-1/+0
2019-02-13Implement NetDef <--> JIT IR converters. (#16967)Mikhail Zolotukhin1-0/+1
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