platform/upstream/pytorch.git
2018-12-06 Jie(#14580)
2018-12-06 Ricardo CuencaConsistent formatting in losses' docs
2018-12-06 Alex ŞuhanAdd (partial) autodiff support for nll_loss (#14305)
2018-12-06 svcscmUpdating submodules
2018-12-06 svcscmUpdating submodules
2018-12-06 lcskrishnaFixed MIOpen RNN Segfault issue and enabled RNN test...
2018-12-06 Yinghai LuExport complete subgraph io info when calling onnxGetBa...
2018-12-06 Huan GuiFix clip gradient with empty input (#14709)
2018-12-06 JerryShihRemove protobuf dependency in pytorch cmake file. ...
2018-12-06 Xiang GaoOptimize images (#14084)
2018-12-06 Aldian FazrihadyPrevent `profile_observer_test` from being run by CPU...
2018-12-06 Achal ShahCAFFE2_INCLUDE_DIRS points to invalid path (#14306)
2018-12-06 HB_alonuse "Extension" instead of the unimported "setuptools...
2018-12-06 Shuichi KITAGUCHIgenerate ATen core files with LF. (#14667)
2018-12-06 Brendan SoffientiniRemove outdated css file and refs in cpp conf.py (...
2018-12-06 vaeksareFixes for some Windows compiler warnings (#14490)
2018-12-06 Edward YangShut up "address will always evaluate to 'true'" warnin...
2018-12-06 Edward YangHIPify less files in PyTorch (#14804)
2018-12-06 Junjie BaiUnify device argument parsing between torch and c10
2018-12-06 Pieter NoordhuisImprove assertion failure message (#14813)
2018-12-06 Bram WastiAdd FunctionSchema based Operator Registry (#13789)
2018-12-06 Pieter NoordhuisIncrease test timeout (#14814)
2018-12-06 Pieter NoordhuisRetry test on address already in use error (#14815)
2018-12-06 Lu Fangimprove ONNX tests on torch.Linear
2018-12-05 Lin HuangDefine THPStorage struct only once (rather than N times...
2018-12-05 Daya S KhudiaFile name change for FbgemmI8Depthwise.h and FbgemmI8De...
2018-12-05 zrpherculeAdd torch.nn.RReLU support in symbolic (#14781)
2018-12-05 Daya S KhudiaMove avx2 specific code in different source files ...
2018-12-05 Marat DukhanValidate matching input shapes in Int8Add operator...
2018-12-05 Tongzhou Wangfix stft arg types
2018-12-05 Edward YangImprove HIPify performance (#14803)
2018-12-05 Ailing ZhangFix cuda multiprocessing cached memory (#14736)
2018-12-05 Peter GoldsboroughSet and get default dtype (#13748)
2018-12-05 Marat DukhanSwitch Int8AveragePool operator to QNNPACK (#14783)
2018-12-05 peterjc123Update magma to 2.4.0 for Windows
2018-12-05 Edward YangUnify build_caffe2_amd.py and build_pytorch_amd.py...
2018-12-05 Ilia CherniavskiiDefault pool() option (#14636)
2018-12-05 Francisco MassaStorage.clone maintains original device (#14751)
2018-12-05 svcscmUpdating submodules
2018-12-05 svcscmUpdating submodules
2018-12-05 Jongsoo Parkinclude avx512vl to avx512 code path (#14733)
2018-12-05 Adam PaszkeUse AT_WARN for warnings in the JIT (#14770)
2018-12-05 Yinghai LuAdd output info when doing onnxGetBackendCompatibility...
2018-12-05 Adam PaszkeDon't DCE PythonOp
2018-12-05 Adam PaszkeImprovements for symbolic AD (#14758)
2018-12-05 Ailing ZhangRevert D13289919: [pytorch][PR] [DataLoader] Refactor...
2018-12-05 Edward YangDelete defunct files from torch/csrc/distributed (...
2018-12-05 Elias Ellisonsupport conv transpose in script
2018-12-05 Teng LiMaking dist.get_default_group private for PT1 release...
2018-12-05 Andy ChenMake checkpoint_sequential work with multiple arguments...
2018-12-05 Lu Fangupdate of fbcode/onnx to 42804705bdbf179d1a98394008417e...
2018-12-05 David RiazatiEnable testing on Loss modules (#14778)
2018-12-05 Wanchao LiangAdd tests for dropout/batchnorm train/eval, remove...
2018-12-05 Gregory ChananSplit LegacyDeviceTypeInit from LegacyTypeDispatch...
2018-12-04 Michael Suodon't allow cse to clean up nondeterministic nodes
2018-12-04 Adam PaszkeReenable all forward-pass fusions that worked before...
2018-12-04 David RiazatiBatchNorm support not tracking stats
2018-12-04 Lu FangMinor doc change in c10/Device.h (#14762)
2018-12-04 Gregory ChananIntroduce LegacyTHDispatcher for dispatching to TH...
2018-12-04 Michael Suodisable batch mm if we have mutable ops (#14771)
2018-12-04 Chandler ZuoReplace at::Half non-vectorized conversions with implem...
2018-12-04 Thomas ViehmannUse .to to convert new tensors in new_tensor (#14097)
2018-12-04 Zeming LinExport generator constructor (#14041)
2018-12-04 Zeming Linc10d doesn't work with torch namespace (#14042)
2018-12-04 Wanchao LiangAdd resnet test, convert more modules (#14437)
2018-12-04 David RiazatiAdd missing test skip
2018-12-04 Peter GoldsboroughRename _local_scalar to item() (#13676)
2018-12-04 Edward YangRemove use of hipify_caffe2, in favor of file path...
2018-12-04 Jerry ZhangAdd inplace FeedTensor for python frontend (#14512)
2018-12-04 Elias EllisonLoss (#14720)
2018-12-04 Ailing ZhangAdd new reduction mode in kl_div (#14457)
2018-12-04 Michael AntonovImplements Gather operator for arbitrary axis, sharing...
2018-12-04 SsnLRefactor dataloader.py (#14668)
2018-12-04 Sebastian MessmerBack out "Move TensorOptions, DefaultTensorOptions...
2018-12-04 Sebastian MessmerBack out "Fix include paths for TensorOptions, DefaultT...
2018-12-04 Adam PaszkeDisable randn_like fusion in the JIT (#14752)
2018-12-04 Ailing Zhangfix import failure in hub test (#14742)
2018-12-04 Edward YangRevert D13304654: [pytorch][PR] Introduce LegacyTHDispa...
2018-12-04 Gregory ChananIntroduce LegacyTHDispatcher for dispatching to TH...
2018-12-04 Zachary DeVitoadd .code property to ScriptModule (#14735)
2018-12-04 Richard ZouFix clamp when min/max are both None (#14716)
2018-12-04 Lu FangRestore device in cpp API (#14711)
2018-12-04 Katherin Yumove structs to header file (#14728)
2018-12-04 Lu Fangimprove the restore device test, and relax the assertio...
2018-12-04 Adam PaszkeReduce broadcasted inputs in derivative code (#14485)
2018-12-04 Elias Ellisoninterpolate (#14123)
2018-12-04 David RiazatiAdd Pooling modules to Script (#14527)
2018-12-04 David RiazatiAdd fractional_max_pool2d to standard lib
2018-12-04 David RiazatiAdd GroupNorm to standard library (#14722)
2018-12-04 Michael Suobasic testing of builtin alias annotations (#14588)
2018-12-04 Sebastian MessmerRemove TensorImpl -> LegacyTypeDispatch dependency
2018-12-04 Sebastian MessmerFix include paths for TensorOptions, DefaultTensorOptio...
2018-12-04 Sebastian MessmerMove TensorOptions, DefaultTensorOptions and OptionsGua...
2018-12-04 Sebastian MessmerFix include paths for Layout.h
2018-12-04 Sebastian MessmerMove Layout to c10
2018-12-04 Sebastian MessmerFix include paths for Backend.h
2018-12-04 Sebastian MessmerMoved Backend to c10 (#14642)
2018-12-04 Wanchao Liangenable NoneValue parameter assignment for WeakScriptMod...
2018-12-04 Zachary DeVitoWAR for self.training (#14719)
2018-12-04 Zachary DeVitofix expect
next