platform/upstream/pytorch.git
2019-02-07 Johannes M... Update CI to recently released ROCm 2.1 release (#16808)
2019-02-07 Yinghai LuUse bound shape inference in SparseNN tests (#16834)
2019-02-07 Davide LibenziAdd recognition for XLA device types.
2019-02-07 Sebastian MessmerFix and re-enable test case (#16643)
2019-02-07 Sebastian MessmerC10_REGISTER_CAFFE2_OPERATOR: Macro for registering...
2019-02-07 Jesse HellemnFix Anaconda logins on binary builds
2019-02-07 Zhicheng Yannew embedding label type in image input op (#16835)
2019-02-07 Michael AntonovUpdate ATen internals to use int64_t for dimension...
2019-02-07 Will FengMake JIT attributes t_ and ts_ store Variable instead...
2019-02-07 David RiazatiBetter error when using a constant tensor (#16724)
2019-02-07 Richard ZouBackport the stable doc build on v1.0.1 to master ...
2019-02-07 Wanchao LiangRemove undefined tensor in jit script (#16379)
2019-02-07 Fritz ObermeyerSupport multiple inheritance in torch.distributions...
2019-02-07 vishwakftwRemove redundant wrappers in torch.distributions (...
2019-02-07 Ying ZhangInsert AdjustBatchSizeOp into the predict_net. (#16811)
2019-02-07 rohithkrnUnify gpu_support variable in python tests (#16748)
2019-02-07 Mohana RaoUpdate Docker file section in README.md (#16812)
2019-02-07 JieTensorIterator cuda launch configs update (#16224)
2019-02-07 Sebastian MessmerDefine layer_norm schema in caffe2 (#16535)
2019-02-07 Sebastian MessmerAutomatically register c10 ops with JIT (#16534)
2019-02-07 Yinghai LuAdd AdjustBatch Op (#16676)
2019-02-07 bddppqBring back running pytorch tests in rocm CI
2019-02-07 Zachary DeVitoRename DynamicType -> TensorType (#16787)
2019-02-07 Yinghai LuUse bound shape inference in onnxifi transform (#16598)
2019-02-06 Soumith Chintalaimprove error message (#16719)
2019-02-06 Jongsoo Parkint8 SpatialBN (#16796)
2019-02-06 Jongsoo Parkcall istringstream clear after str (#16820)
2019-02-06 Narine KokhlikyanReplace resize_dim() with set_sizes_and_strides() ...
2019-02-06 Jongsoo Parkno EIGEN engine for DeformConv (#16785)
2019-02-06 Jongsoo Parkformat deform_conv_test.py (#16786)
2019-02-06 Yinghai LuFix/Improve bound shape inference with real net tests...
2019-02-06 Edward YangTypofix (#16800)
2019-02-06 Oleg Bogdanovcaffe2 | MSVS compatibility fixes (#16765)
2019-02-06 Gu, JinghuiFallback sum/add to CPU if needed (#15267)
2019-02-06 Lu Fangupdate of fbcode/onnx to 822d8df0a2a32233c6022f50a15881...
2019-02-06 Freddie MendozaAdding torch/lib64 in .gitignore for ppc64le CI build...
2019-02-06 Edward YangRevert D13854304: [redo][c10] LayerNorm Registration...
2019-02-06 Edward YangRevert D13855525: [c10] Expose RoIAlign to torch
2019-02-06 Edward YangRevert D13856086: [c10] Expose GenerateProposals to...
2019-02-06 Edward YangRevert D13864292: [c10] Expose BBoxTransform to pytorch
2019-02-06 Edward YangRevert D13865221: [c10] Expose BoxWithNMSLimit
2019-02-06 Edward YangRevert D13866214: [c10] Expose HeatmapMaxKeypoints...
2019-02-06 Rodrigo BerrielFix pip list format in collect_env (#16798)
2019-02-06 Soumith Chintaladisable default system-wide detection of gflags, glog...
2019-02-06 Zachary DeVitofix BUILD_CAFFE2_OPS
2019-02-06 Edward YangRemove unnecessary typing import. (#16777)
2019-02-06 Michael SuoFix alias analysis for fork/wait (#16671)
2019-02-06 Ailing Zhangchanges to apply xla patch (#16781)
2019-02-06 Jerry ZhangTensor construction codemod (#16568)
2019-02-06 David RiazatiWarn when tracing legacy constructors
2019-02-06 David RiazatiUse torch.zeros for nn.LSTM
2019-02-05 Roy LiSet SCCACHE_IDLE_TIMEOUT=1200 (#16728)
2019-02-05 Johannes M... Document hip-clang and its __HIP__ macro (#16771)
2019-02-05 Edward YangRename IntList to IntArrayRef. (#16751)
2019-02-05 David Riazatidict values(), keys(), and len() (#16629)
2019-02-05 Lu Fangupdate of fbcode/onnx to bfa8b335ab6d1ed7b688dc2ec96421...
2019-02-05 Jesse HellemnFix commit races on binary CI on master PR-merges ...
2019-02-05 Bram WastiExpose HeatmapMaxKeypoints to torch (#16528)
2019-02-05 Bram WastiExpose BoxWithNMSLimit (#16529)
2019-02-05 Bram WastiExpose BBoxTransform to pytorch (#16530)
2019-02-05 Bram WastiExpose GenerateProposals to torch (#16477)
2019-02-05 Bram WastiExpose RoIAlign to torch (#16476)
2019-02-05 Bram WastiLayerNorm Registration Example (#16478)
2019-02-05 Bram WastiEnable undefined at::Tensor to be passed as Output...
2019-02-05 Alex ŞuhanAdd XLA / TPU device type, backend type and type id...
2019-02-05 Zachary DeVitoPreserve method parameter names (#16750)
2019-02-05 Ailing Zhangadd xla tests to enabled-configs (#16761)
2019-02-05 Jesse HellemnFix logging top commit of pytorch + builder in binaries...
2019-02-05 Richard J.... Fix type-o in unsupported data type error message ...
2019-02-05 Adam PaszkeMake tuple checks faster (#16657)
2019-02-05 Syed Tousif... Fixes selection of cuDNN algorithm (#15881)
2019-02-05 Adam PaszkeDon't throw in operator== for TypeMeta and ScalarType...
2019-02-05 Brennan Vincentlogsumexp for multiple dimensions (#16475)
2019-02-05 Edward YangRevert D13952085: [pytorch][PR] Fix static linkage...
2019-02-05 James ReedIntegrate PyTorch quantization APIs into ensemble expor...
2019-02-05 James ReedFork/join parallelism for ensemble export modules ...
2019-02-05 James ReedAdd an API to set the number of threads in C10 thread...
2019-02-05 Dmytro DzhulgakovTry to turn off zero-out of tensors fully
2019-02-05 Jerry ZhangTensor method rename size()->numel() - 2/3 (#16745)
2019-02-05 Jerry ZhangTensor method rename size()->numel() - 3/3 (#16747)
2019-02-05 Jerry ZhangTensor method rename size()->numel() - 1/3
2019-02-05 Summer DengBug fix in l2 quantization (#16749)
2019-02-05 Michael Suopoints-to graph simplification (#16605)
2019-02-05 Edward YangRevert "Move outplace ops to ATen (#12413)" (#16731)
2019-02-05 Lu Fangupdate of fbcode/onnx to 875f7bbe537b9d6931d065977c192e...
2019-02-05 Soumith ChintalaFix static linkage cases and NO_DISTRIBUTED=1 + CUDA...
2019-02-04 Jerry ZhangTensor method rename ndim()->dim() - 1/3 (#16678)
2019-02-04 Mas-ud HussainMerge job-spec env variables of Pytorch/Caffe2 CI jobs...
2019-02-04 Jesse HellemnLog top commit of pytorch + builder in binaries
2019-02-04 Junjie BaiRun resnext101 training in rocm benchmark (#16017)
2019-02-04 Joshua MeierReplace resize_dim() with set_sizes_and_strides() in...
2019-02-04 Jerry ZhangTensor method rename ndim()->dim() - 2/3 (#16679)
2019-02-04 JerryShihUpdate the cmake build configuration for AppleClang...
2019-02-04 Dmytro DzhulgakovFix build with cuda but no cudnn in caffe2 (#16701)
2019-02-04 Dmytro DzhulgakovFix ReservoirSampling zero-initialization reliance...
2019-02-03 Pieter NoordhuisRemove --without-parallel (#16704)
2019-02-03 Pieter NoordhuisBump gloo (#16638)
2019-02-03 vishwakftwFix issue with scalars and __rpow__ (#16687)
2019-02-03 Sebastian MessmerImprove LeftRight (#16524)
2019-02-03 svcscmUpdating submodules
next