platform/upstream/pytorch.git
2018-11-16 Freddie MendozaMake JOIN_TIMEOUT longer for ppc64le (#14107)
2018-11-16 Ilia CherniavskiiLog error from the net's run (#14035)
2018-11-16 Junjie BaiChange hip filename extension to .hip (#14036)
2018-11-16 Your NameEnable Caffe2 ROCm test on centos (#14090)
2018-11-16 Junjie BaiEnable Caffe2 test on centos (#14091)
2018-11-16 Thomas ViehmannRelax limits for gradients in test_jit's checkGraph...
2018-11-16 Anders Papittoadd torch-python target (#12742)
2018-11-16 Michael Suoalias annotation parsing #2 (#14053)
2018-11-16 Andy ChenMake THPDtype_New error instead of truncate (#14103)
2018-11-16 Yinghai LuAdd filler for SparseLengthsWeightedSum (#13949)
2018-11-16 Wanchao LiangUpdate ATen doc with optional syntax (#14086)
2018-11-16 Tongzhou WangAdd missing space in stft doc
2018-11-16 Brian VaughanPreemptively test for out-of-order length. (#13933)
2018-11-16 Duc Ngonomnigraph - support subgraph visualization (#13795)
2018-11-16 Duc Ngonomnigraph - easy - expose hasProduce(NodeRef) to pytho...
2018-11-16 Duc Ngonomnigraph - easy - expose inducesEdges and addNode...
2018-11-16 Thomas ViehmannTwo small improvements to TorchConfig.cmake (#13849)
2018-11-16 lyuwenyuKeep `ModuleList` consistent with python `list` in...
2018-11-16 vishwakftwFix randint docs (#14083)
2018-11-16 Your NameRevert "Remove OptionsGuard from ATen (#13738)" (#14082)
2018-11-16 Teng LiAdding GLOO_SOCKET_IFNAME env to allow user set gloo...
2018-11-16 Parth RaichuraCaffe2: Fix for creating entries of external_input...
2018-11-16 Michael Suofix lint
2018-11-16 Syed Tousif... Fix CUDA_tensor_apply1 base case (#14056)
2018-11-16 Viswanath SivakumarAdd ResizeNearest DNNLOWP op (#13940)
2018-11-16 Daya S KhudiaTurn fbgemm off by default for pytorch (#14048)
2018-11-16 Teng LiFixed THD DistributedDataParallel not picklable (#14051)
2018-11-16 Peter GoldsboroughRemove OptionsGuard from ATen (#13738)
2018-11-16 Peter GoldsboroughFix DataLoaderTest.EnforcesOrderingAmongThreadsWhenConf...
2018-11-16 Ilia CherniavskiiClean up executor's execution flags (#13869)
2018-11-16 bddppqFix out of order member fields initializaitons (#14015)
2018-11-16 Edward YangRevert D13088038: [pytorch][PR] [jit] extend alias...
2018-11-16 Brian JohnsonUpdating C++ documentation to PyTorch theme. (#13791)
2018-11-16 David RiazatiConvert more weak functions (#14003)
2018-11-16 Matthew BrandyberryFix skip logic in caffe_translator_test.py (#13627)
2018-11-16 Ilia CherniavskiiRemove async_polling (#13825)
2018-11-16 Zachary DeVitoImport a method from an python_print string (#13959)
2018-11-15 Yinghai LuRevert "Upgrade mkldnn bridge to reduce overhead of...
2018-11-15 Jerry ZhangTensor construction: combine Resize+mutable_data -...
2018-11-15 Joe PeplowskiReplaced using declaration with explicit constructors...
2018-11-15 Edward YangRevert D12873145: [pt1][tensor][refactor] FeedTensor...
2018-11-15 Michael Suoextend alias annotations (#13632)
2018-11-15 Thomas Viehmannuse fabs instead of absf in fuser code for aten::abs...
2018-11-15 Xiang GaoSkip all builtin functions when importing names from...
2018-11-15 Gu, JinghuiUpgrade mkldnn bridge to reduce overhead of bridge...
2018-11-15 Bram WastiFix converter to accept const NetDef&
2018-11-15 Lingyi Liufix the deeptext issue (#14005)
2018-11-15 Jerry ZhangRefactor tensor construction in onnxifi_op
2018-11-15 Peter GoldsboroughUse realpath for loaded libraries (#13936)
2018-11-15 Lin Yangfix TensorPrinter when tensor have 0 size. (#13986)
2018-11-15 Ilia CherniavskiiMake RNN operator handle exceptions
2018-11-15 Wanchao LiangFix optional import/export, export multi-margin-loss...
2018-11-15 Teng LiBuild with -Werror (#13998)
2018-11-15 James ReedDont crash on 1d convolution (#13999)
2018-11-15 Michael Suodon't throw in matchTypeVariables (#13989)
2018-11-15 Teng LiFixed uninitialized warning (#14001)
2018-11-15 Sebastian MessmerMove c10 dispatcher prototype to c10/
2018-11-15 Sebastian MessmerFix include paths for typeid.h (#13689)
2018-11-15 Edward YangCanonicalize THD includes with .. in them
2018-11-15 Michael Suomigrate subgraph slicing to use `moveBefore/moveAfter...
2018-11-15 Yan Zhudevice inference for Adam (#13990)
2018-11-15 Edward YangVarious improvements to hipify_python.py (#13973)
2018-11-15 Gregory ChananEnsure nn Losses check scalar vs non-scalar values.
2018-11-14 Yinghai LuSupport exporting Gather and BatchGather to ONNX (...
2018-11-14 Brennan VincentImplement `unsqueeze` for sparse vectors (this also...
2018-11-14 Pieter NoordhuisRetry test on "Address already in use" error (#13911)
2018-11-14 Edward YangCanonicalize THC/THCTensorMasked.cuh include
2018-11-14 Edward YangCanonicalize TH/THRandom.h include
2018-11-14 Edward YangCanonicalize THCUNN/linear_upsampling.h include
2018-11-14 Edward YangCanonicalize THCUNN/common.h include
2018-11-14 Edward YangCanonicalize THCGenerate*.h includes
2018-11-14 Daya S Khudiasubmodule update to fix compilation warnings (#13925)
2018-11-14 Lara Haidar... Fix missing symbol linker error when using libtorch...
2018-11-14 Edward YangMove AlignOf, SmallVector and ArrayRef to c10.
2018-11-14 Teng LiBetter documentation and warning (#13946)
2018-11-14 Xiang GaoMove cosine_similarity to ATen (#12199)
2018-11-14 Jongsoo Parkconsistent rounding (#9)
2018-11-14 Edward YangRemove the hip ignore; it conflicts with real in-tree...
2018-11-14 lberradaExample with edge case 0 for torch.sign (#13771)
2018-11-14 Jongsoo Parkbug fix for 1D conv in NHWC layout (#13813)
2018-11-14 Gregory ChananMove most sccalar checks from nn.yaml into THNN/THCUNN...
2018-11-14 Edward YangClean up caffe2/tools/build_pytorch_libs.{sh,bat} ...
2018-11-14 Edward YangRemove defunct build.sh/THConfig.cmake (#13953)
2018-11-14 Edward YangRename c10::detail to c10::impl (#13838)
2018-11-14 Richard ZouAvoid grabbing DeviceGuard in at::empty when possible...
2018-11-14 Richard ZouSpeed up fusion compiler tensor allocation (#13914)
2018-11-14 Sebastian MessmerMove typeid to c10/util
2018-11-14 Teng LiFileStore auto deletes file and FileStore::add bug...
2018-11-14 Lu FangUse the torch.proto to store script module (#13736)
2018-11-14 Zachary DeVitoMore robust ->match behavior (#13952)
2018-11-14 Junjie BaiAdd caffe2 clang7 build CI job
2018-11-14 Peter GoldsboroughUnflake the ordering enforcement test (#13919)
2018-11-14 AshishAdded MIOpen conv transpose op (#13938)
2018-11-14 Xiaodong WangChange assert --> CUDA_ASSERT_KERNEL to avoid hip undef...
2018-11-14 jario-jinUpdate setup.py to support Nvidia TX2 (#13939)
2018-11-14 Edward YangAdd some more files to gitignore. (#13924)
2018-11-14 Sam GrossFix sum() on fp16 (#13926)
2018-11-14 Junjie BaiRevert D13007266: [codemod][caffe2] Tensor construction...
2018-11-14 Junjie BaiRevert D13007287: [codemod][caffe2] Tensor construction...
2018-11-14 Junjie BaiRevert D13007246: [codemod][caffe2] Tensor construction...
next