platform/upstream/pytorch.git
2018-12-18 Peter GoldsboroughAdd a correctness check for C++ types to custom operato...
2018-12-18 Tristan Ricecaffe2/python/task: added __repr__ methods to all task...
2018-12-17 Roy LiPort nn fold and unfold to c++
2018-12-17 James SunAllow future type parsing
2018-12-17 Jesse HellemnRemoving BUILD_C10_EXPERIMENTAL_OPS option and unglobbi...
2018-12-17 David RiazatiBicubic interpolation for nn.functional.interpolate...
2018-12-17 Wanchao Liangadd isinstance static type checking for jit (#15076)
2018-12-17 peterFix the missing caffe2 proto files for Windows (#15157)
2018-12-17 Edward YangReplace SwitchToDevice(0) with SwitchToDevice() (#15126)
2018-12-17 David RiazatiDon't enforce docstrings on bool dispatch (#15306)
2018-12-17 Soumyaroop RoyFix for issue 14829 (#14908)
2018-12-17 Junjie BaiMinor fixes in .jenkins/caffe2/bench.sh
2018-12-17 Spandan TiwariAdding ONNX export for torch.expand and torch.ne (...
2018-12-17 Edward YangTighten up invariants regarding StreamId. (#15125)
2018-12-17 David RiazatiFix tensor printing bug in Python 2 (#12732)
2018-12-17 peterRefactor hotpatch_vars and apply it to libtorch (#14976)
2018-12-15 Derek KimTrivial comment correction in dataloader (#15276)
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...
next