platform/upstream/pytorch.git
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
2018-12-12 Peter GoldsboroughRemove deprecated variable_tensor_functions (#15003)
2018-12-12 Jane Wangadd gloo scatter support on GPU (#14917)
2018-12-12 Zachary DeVitore-enable copy of python files, but be careful that...
2018-12-11 Richard ZouSplit off fuser tests in test_jit.py to their own test...
2018-12-11 David RiazatiSupress warnings on generated tests
2018-12-11 Josef Lindman... Issue 14984: Remove divide by zero error in index_put_...
2018-12-11 zrpherculeUpdate onnx coverage script for more accurate result...
2018-12-11 Michael Suotox.ini -> .flake8 (#15065)
2018-12-11 Roy Lisilence unreachable code warnings (#15036)
2018-12-11 Michael Suoimprove deep equality check in alias annotation test...
2018-12-11 James SunFix race condition in ThreadPool::workOnTasksUntilCompl...
2018-12-11 TerryTsaoFix CMakeLists.txt for Int8 python bindings (#15047)
2018-12-11 Orion Reblitz... Install cpp tests when built (#15000)
2018-12-11 Michael CarilliStashing checkpointing RNG states based on devices...
2018-12-11 svcscmUpdating submodules
2018-12-11 Marat DukhanSwitch Int8Softmax, Int8Relu, and Int8LeakyRelu to...
2018-12-11 Lingyi LiuAdjust the API call to deserilize the tensorproto ...
2018-12-11 Natalia Gimelsheinuse datatype dependent tolerance in data parallel tests
2018-12-11 paland3Update pooling.py (#14998)
2018-12-11 Zachary DeVitoClean up casting ops (#14947)
2018-12-11 Jongsoo Parkshare code between adagrad and rowwise adagrad tests...
2018-12-11 Ilia CherniavskiiTBB task graph (#15041)
2018-12-11 bddppqEnable more caffe2 fp16 rocm tests (#15040)
2018-12-11 Lu FangEnable the build of tests in ATen/core (#15032)
2018-12-11 Gregory ChananMore scaffolding for LegacyTHDispatch. (#14852)
next