summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-02-05Warn when tracing legacy constructorsDavid Riazati1-0/+5
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang15-186/+187
2019-02-05logsumexp for multiple dimensions (#16475)Brennan Vincent2-4/+4
2019-02-04Revert "Move outplace ops to ATen (#12413)" (#16731)Edward Yang1-7/+0
2019-02-01Use macro for reduce on 2d blocks (#16344)Xiaomeng Yang1-0/+1
2019-02-01Allow USE_NINJA to be toggled by an env variableJesse Hellemn1-1/+1
2019-02-01Expose backend extensions to pythonRoy Li1-4/+1
2019-01-31respect MAX_JOBS (#16641)Zachary DeVito1-10/+9
2019-01-31Add torch.backends.openmp.is_available(); fix some cmake messages (#16425)SsnL1-4/+4
2019-01-31Move outplace ops to ATen (#12413)Xiang Gao1-0/+7
2019-01-31Fix a lot of C++ build warnings (#16411)James Reed1-7/+0
2019-01-31use distutils to discover msvc compiler paths (#16540)Zachary DeVito1-18/+37
2019-01-31Enable USE_NINJA in build_pytorch_libs.py if it is in PATH (#16545)peter1-4/+7
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-1/+0
2019-01-30Include ATen/core/functional.h directly instead of torch/csrc/utils/functiona...Mikhail Zolotukhin3-7/+17
2019-01-30Fix the flake8 linterLu Fang1-1/+1
2019-01-29try to get rid of tmp_install (#16414)Zachary DeVito4-83/+8
2019-01-29More windows fixes towards the code refactor (#16451)peter1-4/+6
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann4-16/+584
2019-01-28Pass WERROR to CMake as an explicit parameter rather than an env var.Owen Anderson1-1/+2
2019-01-28Fix cmake byte version issue in build_pytorch_libs.Gregory Chanan1-1/+1
2019-01-28Support Tensor alias annotations for native_functions.yaml (#16239)Christian Puhrsch1-1/+1
2019-01-28Clear cmake cache when --cmake (#16426)SsnL1-1/+4
2019-01-28Optimize SpatialBNOp on GPU (#16395)Xiaomeng Yang1-1/+1
2019-01-27Fix issues on Windows brought by #16289 (#16412)peter1-10/+28
2019-01-27Fix slogdet sign requiring grad when input requires grad (#16337)SsnL2-5/+5
2019-01-27CI Fix: restore MAX_JOBS variable (#16415)Zachary DeVito1-2/+2
2019-01-26Trace fork and join callsJames Reed3-2/+3
2019-01-25plug caffe2 into jit" (#16388)Bram Wasti1-0/+2
2019-01-25Remove bash from build (#16289)Zachary DeVito7-751/+292
2019-01-24Add thread-local guard: at::AutoNonVariableTypeMode (#15939)Will Feng1-6/+36
2019-01-24Move THCCachingAllocator to c10_cuda. (#16119)Edward Yang2-1/+10
2019-01-24Remove unnecessary includes and headers from THCCachingAllocator, move to at:...Edward Yang1-1/+1
2019-01-24Directly include headers from ATen.Mikhail Zolotukhin1-2/+2
2019-01-22Revert D13540278: [pytorch][PR] Unhide unique from C++, make unique partially...Wanchao Liang2-3/+3
2019-01-22Return namedtuples from torch.* function with multiple return arguments for C...Xiang Gao3-10/+65
2019-01-21Remove dead code from setup.py, remove need for build target. (#16162)Zachary DeVito4-306/+75
2019-01-21Unhide unique from C++, make unique partially scriptable (#15256)Xiang Gao2-3/+3
2019-01-18add back NNPACK in PyTorch (#15924)Thomas Viehmann1-0/+6
2019-01-18Port legacy any(*) to ATenShen Li1-3/+8
2019-01-17Add matches_jit_signature attribute to native_functions.yaml (#16040)Christian Puhrsch1-1/+12
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li1-0/+1
2019-01-16Fix possible importing errors in build_libtorch.py (#15471)Derek Kim1-2/+9
2019-01-16Generate PDB files for better debugging on Windows (#16008)peter1-1/+3
2019-01-16Moving torch.norm to ATen using TensorIterator (#15414)jiej2-4/+22
2019-01-16Port the backend of FractionalMaxPool3d from TH to ATen (#15575)Chandler Zuo1-0/+7
2019-01-16Port legacy all(*) to ATen (#15540)Shen Li1-0/+9
2019-01-15Remove cuda from autograd profiler (#15898)Zachary DeVito1-41/+97
2019-01-14`var` for multiple dimensions (#15892)Brennan Vincent1-1/+1