platform/upstream/pytorch.git
2018-12-20 Erik BrinkmanAdd support for batched pdist (#12302)
2018-12-20 Brennan Vincentmulti-dim standard deviation for CUDA. (#14990)
2018-12-20 David RiazatiAdd self to Python printer reserved words (#15318)
2018-12-20 Peter GoldsboroughPretty printing of C++ modules (#15326)
2018-12-20 Hassan EslamiRestructuring prof dag counters (#13321)
2018-12-20 Wanchao LiangRemove python_default_init from ATen and use Optional...
2018-12-20 Jerry ZhangTensor construction codemod(ResizeLike) - 1/7 (#15073)
2018-12-20 bddppqDo not use fork to invoke test scripts in pytorch rocm CI
2018-12-20 Edward YangReplace Vec256<T>::size with constexpr method (#15406)
2018-12-20 Marat DukhanMake cpuinfo logging less verbose (#15405)
2018-12-20 James SunSupport error handling in forked threads (#14523)
2018-12-20 Jerry Zhangdefault options for OutputTensorCopyFrom (#15248)
2018-12-20 James SunFix Module::copy_into
2018-12-19 Zachary DeVitoadd unpack_outputs to inlineCallTo
2018-12-19 Benoit RostykusFix documentation (#15372)
2018-12-19 Bram WasticomputeChains with nomnigraph (#15366)
2018-12-19 SsnLRefactor dataloader.py (#15331)
2018-12-19 vishwakftwRename potrs to cholesky_solve (#15334)
2018-12-19 Elias Ellisoncentralize side effects ops as node method (#15188)
2018-12-19 Tugrul AtesOptional ScalarType support for native functions &...
2018-12-19 vfdev-5Implement 'to' on ScriptModules (#15340)
2018-12-19 Marat DukhanUpdate cpuinfo submodule (#15385)
2018-12-19 svcscmUpdating submodules
2018-12-19 Jianyu Huangrace condition fix of using mutable_data inside OPENMP...
2018-12-19 Michael Suoadd whitelisted clang-format checks (#15254)
2018-12-19 Zachary DeVitobuild fix
2018-12-19 Zachary DeVitoSplit up compiler.cpp (#15355)
2018-12-19 Ailing ZhangAutograd using torchscript (#14604)
2018-12-19 Wanchao LiangMinor clean up for test_jit (#15368)
2018-12-19 David RiazatiAdd RNNCell modules to Script standard library (#14695)
2018-12-19 David RiazatiRemove fully qualified weak script names (#15364)
2018-12-19 Chandler ZuoRedefine scheduler to set learning rate using recursive...
2018-12-19 Ruiyang LiuReplace resize_dim() with set_sizes_and_strides() in...
2018-12-19 Richard ZouMinor cleanup for TestFuser tests (#15134)
2018-12-19 Bill Liadd dense vector to id_list operator (#15090)
2018-12-18 Michael Suofix clang-tidy script for python 3
2018-12-18 Gregory ChananPort torch.linspace to ATen and parallelize it on CPU.
2018-12-18 David RiazatiAdd (Un)Fold modules to standard library (#14759)
2018-12-18 Lu FangFix the (reduce)min and (reduce)max ONNX exporting...
2018-12-18 Zachary DeVitoMethod returns a single argument (#15289)
2018-12-18 Jerry Zhangcaffe2 mobile opengl (#15322)
2018-12-18 Edward YangRevert D13383102: [pytorch][PR] Upgrade MKL-DNN to...
2018-12-18 svcscmUpdating submodules
2018-12-18 Zachary DeVitoimprove script/no script save error (#15321)
2018-12-18 James SunAllow tracing with fork/wait (#15184)
2018-12-18 Jie[TensorIterator fixing mean to output correct result...
2018-12-18 Edward YangReenable OpenMP by reverting the following two commits...
2018-12-18 Peter GoldsboroughFix _apply in nn.Module (#15305)
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
next