platform/upstream/pytorch.git
2018-12-07 Peter GoldsboroughLarge scale fix of python-related files in torch/csrc/
2018-12-07 PenghuiChengImplementation of WeightedSum op for mkl-dnn and fix...
2018-12-07 Yudong GuangRevert D13205604: Move numa.{h, cc} to c10/util
2018-12-07 vishwakftwExpose torch.roll function and method (#14880)
2018-12-07 Junjie BaiMake autograd engine compatible with hip
2018-12-07 Jon CrallFixed ConvT docstring (#14876)
2018-12-07 svcscmUpdating submodules
2018-12-07 David RiazatiRemove weak module test expect files (#14871)
2018-12-07 Wei Yanggradcheck (#14596)
2018-12-07 Teng LiSkipping two c10d tests only if there are multi-GPUs...
2018-12-06 Sebastian MessmerMove TensorOptions, DefaultTensorOptions to c10
2018-12-06 Marat DukhanSwitch Int8MaxPool operator to QNNPACK (#14832)
2018-12-06 Richard Zoucollect_env.py: get conda magma and mkl information...
2018-12-06 zrpherculeAdd LogSigmoid support in ONNX symbolic (#14830)
2018-12-06 Ashwin BharambeKill GPU memory logs in normal runs (#14838)
2018-12-06 Junjie BaiStop inserting static casts in Hipify (#14853)
2018-12-06 Jerry ZhangTensor construction codemod - 3/3 (#14835)
2018-12-06 Jerry ZhangTensor construction codemod - 1/3 (#14828)
2018-12-06 Jerry ZhangMove numa.{h, cc} to c10/util (#14393)
2018-12-06 Johannes M... Upgrade CI to ROCm 1.9.2 (#14216)
2018-12-06 Jan SchlüterAllow linspace and logspace with steps=1 and start...
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...
next