summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-12-17[TensorIterator fixing mean to output correct result for half precisi… (#14...Jie1-2/+11
2018-12-17Port nn fold and unfold to c++Roy Li1-0/+6
2018-12-17Bicubic interpolation for nn.functional.interpolate (#9849)David Riazati1-0/+6
2018-12-17Fix the missing caffe2 proto files for Windows (#15157)peter1-0/+9
2018-12-16Refactor hotpatch_vars and apply it to libtorch (#14976)peter2-1/+29
2018-12-14Create parser.cpp (#15238)Zachary DeVito1-0/+1
2018-12-14Build c10 HIP testbddppq2-0/+2
2018-12-14Remove __forceinline__ hipification step. (#15229)Johannes M Dieterich1-12/+0
2018-12-13Fix derivative for mvlgamma (#15049)vishwakftw1-2/+2
2018-12-13Enable performance-unnecessary-value-param in .clang-tidy (#15026)Peter Goldsborough1-1/+1
2018-12-13Remove disabled_features in hipifybddppq2-127/+8
2018-12-12Autoformat build_variables.py (#15152)Peter Goldsborough1-33/+28
2018-12-12Export defs.bzl to open source for pytorch (#15132)Zachary DeVito1-0/+188
2018-12-12Implement torch.tril_indices and torch.triu_indices (#12653) (#14904)Shen Li1-1/+3
2018-12-12Move CUDAGuard, CUDAStream and CUDAGuardImpl to c10/cuda (#14248)Edward Yang4-6/+42
2018-12-12Kill Type.storage. (#15075)Gregory Chanan1-2/+0
2018-12-11Remove linker and dlopen flags that allowed undefined symbols in rocm build (...bddppq1-0/+1
2018-12-11Pre-commit flake8/clang-tidy (#15102)Zachary DeVito3-6/+74
2018-12-11Make ATen HIPify out-of-place, but still reuse CUDA names. (#14866)Edward Yang3-13/+53
2018-12-11Remove deprecated variable_tensor_functions (#15003)Peter Goldsborough1-1/+0
2018-12-11re-enable copy of python files, but be careful that the copy is only … (#14...Zachary DeVito1-1/+5
2018-12-11Install cpp tests when built (#15000)Orion Reblitz-Richardson1-0/+19
2018-12-10Fixing reading of FBGEMM from env variablesJesse Hellemn3-13/+2
2018-12-10Integrate rocBLAS fp16 api into Caffe2 (#14882)rohithkrn1-1/+1
2018-12-10Disable getNumGPUs rewrite (#14993)Edward Yang1-6/+0
2018-12-10Stop disabling maybeOverlappingIndices (#14999)Edward Yang1-6/+0
2018-12-09Respect -q of setup.py (#14972)Zachary DeVito1-14/+26
2018-12-07Implement `std` for multiple dimensions on CPU devices. (#14535)Brennan Vincent2-11/+16
2018-12-07Fix include paths for TensorOptionsSebastian Messmer1-1/+1
2018-12-07USE_FBGEMM=True by defaultJames Reed3-3/+3
2018-12-07USE_TENSORRT support and TensorRT 5 compatibilitySergei Nikolaev2-0/+2
2018-12-07Large scale fix of python-related files in torch/csrc/Peter Goldsborough1-7/+7
2018-12-07Make autograd engine compatible with hipJunjie Bai1-2/+10
2018-12-06gradcheck (#14596)Wei Yang2-0/+9
2018-12-06Move TensorOptions, DefaultTensorOptions to c10Sebastian Messmer1-2/+2
2018-12-06Stop inserting static casts in Hipify (#14853)Junjie Bai2-125/+9
2018-12-05HIPify less files in PyTorch (#14804)Edward Yang1-1/+6
2018-12-05Improve HIPify performance (#14803)Edward Yang2-35/+121
2018-12-05Unify build_caffe2_amd.py and build_pytorch_amd.py (#14769)Edward Yang6-124/+138
2018-12-04Use .to to convert new tensors in new_tensor (#14097)Thomas Viehmann1-6/+16
2018-12-04Rename _local_scalar to item() (#13676)Peter Goldsborough1-1/+1
2018-12-04Remove use of hipify_caffe2, in favor of file path test. (#14757)Edward Yang2-20/+26
2018-12-04Implements Gather operator for arbitrary axis, sharing the code with BatchGat...Michael Antonov1-0/+1
2018-12-04Back out "Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10" (...Sebastian Messmer1-2/+2
2018-12-04Back out "Fix include paths for TensorOptions, DefaultTensorOptions, OptionsG...Sebastian Messmer1-1/+1
2018-12-03Fix include paths for TensorOptions, DefaultTensorOptions, OptionsGuardSebastian Messmer1-1/+1
2018-12-03Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10Sebastian Messmer1-2/+2
2018-12-03Implement Device as a type in the script (#14666)Zachary DeVito1-22/+4
2018-12-03sparse.mm(), reland #14526 (#14661)Wei Yang1-2/+3
2018-11-30Revert D13252990: [pytorch][PR] [sparse] sparse.mm(S, D)Alyssa Wang1-3/+2