Age | Commit message (Expand) | Author | Files | Lines |
2018-12-17 | [TensorIterator fixing mean to output correct result for half precisi… (#14... | Jie | 1 | -2/+11 |
2018-12-17 | Port nn fold and unfold to c++ | Roy Li | 1 | -0/+6 |
2018-12-17 | Bicubic interpolation for nn.functional.interpolate (#9849) | David Riazati | 1 | -0/+6 |
2018-12-17 | Fix the missing caffe2 proto files for Windows (#15157) | peter | 1 | -0/+9 |
2018-12-16 | Refactor hotpatch_vars and apply it to libtorch (#14976) | peter | 2 | -1/+29 |
2018-12-14 | Create parser.cpp (#15238) | Zachary DeVito | 1 | -0/+1 |
2018-12-14 | Build c10 HIP test | bddppq | 2 | -0/+2 |
2018-12-14 | Remove __forceinline__ hipification step. (#15229) | Johannes M Dieterich | 1 | -12/+0 |
2018-12-13 | Fix derivative for mvlgamma (#15049) | vishwakftw | 1 | -2/+2 |
2018-12-13 | Enable performance-unnecessary-value-param in .clang-tidy (#15026) | Peter Goldsborough | 1 | -1/+1 |
2018-12-13 | Remove disabled_features in hipify | bddppq | 2 | -127/+8 |
2018-12-12 | Autoformat build_variables.py (#15152) | Peter Goldsborough | 1 | -33/+28 |
2018-12-12 | Export defs.bzl to open source for pytorch (#15132) | Zachary DeVito | 1 | -0/+188 |
2018-12-12 | Implement torch.tril_indices and torch.triu_indices (#12653) (#14904) | Shen Li | 1 | -1/+3 |
2018-12-12 | Move CUDAGuard, CUDAStream and CUDAGuardImpl to c10/cuda (#14248) | Edward Yang | 4 | -6/+42 |
2018-12-12 | Kill Type.storage. (#15075) | Gregory Chanan | 1 | -2/+0 |
2018-12-11 | Remove linker and dlopen flags that allowed undefined symbols in rocm build (... | bddppq | 1 | -0/+1 |
2018-12-11 | Pre-commit flake8/clang-tidy (#15102) | Zachary DeVito | 3 | -6/+74 |
2018-12-11 | Make ATen HIPify out-of-place, but still reuse CUDA names. (#14866) | Edward Yang | 3 | -13/+53 |
2018-12-11 | Remove deprecated variable_tensor_functions (#15003) | Peter Goldsborough | 1 | -1/+0 |
2018-12-11 | re-enable copy of python files, but be careful that the copy is only … (#14... | Zachary DeVito | 1 | -1/+5 |
2018-12-11 | Install cpp tests when built (#15000) | Orion Reblitz-Richardson | 1 | -0/+19 |
2018-12-10 | Fixing reading of FBGEMM from env variables | Jesse Hellemn | 3 | -13/+2 |
2018-12-10 | Integrate rocBLAS fp16 api into Caffe2 (#14882) | rohithkrn | 1 | -1/+1 |
2018-12-10 | Disable getNumGPUs rewrite (#14993) | Edward Yang | 1 | -6/+0 |
2018-12-10 | Stop disabling maybeOverlappingIndices (#14999) | Edward Yang | 1 | -6/+0 |
2018-12-09 | Respect -q of setup.py (#14972) | Zachary DeVito | 1 | -14/+26 |
2018-12-07 | Implement `std` for multiple dimensions on CPU devices. (#14535) | Brennan Vincent | 2 | -11/+16 |
2018-12-07 | Fix include paths for TensorOptions | Sebastian Messmer | 1 | -1/+1 |
2018-12-07 | USE_FBGEMM=True by default | James Reed | 3 | -3/+3 |
2018-12-07 | USE_TENSORRT support and TensorRT 5 compatibility | Sergei Nikolaev | 2 | -0/+2 |
2018-12-07 | Large scale fix of python-related files in torch/csrc/ | Peter Goldsborough | 1 | -7/+7 |
2018-12-07 | Make autograd engine compatible with hip | Junjie Bai | 1 | -2/+10 |
2018-12-06 | gradcheck (#14596) | Wei Yang | 2 | -0/+9 |
2018-12-06 | Move TensorOptions, DefaultTensorOptions to c10 | Sebastian Messmer | 1 | -2/+2 |
2018-12-06 | Stop inserting static casts in Hipify (#14853) | Junjie Bai | 2 | -125/+9 |
2018-12-05 | HIPify less files in PyTorch (#14804) | Edward Yang | 1 | -1/+6 |
2018-12-05 | Improve HIPify performance (#14803) | Edward Yang | 2 | -35/+121 |
2018-12-05 | Unify build_caffe2_amd.py and build_pytorch_amd.py (#14769) | Edward Yang | 6 | -124/+138 |
2018-12-04 | Use .to to convert new tensors in new_tensor (#14097) | Thomas Viehmann | 1 | -6/+16 |
2018-12-04 | Rename _local_scalar to item() (#13676) | Peter Goldsborough | 1 | -1/+1 |
2018-12-04 | Remove use of hipify_caffe2, in favor of file path test. (#14757) | Edward Yang | 2 | -20/+26 |
2018-12-04 | Implements Gather operator for arbitrary axis, sharing the code with BatchGat... | Michael Antonov | 1 | -0/+1 |
2018-12-04 | Back out "Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10" (... | Sebastian Messmer | 1 | -2/+2 |
2018-12-04 | Back out "Fix include paths for TensorOptions, DefaultTensorOptions, OptionsG... | Sebastian Messmer | 1 | -1/+1 |
2018-12-03 | Fix include paths for TensorOptions, DefaultTensorOptions, OptionsGuard | Sebastian Messmer | 1 | -1/+1 |
2018-12-03 | Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10 | Sebastian Messmer | 1 | -2/+2 |
2018-12-03 | Implement Device as a type in the script (#14666) | Zachary DeVito | 1 | -22/+4 |
2018-12-03 | sparse.mm(), reland #14526 (#14661) | Wei Yang | 1 | -2/+3 |
2018-11-30 | Revert D13252990: [pytorch][PR] [sparse] sparse.mm(S, D) | Alyssa Wang | 1 | -3/+2 |