platform/upstream/pytorch.git
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)
2018-12-03 Gregory ChananGet rid of deprecated_factory_method in codegen, which...
2018-12-03 Jongsoo Parkinline adagrad functions (#14194)
2018-12-03 Pieter NoordhuisIncrease test barrier timeout for barrier test (#14689)
2018-12-03 Teng LiFixed DistributedDataParallel cannot kick off all-reduc...
2018-12-02 peterFix CUDA 8 build on Windows (#14665)
2018-12-02 Ravi VatsFixed typo in README.md (#14346)
2018-12-01 Zachary DeVitoUse Type::str() in Type::operator<< (#14657)
2018-12-01 svcscmUpdating submodules
2018-12-01 Zachary DeVitoUse a zip archive as our container format (#14521)
2018-12-01 Alyssa WangRevert D13252990: [pytorch][PR] [sparse] sparse.mm...
2018-12-01 Jerry ZhangTensor construction codemod - caffe2/caffe2/fb/operator...
2018-12-01 Bram WastiFix 'unknown type name 'optional'' (#14383)
2018-12-01 Wanchao Liangfix double precision cast from pybind (#14417)
2018-12-01 Elias EllisonRevert existing no_grad_embedding_renorm_ from aten...
2018-12-01 Yan Zhucuda implementation for PackSegment to support presence...
2018-12-01 svcscmUpdating submodules
2018-11-30 Zeming LinBuild distributed libs in build_libtorch.py (#14037)
2018-11-30 Gregory ChananRemove methods from _th_triu_ and _th_addcmul_. (#14624)
2018-11-30 Wei Yangsparse.mm(S, D) (#14526)
2018-11-30 Freddie MendozaPut back linker flag for OpenMP to prevent build break...
2018-11-30 Peter GoldsboroughRemove OptionsGuard from ATen (#14524)
2018-11-30 Jerry ZhangExplicitly ban uninitialized tensors when invoking...
2018-11-30 Fei SunReport timer in benchmarking when requested
next