platform/upstream/pytorch.git
2019-04-08 Spandan TiwariFix momentum setting in BatchNorm forward pass. (#18764)
2019-04-08 Jiakai Liuadd android build workflow to pytorch CI jobs (#18919)
2019-04-08 Lu FangExport C10 operator in PyTorch Model (#18210)
2019-04-08 Zachary DeVitoFix interpolate tracing (#19034)
2019-04-08 Elias EllisonFix default dtype in shape analysis (#18968)
2019-04-08 Iurii ZdebskyiRenamed bool tensors into byte tensors (#19021)
2019-04-08 Thomas ViehmannHandle None indexing in TorchScript (#18615)
2019-04-08 Junjie BaiTurn on mkldnn in most builds except rocm
2019-04-08 David RiazatiRemove dead code in module.cpp (#19022)
2019-04-08 Mikhail ZolotukhinConvert test_recursive_cse to use Filecheck inline...
2019-04-08 Mikhail ZolotukhinAdd a document 'How to Write Tests Using FileCheck...
2019-04-08 Duc Ngocaffe2 - Expose tensor filler util to Python (#18886)
2019-04-08 Jiakai Liucall build_android.sh from pytorch CI build script...
2019-04-08 Jon MalmaudType annotations for `util.data`. (#18963)
2019-04-08 Johannes M... ifdef guard some explicit pragma unrolls (#19018)
2019-04-08 Summer DengFix a dev mode bug in activation distribution observer...
2019-04-08 Gregory ChananClean up some sparse code. (#18962)
2019-04-08 Roy LiRemove tensorWithAllocator() from Type (#18780)
2019-04-08 Johannes M... Fix sparse mm for ROCm (#18985)
2019-04-07 Ilia CherniavskiiCheck if profiler is disabled in push/pop event (#18908)
2019-04-07 Nishant PanditImplement Observer pass on simple model and validate...
2019-04-07 Balint CristianAVX2 with GCC9 fix. (#18991)
2019-04-07 Roy LiRemove tensorFromBlob() from Type (#18779)
2019-04-07 James ReedImprove precision of emitted code for prim::Constant...
2019-04-07 Arunavaconvert_sync_batch_norm to SyncBatchNorm (#18787)
2019-04-07 Summer Dengfix bug when falling back to acc32 when weight is prepa...
2019-04-07 Ailing Zhangmove 2ops back to autodiff (#18969)
2019-04-07 Nishant PanditPreserve naming for inputs/outputs with observer insert...
2019-04-07 James ReedEmit math functions specific to output type (#18815)
2019-04-06 Soumith Chintalaadd instructions for NVIDIA Jetson platforms (#18990)
2019-04-06 Nishant PanditQuantizer pass to insert quant-dequant nodes into IR...
2019-04-06 Soumith Chintalaadd SyncBatchNorm to docs (#18988)
2019-04-06 mooncake4132Add c10_cuda to libraries in CUDAExtension for Windows...
2019-04-06 Gao, XiangRemove Trainer from README.md (#18980)
2019-04-06 Zachary DeVitoCreate Object that represents a Module (#18469)
2019-04-06 Gao, XiangAdd numpy like repeat as torch.repeat_interleave (...
2019-04-06 Elias EllisonFix interpolate trace (#18875)
2019-04-06 James ReedCode string API for fuser testing (#18884)
2019-04-05 Michael Suoremove unused func (#18712)
2019-04-05 Junjie BaiRevert D14778810: [caffe2/int8] fix bug when falling...
2019-04-05 Zachary DeVitoslots with explicit value/setValue make more sense...
2019-04-05 Zachary DeVitoMake Object hold its ClassType (#18467)
2019-04-05 Zachary DeVitoEnforce single parent for script submodules (#18379...
2019-04-05 Stas BekmanCUDA_NVCC_EXECUTABLE is not needed, as nvcc is in PATH...
2019-04-05 Ahmad Salim... Fix precision issue with expansion that prefers 'probs...
2019-04-05 Joakim RishaugMethod is supposed to be in-place (#18684)
2019-04-05 Summer Dengfix bug when falling back to acc32 when weight is prepa...
2019-04-05 Marek KolodziejMore numerically stable lerp (#18871)
2019-04-05 Pieter NoordhuisIncrease default c10d/ProcessGroupGloo test timeout...
2019-04-05 Ailing Zhangremove symbolic variable part 1 (#17986)
2019-04-05 Edward YangRevert D14742020: Wrap workaround for cpp custom types...
2019-04-05 Karl OstmoDecompose more Windows scripts (#18917)
2019-04-05 Dmytro DzhulgakovWrap workaround for cpp custom types a bit prettier...
2019-04-05 bddppqRemove cuda::compat functions in aten (#18905)
2019-04-05 Michael Suofix side-effects and aliasing for custom ops (#18711)
2019-04-05 Elias EllisonExpand the list of ops that mutate an inputs shape...
2019-04-05 J M Dieterichadd launch bounds, enable more tests (#18909)
2019-04-05 Yinghai LuAdd backward pass to infer single missing input shape...
2019-04-05 Jiakai Liuchange to use clang if NDK >= 18 (#18914)
2019-04-05 Zachary DeVitoRevert D14673459: [pytorch][PR] [jit] Replace Slot...
2019-04-05 Edward YangDisable flaky test_proper_exit test. (#18950)
2019-04-05 Edward YangCheckout pytorch_sphinx_theme with https. (#18859)
2019-04-05 Pieter NoordhuisAdd tests for reducer class (#18845)
2019-04-05 Owen AndersonFix a few instances of notifying on a CV while holding...
2019-04-05 peterUnify caffe2 and libtorch build scripts on Windows...
2019-04-05 Gregory ChananSimplify storage wrapping in TH. (#18855)
2019-04-05 Gregory ChananCache device on TensorImpl; clean up TensorImpl constru...
2019-04-05 Vitaly FedyuninRevert "Adding pin_memory kwarg to zeros, ones, empty...
2019-04-05 Sebastian MessmerSilence compiler warnings (#18912)
2019-04-05 Dmytro DzhulgakovScriptModuleOp in caffe2 (#18716)
2019-04-05 Karl Ostmoflake8 fix on extracted python script
2019-04-05 David RiazatiReplace Slot on script::Method with NamedIValue (#18252)
2019-04-05 Karl OstmoU/kostmo/windows offload scripts 3
2019-04-05 Tongzhou Wangfix lint in optim doc
2019-04-05 Iurii ZdebskyiFixed the comment to reference gist example instead...
2019-04-05 Sepehr Samenireturn missing keys from load_state_dict (#18668)
2019-04-05 Junjie BaiFix caffe2 miopen conv transpose gradient op for case...
2019-04-05 Brennan Vincentdon't attempt to multiply by a sparse matrix (#18737)
2019-04-05 Wanchao Liangadd Fast-RNN to AI-PEP
2019-04-04 Pieter NoordhuisAllow override of backend in dist.new_group() (#18595)
2019-04-04 LaraONNX Export All Cases of Softmax
2019-04-04 Iurii ZdebskyiAdded bool and half support for resize_as_ and view...
2019-04-04 Lu Fangupdate of fbcode/onnx to 079c2639f9bb79b1774d1e3bfa05b0...
2019-04-04 James ReedActually model scalar type promotion in shape analysis...
2019-04-04 Max WangAdd a .ctags.d/ toplevel directory (#18827)
2019-04-04 WanwannodaoFix typo
2019-04-04 Xiaomeng YangAdd support for group ConvTranspose (#18794)
2019-04-04 Gregory ChananDisallow changing the device of a tensor via set_....
2019-04-04 Karl OstmoU/kostmo/win test offload scripts
2019-04-04 Zachary DeVitoRevert D14603722: Enforce single parent for script...
2019-04-04 Edward YangFix deviceCount on FakeGuardImpl. (#18745)
2019-04-04 Gregory ChananStop swapping in Storages of the wrong device for Tenso...
2019-04-04 Roy LiPass ScalarType separately from Type in python constructors
2019-04-04 Roy LiStore ScalarType and Backend instead of Type in TensorI...
2019-04-04 Roy LiIntroduce DeprecatedTypeProperties class (#17991)
2019-04-04 Bram WastiFix to handle null strides in DLPack tensor (#18510)
2019-04-04 Yinghai LuAdd shape inference function for Split (#18838)
2019-04-04 Lu FangFix the duplication problem in _unique_state_dict ...
2019-04-04 Jongsoo Parkfold col offset into bias; optimize A symmetric quant...
2019-04-04 Michael Suofix flake8 lint (#18835)
next