platform/upstream/pytorch.git
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)
2019-04-04 Michael Suorun cpp tests for non-cuda builds in test_jit.py (...
2019-04-04 Lu FangFix the linter (#18842)
2019-04-04 Zachary DeVitoEnforce single parent for script submodules (#18379)
2019-04-04 Elias EllisonAllow ints, floats, and tensors in conditional (#18755)
2019-04-03 Wanchao LiangFix layernorm ad formula on weight and bias (#18233)
2019-04-03 Zachary DeVitoUnify namespace of script::Module (#18378)
2019-04-03 Vitaly FedyuninStep 1: Secretly add return_counts to unique, and refac...
2019-04-03 Shen LiSupport replicating multi-GPU modules (#18687)
2019-04-03 Wanchao Liangflake8 fix
2019-04-03 Gregory ChananRemove `device_guard: False` from native_functions...
2019-04-03 Edward YangSwitch our Linux machine AMI to a newer image. (#18433)
2019-04-03 Jerry ZhangQTensor (#18230)
2019-04-03 Dmytro DzhulgakovEnforce import order to make protobuf cpp implementatio...
2019-04-03 Lu FangPin onnx ir_version to 4 (#18768)
2019-04-03 Soumith Chintalafix nccl compilation to make sure it compiles for archi...
2019-04-03 Soumith Chintalapush magma init into lazyInitCUDA (#18527)
2019-04-03 Jerry ZhangFor some files that are touched by the QTensor diff...
2019-04-03 Wanchao LiangFix contiguous AD and Autogradzero inconsistency (...
2019-04-03 Iurii ZdebskyiAdded indexing for bool tensors and bool Indices (...
2019-04-03 Lu Fangadd an assertion to check the param num (#18145)
2019-04-03 Jiakai Liuadd Android NDK param to CI docker build script (#18782)
2019-04-03 Gu, JinghuiUpgrade mkldnn-bridge for dnnlowp support (#16308)
2019-04-03 Michael Köseladd 'abs' builtin
2019-04-03 kshitij12345Fix dense Embedding to work with double backward (...
2019-04-03 Shen LiHighlight NCCL all_reduce and all_gather requirements...
2019-04-03 svcscmUpdating submodules
2019-04-03 peterMake it possible for users for select /Zi or /ZI over...
2019-04-03 Jongsoo Parkuse optimization in D14020675 (#16945)
2019-04-03 Gregory ChananAdd device and dtype to storage. (#18749)
2019-04-03 Gregory ChananUse non-legacy constructors for tensor deserialization...
2019-04-03 Iurii ZdebskyiAdded numpy conversion (#18505)
2019-04-03 Gregory ChananRemove THTensor_(newUnfold). (#18773)
2019-04-03 mingzhe0908temp fix for flake8 error (#18788)
2019-04-03 Igor FedanFix flake8 issues
2019-04-03 Jerry ZhangChange ReinitializeTensor to use C10_LOG_FIRST_N (...
2019-04-03 Yinghai LuAdd support for getting TensorProto argument (#18364)
2019-04-03 Michael Suomake test module hook use save/load (#18284)
2019-04-03 Zachary DeVitoAdd ability to specialize class types to ArgumentSpec...
2019-04-03 Mingzhe LiOperator-level performance microbenchmarks (#18740)
2019-04-02 Iurii ZdebskyiBool Tensor for CUDA (#18166)
2019-04-02 Jan SchlüterAdd helpful information to the gradient/inplace operati...
2019-04-02 Mikhail Zolotukhinbuild_variables.py: turn on link_whole for _C_impl...
2019-04-02 vaeksareFix windows msbuild bug (#18748)
2019-04-02 Igor Fedantorch.cross' dim default changed to c10::optional inste...
2019-04-02 SachaFix multi-configuration on Windows CMake (CUDA) (#18548)
2019-04-02 Igor FedanFix flake8 issues in gragrad test
2019-04-02 Sebastian MessmerRegister operators by passing arguments to RegisterOper...
2019-04-02 Sebastian MessmerAllow registering an operator schema without a kernel...
2019-04-02 Sebastian MessmerImprove compiler error messages of the op registration...
2019-04-02 Sebastian MessmerImprove and test error messages for signature mismatche...
2019-04-02 Sebastian MessmerEnable gmock and fix system gtest issue (#18706)
2019-04-02 Edward YangEmergency workaround for apt-get failure. (#18733)
2019-04-02 Pieter NoordhuisFix clang-tidy errors in torch/csrc/distributed
2019-04-02 Eli AmesefeUndefined behavior with memset of std::string to 0...
2019-04-02 Soumith ChintalaRevert D14717015: [pytorch][PR] fix nccl compilation...
2019-04-02 Lu Fangupdate of fbcode/onnx to f0d7df2c643c4e37f1fd7735ef02c9...
2019-04-02 Vitaly FedyuninAdding pin_memory kwarg to zeros, ones, empty, ......
2019-04-02 Edward YangImprove Backend comment. (#18567)
2019-04-02 vishwakftwExpose alias multinomial methods to ATen (#17904)
2019-04-02 BloodAxeUpdate cpp_extension.py (#18638)
2019-04-02 Mark Parefix typo
2019-04-02 Gregory ChananKill LegacyBridge functions that don't do multiple...
2019-04-02 svcscmUpdating submodules
2019-04-02 Jongsoo Parkadd Int8FCRelu (#18673)
2019-04-02 David RiazatiFix uninitialized value in pickler (#18678)
2019-04-02 Soumith Chintalafixes multiprocessing serialization for integer nn...
2019-04-02 Soumith Chintalafix nccl compilation to make sure it compiles for archi...
2019-04-01 Jon MalmaudMore type stubs (#18511)
2019-04-01 Gregory ChananNCCL build fix WITH_DISTRIBUTED=1.
2019-04-01 Duc Ngocaffe2 - set up correct inheritance structure for remai...
2019-04-01 Elias EllisonPeephole Optimize Shape Ops (#18549)
2019-04-01 Sebastian MessmerDeprecated lambda based API (#18542)
2019-04-01 Sebastian Messmerdeprecated function based API (#18444)
2019-04-01 Junjie BaiRevert "Tensor construction codemod(raw_mutable_data...
2019-04-01 Pieter NoordhuisC++ handler for gradient reduction (#18251)
2019-04-01 svcscmUpdating submodules
2019-04-01 Jongsoo Parkadd ConvRelu schema (#18693)
2019-04-01 Karl Ostmooffload scripts from win-test.sh
2019-04-01 peterSome fixes for the build script on Windows (#18681)
2019-04-01 Igor FedanFix for double backwards tests (#18190)
2019-04-01 David RiazatiAdd string index/slice operations (#18247)
2019-04-01 eellisonRe-land Parsing file check (#18570)
2019-04-01 Ru LiCreate Node2Vec ModuleKeeper
2019-04-01 Jongsoo Parkuse acc16 only when n>128 and k>128 in Skylake (#18672)
next