platform/upstream/pytorch.git
2018-12-15 Krishna KalyanDelete ffi documentation (#15220)
2018-12-15 Fei SunFix a typo in the assert
2018-12-15 y0astfix cholesky call in potrs example (#15215)
2018-12-15 Michael Suovalue-based mark and sweep DCE (#14910)
2018-12-15 Xiang GaoMention Jacobian-vector product in the doc of torch...
2018-12-15 Jerry ZhangTensor method rename dims()->sizes() (#15246)
2018-12-15 Zachary DeVitoCreate parser.cpp (#15238)
2018-12-15 Fei SunAdd several features to converting images to blobs...
2018-12-15 Yinghai LuSupply static shape info to Reshape when doing onnxGetC...
2018-12-15 rohithkrnFP16MomentumSGDUpdate Op fix and enable for ROCm (...
2018-12-15 Alexander SidorovStart unittesting our main observer (#15191)
2018-12-14 bddppqBuild c10 HIP test
2018-12-14 Krishna Kalyanrecord unit time in torch.cuda.event (#15221)
2018-12-14 James ReedPreserve module hierarchy on traced modules (#15101)
2018-12-14 Zachary DeVitofix an issue where two rules build the same .py files
2018-12-14 Johannes M... Do not ifdef __launch_bounds__ out for ROCm. (#15228)
2018-12-14 Edward YangRevert D13440858: [pytorch][PR] Use a pool of per-threa...
2018-12-14 Chaitanya Sri... enabled tests in test_nn, test_cuda and test_sparse...
2018-12-14 David RiazatiFix jit doc codeblocks and tables (#15227)
2018-12-14 Johannes M... Remove __forceinline__ hipification step. (#15229)
2018-12-14 Peter GoldsboroughEnable all clang-tidy performance checks (#15198)
2018-12-14 Junjie BaiRefactor caffe2 CI scripts and add benchmark scripts
2018-12-14 Peter GoldsboroughBetter tests/support for Python/C++ inter-op (#15193)
2018-12-14 Jerry ZhangTensor construction codemod(ResizeLike) - 3/7 (#15122)
2018-12-14 Michael SuoRevert D13407930: [pytorch][PR] Support torch.tensor...
2018-12-14 Duc Ngocaffe2 - make DataRandomFiller usable in unit tests...
2018-12-14 Duc Ngocaffe2 - easy - utils to set argument of operator ...
2018-12-14 Duc Ngocaffe2 - easy - test utils for tensor assertion (#15020)
2018-12-14 Duc Ngocaffe2 - easy - test utils to compare tensors in two...
2018-12-14 Duc Ngocaffe2 - easy - test utils to fill tensors (#15019)
2018-12-14 Duc Ngocaffe2 - easy - test utils to create operator (#15180)
2018-12-14 Duc Ngocaffe2 - easy - Create test_util to make it easier...
2018-12-14 vishwakftwFix derivative for mvlgamma (#15049)
2018-12-14 Roy LiFix numpy conversion for int8 tensor
2018-12-14 Natalia Gimelsheinadd erf and erfc to fuser/autodiff
2018-12-14 Sebastian MessmerMove TensorImpl::CopyFrom to caffe2::Tensor (2/2) ...
2018-12-14 Sebastian MessmerMove TensorImpl::CopyFrom to caffe2::Tensor (1/2) ...
2018-12-14 Jing HuangFor rotated proposals, replace cv::rotatedRectangleInte...
2018-12-14 Elias EllisonSupport torch.tensor in script (#14913)
2018-12-14 Sebastian MessmerRemove TensorImpl -> Type dependency
2018-12-14 Peter GoldsboroughEnable performance-unnecessary-value-param in .clang...
2018-12-13 Junjie BaiAdd missing caffe2_hip extension in setup.py
2018-12-13 bddppqRemove disabled_features in hipify
2018-12-13 bddppqRun ONNX cuda backend test cases via ROCm
2018-12-13 vishwakftwRemove _finfo; replace _finfo usage with torch.finfo...
2018-12-13 Jerry ZhangTensor construction codemod(ResizeLike) - 4/7 (#15088)
2018-12-13 David ReissReplace non-printable-ascii characters in ProtoDebugStr...
2018-12-13 Jerry ZhangTensor construction codemod(ResizeLike) - 6/7 (#15137)
2018-12-13 Jerry ZhangTensor construction codemod(ResizeLike) - 5/7 (#15084)
2018-12-13 Junjie BaiUse std::vector instead of alloca to work around hcc...
2018-12-13 Junjie BaiFix old tensor OutputTensorCopyFrom usage in ImageInput...
2018-12-13 Vitaly FedyuninKill non-forward, non-backward functions generated...
2018-12-13 Edward YangDelete defunct USE_SIMPLE_BASE_CTOR_DTOR (#15144)
2018-12-13 Lu FangFix typo (#15045)
2018-12-13 Michael CarilliUse a pool of per-thread cudnn handles for each device...
2018-12-13 vishwakftwFix bincount for non-contiguous inputs on CPU (#15109)
2018-12-13 Vitaly FedyuninUnify SparseTensorImpl::size_ and TensorImpl::sizes_
2018-12-13 Peter GoldsboroughPython <-> C++ Frontend inter-op (#13481)
2018-12-13 Richard ZouReuse KernelSpec for FusionGroups with equivalent graph...
2018-12-13 Syed Tousif... Removes THCNumerics usages in RNN.cu (#15085)
2018-12-13 Jongsoo Parkminimize header file includes from _avx2.cc (#14950)
2018-12-13 Gu, JinghuiDisable strict-overflow flag to avoid compilation error...
2018-12-13 Russell KaplanRemove "early-release beta" disclaimer from README...
2018-12-13 Xianjie Chensupport casting to string (#15110)
2018-12-13 Cheng,PenghuiImplementation of ChannelShuffle Op for MKLDNN (#15106)
2018-12-13 Tyler MoncurFix resize for edge case tensors (#14874)
2018-12-13 Peter GoldsboroughAutoformat build_variables.py (#15152)
2018-12-13 Jongsoo Parkdon't compile dnnlowp.cc in avx2 option (#15147)
2018-12-13 Brett Kooncedocs: minor spelling tweaks
2018-12-13 Zachary DeVitoExport defs.bzl to open source for pytorch (#15132)
2018-12-13 Junjie BaiAdd back c2 string_utils include header to benchmark_helper
2018-12-13 Johannes M... use ROCm 1.9.2 fp16 capabilities in rocBLAS and MIOpen...
2018-12-12 Viswanath SivakumarOptimize CPU GenerateProposals op by lazily generating...
2018-12-12 Shen LiImplement torch.tril_indices and torch.triu_indices...
2018-12-12 ImranMinor documentation mistake (#15068)
2018-12-12 David RiazatiAdd script standard library documentation + cleanup...
2018-12-12 Immanuel AlexanderMove adaptive avg pooling 2d to ATen native (#14714)
2018-12-12 Jerry ZhangMove numa.{h, cc} to c10/util (#15024)
2018-12-12 Richard ZouStop erroneously running aten::warn (#15124)
2018-12-12 Edward YangMove CUDAGuard, CUDAStream and CUDAGuardImpl to c10...
2018-12-12 Gregory ChananKill Type.storage. (#15075)
2018-12-12 Brennan Vincentfix infinite loop when get_max_threads is nonzero but...
2018-12-12 Gregory ChananEnsure there aren't variables in checked_tensor_unwrap...
2018-12-12 Richard ZouAdd better support for bools in the graph fuser (#15057)
2018-12-12 Brennan Vincentfix some tests that I accidentally disabled (#15077)
2018-12-12 Edward YangDon't setup x86_64-linux-gnu-gcc as an sccache wrapper...
2018-12-12 Junjie BaiUse c10::to_string that works cross platform (#15117)
2018-12-12 Zhiping XiuAdd EmptyNameScope to allow you jump out from current...
2018-12-12 bddppqRemove linker and dlopen flags that allowed undefined...
2018-12-12 Peter GoldsboroughFix serialization (#15033)
2018-12-12 Fei SunUpdate the output format for benchmark_helper. It outpu...
2018-12-12 Zachary DeVitoPre-commit flake8/clang-tidy (#15102)
2018-12-12 Jane Wangadd gloo support for gather on GPU (#14916)
2018-12-12 Sebastian MessmerFix include paths for UndefinedTensorImpl.h
2018-12-12 Sebastian MessmerMove UndefinedTensorImpl to c10 (meh) (#14817)
2018-12-12 Sebastian MessmerFix include paths for TensorImpl.h
2018-12-12 Sebastian MessmerMove TensorImpl to c10 (yay!)
2018-12-12 Gregory ChananAdd at::scalar_tensor factory function, use it instead...
2018-12-12 Edward YangMake ATen HIPify out-of-place, but still reuse CUDA...
2018-12-12 Daniel IngramAdd error type to raise statement
next