platform/upstream/pytorch.git
2018-12-26 Alexander RodinUse at::zeros instead of torch::zeros in non-differenti...
2018-12-26 peterFix the compare logic in function `overflows` for MSVC...
2018-12-24 SsnLAllow converting char tensor to numpy; add [fi]info...
2018-12-24 Lin HuangPort replication_pad1d to ATen (#15507)
2018-12-24 Peter GoldsboroughSupport stateful dataset (#15096)
2018-12-24 Michael Suoput interactive prompt in bash (#15521)
2018-12-24 peterFix the iterator category for torch::data::Iterator...
2018-12-23 Michael SuoPrecommit hook: just warn if no clang-tidy (#15514)
2018-12-23 Gao, XiangAdd torch.rot90 to torch.rst
2018-12-23 Brennan Vincentfix parallelization detection for CPU foreach_reduced_e...
2018-12-22 Jongsoo Parkadd rowwise adagrad lp test (#15082)
2018-12-22 Jongsoo Parkhandle empty inputs to SparseLengthsMean correctly...
2018-12-22 Hao LuAdd pthreadpool_create and pthreadpool_destroy (#15492)
2018-12-22 Pritam DamaniaMetadata for input/output formats in model file proto...
2018-12-22 Zachary DeVitoadd len to nativeResolver (#15488)
2018-12-22 David RiazatiRemove NoneGenerator
2018-12-22 David RiazatiAdd self to Python printer reserved words (#15318)
2018-12-21 Ailing ZhangAD support for adaptive_avg_pool2d (#15459)
2018-12-21 Hao LuHandling nullptr case
2018-12-21 Bram WastiRelax check on outputs (#15458)
2018-12-21 Zachary DeVitoallow non-final returns (#15463)
2018-12-21 derekFixed trivial typos in Dropout2D and Dropout3D classes...
2018-12-21 svcscmUpdating submodules
2018-12-21 surgan12eq_fixes (#15475)
2018-12-21 vishwakftwEnable running collect_env.py without building PyTorch...
2018-12-21 Bram WastiBack out "[nomnigraph][executor] computeChains with...
2018-12-21 James ReedDirect FBGEMM integraton into ATen (#13777)
2018-12-21 Ashwin RamaswamiReplace getargspec with getfullargspec (#15396)
2018-12-21 Fei SunThe benchmark binary support multiple batches in one...
2018-12-21 Gregory ChananMove torch.logspace to ATen and parallelize on CPU.
2018-12-21 Dmytro DzhulgakovFix cudnn dropout (#15473)
2018-12-21 Jongsoo Parkformat specialized_segment_ops_test.py to prepare D1351...
2018-12-21 Yinghai LuClean up onnxifi transformation code (#15453)
2018-12-21 Edward YangRecord Caffe2's current stream ID in c10_cuda. (#15174)
2018-12-21 Richard ZouAdd option to automatically handle unsorted variable...
2018-12-21 WeihuangXuChange default value of unique to 'sorted=True'
2018-12-21 Jongsoo Parkadd denormal options (ftz and daz)
2018-12-21 surgan12collect_env fix (#15447)
2018-12-21 Lu FangRemove unused field in jit script module deserializer...
2018-12-20 Edward YangRevert D13494873: [pytorch][PR] Fixing ONNX export...
2018-12-20 Viswanath SivakumarFix ASAN div by zero error in rotated GenerateProposals...
2018-12-20 Jerry ZhangTensor construction codemod(ResizeLike) - 7/7 (#15087)
2018-12-20 roryallow numpy-like boolean-list indexing in pytorch ...
2018-12-20 Teng LiDoc improvement on DDP (#15440)
2018-12-20 Edward YangFix type annotation error. (#15448)
2018-12-20 Johannes M... Add launch bounds needed for ROCm 2.0 (#15400)
2018-12-20 Zachary DeVitoSupport enough of closures to write autograd functions...
2018-12-20 hbraun@nvidia.comAdding CUDA version for C2 operators generate proposals...
2018-12-20 Gao, XiangAdd at::one_hot (#15208)
2018-12-20 Fei SunExtract arguments to its own file and pass arguments...
2018-12-20 Spandan TiwariFixing ONNX export of logical ops to have correct outpu...
2018-12-20 David RiazatiMiscellaneous small doc fixes (#15373)
2018-12-20 Edward YangExtend README for ATen/native/cpu (#15437)
2018-12-20 Shen LiImplementing cuda kernel for tril_indices and triu_indi...
2018-12-20 Edward YangRevert D13498974: [pytorch][PR] [jit] Add self to Pytho...
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)
next