platform/upstream/pytorch.git
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
2018-12-04 Lu Fangupdate of fbcode/onnx to 6b34743d2e361bbc0acb29dd735364...
2018-12-04 Edward YangSkip CUDA tests when built with CUDA but no GPUs availa...
2018-12-04 Edward YangMove manual_seed into ATen/Context.h; delete reimplemen...
2018-12-04 Zachary DeVitoImplement Device as a type in the script (#14666)
2018-12-03 Wanchao LiangMeta programming on If Stmt cond to enable conditional...
2018-12-03 Edward YangDelete temporary ATenCoreTest. (#14622)
2018-12-03 Michael SuoRevert D13280899: [pytorch][PR] Reduce broadcasted...
2018-12-03 Lu FangRestore device when import jit script module (#14454)
2018-12-03 David RiazatiAdd linear + pixelshuffle modules to standard lib
2018-12-03 Adam PaszkeReduce broadcasted inputs in derivative code (#14485)
2018-12-03 Michael SuoAllow DCE to clean up some mutable ops (#14601)
2018-12-03 Michael SuoRevert D13272203: [pytorch][PR] [jit] Meta programming...
2018-12-03 Bram WastiMove global-constructor to lazily initialized (mobile...
2018-12-03 Wanchao LiangMake convertable to list also accepts optional
2018-12-03 Jongsoo Parkadd avx512 option (but no avx512 kernel yet) (#14664)
2018-12-03 Wanchao LiangMeta programming on If Stmt cond to enable conditional...
2018-12-03 Teng LiFixed DistributedDataParallel state pickling for multi...
2018-12-03 Edward YangAdd (unused) HIP API to the Context object. (#14623)
2018-12-03 Edward YangReplace THCState_getCurrentStream with direct at::cuda...
2018-12-03 Edward YangDelete hasCuDNN from Context. (#14499)
2018-12-03 Edward YangDelete at::current_device(), Context::current_device...
2018-12-03 Wei Yangsparse.mm(), reland #14526 (#14661)
2018-12-03 Pieter NoordhuisFix multi-argument allreduce in ProcessGroupGloo (...
2018-12-03 Gregory ChananAssert all legacy operators are 'extended_method',...
2018-12-03 Gregory ChananRemove 'type_method_inline_definitions' which isn't...
2018-12-03 Edward YangDelete defunct DynamicCUDAInterface (#14621)
next