platform/upstream/pytorch.git
2019-01-14 SsnLAdd cuda.reset_max_memory_* (#15985)
2019-01-14 SsnLlibshm retry on EINTR (#15964)
2019-01-14 Derek KimImproved the documentation for torch.nn.functional...
2019-01-14 Derek KimImprove the docstring of nn.random.fork_rng (#15960)
2019-01-14 surgan12doc fixes (#15990)
2019-01-14 Jongsoo Parksimplify lambda function use in conv dnnlowp ops to...
2019-01-14 kyrylfix RandomSampler length (#15991)
2019-01-14 peterFix static build on Windows (#15989)
2019-01-14 Sergei NikolaevCaffe 2: Reshape Op upgrade (#15380)
2019-01-13 Jongsoo Parkfix compile error reported in issue #15911 (#15953)
2019-01-12 Jerry ZhangBack out "[pt1][tensor] Remove caffe2::ShareData" ...
2019-01-12 wuhuikxRemove StopGradient op when it is inplace in inference...
2019-01-12 Xiaomeng YangAdd global pooling specialization and also update MaxPo...
2019-01-12 Michael SuoAliasDB interface cleanup (#15656)
2019-01-12 svcscmUpdating submodules
2019-01-12 Peter GoldsboroughAdd the normalize transform to the core library (#15891)
2019-01-12 Jongsoo Park3x3x3 depthwise convolution with per channel quantizati...
2019-01-12 Jianyu HuangMake it consistent for OperatorBase usage (#15908)
2019-01-12 Jerry Zhangrocm build (#15981)
2019-01-12 svcscmUpdating submodules
2019-01-12 Jerry ZhangTensor construction codemod(ResizeLike) - 2/3 (#15940)
2019-01-12 James WebberFixed typo in batchnorm docstrings
2019-01-12 Jerry ZhangTensor reinitialization codemod - 4/5 (#15967)
2019-01-11 Lu FangFix the lint (#15973)
2019-01-11 Jerry ZhangTensor reinitialization codemod - 2/5 (#15947)
2019-01-11 James ReedExpose dim() on type and use it in ONNX symbolics ...
2019-01-11 Jerry ZhangTensor construction codemod(ResizeLike) - 3/3 (#15943)
2019-01-11 Lin YangFC shape inference should use int64_t (#15961)
2019-01-11 Christian PuhrschUndo norm optimizations and add more documentation...
2019-01-11 Cheng,PenghuiAdd/fallback some operators for mkl-dnn (#11696)
2019-01-11 Dmytro DzhulgakovDon't call cudaStreamDestroy at destruction time (...
2019-01-11 Jerry ZhangTensor construction codemod(ResizeLike) - 1/3 (#15944)
2019-01-11 Jesse HellemnMove nightly binary builds to 05:05 UTC (#15966)
2019-01-11 vishwakftwAdd backend checks for batch norm (#15955)
2019-01-11 zrpherculeAdd scalar_type_to_pytorch_type dict in ONNX symbolic
2019-01-11 Zachary DeVitoRegister CPU/CUDA fuser dynamically (#15887)
2019-01-11 Adam PaszkeSimplify cat fusion (#15633)
2019-01-11 Elias EllisonAdd bindings for .cpu() & .cuda() to script (#15904)
2019-01-11 Shen Licomment out large test cases for tril(u)_indices (...
2019-01-11 Lu Fangupdate of fbcode/onnx to 7abd834091f1024c11749dcfd25126...
2019-01-11 Brennan VincentMatch NumPy by considering NaNs to be larger than any...
2019-01-11 Gregory ChananPort empty_strided to ATen. (#15948)
2019-01-11 Syed Tousif... Move cudaDeviceProp to ATen (#14834)
2019-01-11 Derek KimTrivial typo fixings in nn.functional dropout* docstrin...
2019-01-11 Syed Tousif... Resolves ptxas warnings when compiling for CUDA_ARCH...
2019-01-11 Gu, JinghuiFix fallback issues to handle inplace case (#15726)
2019-01-11 Vitaly FedyuninOptimize CPU version performance of the nonzero functio...
2019-01-11 Jerry ZhangTensor reinitialization codemod - 5/5 (#15884)
2019-01-11 Evgeniy ZheltonozhskiyAdd backward pass notes for eig() and symeig()
2019-01-11 Sebastian Messmercaffe2::Tensor::is_same() (#15407)
2019-01-11 Sebastian MessmerClean up Half (#15317)
2019-01-11 Sebastian MessmerMove files to/from c10/core and c10/util (#15316)
2019-01-11 Sebastian MessmerRemove Context from c10 operator schemas (#15312)
2019-01-11 Sebastian MessmerEnable calling caffe2 LayerNorm from PyTorch and JIT...
2019-01-11 Zachary DeVitofix rocm build
2019-01-10 bddppqRemove USE_CUDA and USE_ROCM in engine.cpp
2019-01-10 Peter GoldsboroughExtend note about contributing to the C++ frontend...
2019-01-10 Jesse HellemnFix different env variables in schedules runs pt 2...
2019-01-10 Xiaomeng YangChange PoolOp Functors design to support CuDNN CUDA...
2019-01-10 Peter GoldsboroughFix bug in torch::load and unpack torch::optim::detail...
2019-01-10 Elias Ellisonfix aliasing on unwrap optional (#15748)
2019-01-10 Adam PaszkeJIT Batch Norm fusion (#15897)
2019-01-10 Jesse HellemnFix different env variables in schedules runs
2019-01-10 Orion Reblitz... Allow for registration after GlobalInit (#15876)
2019-01-10 SsnLFix TestDataLoader.test_proper_exit (#15665)
2019-01-10 peterUnify flags and environmental variable when building...
2019-01-10 Jesse HellemnAdding binary builds to circleci
2019-01-10 SsnLFix lint
2019-01-10 an-kumarMake SGD match python (#15840)
2019-01-10 Mikhail Zolotukhintest_jit.py: Speedup EndToEnd tests by reducing workloa...
2019-01-10 Shen LiPorting legacy reflection_pad2d to ATen
2019-01-10 vishwakftwFix log_prob for Gumbel distribution (#15878)
2019-01-10 Jerry ZhangTensor method rename sizes().size() -> dim()
2019-01-10 vishwakftwBatched upper triangular, lower triangular (#15257)
2019-01-10 Summer DengMinor bug fix in dnnlowp (#15841)
2019-01-10 Mikhail Zolotukhintest_jit.py: Replace direct `exec` invocation with...
2019-01-09 Gregory ChananRevert D13468570: [pytorch][PR] Optimize CPU version...
2019-01-09 Mickaël SchoentgenFix several ResourceWarning: unclosed file (#15746)
2019-01-09 Yan ShangFix BuildIndexOp (#15580)
2019-01-09 Shen LiWrap C10 CUDAStream instead of cudaStream_t in THCPStream
2019-01-09 Jerry Zhanguse C10_MOBILE/ANDROID/IOS (#15363)
2019-01-09 Vitaly FedyuninOptimize CPU version performance of the nonzero functio...
2019-01-09 Gregory ChananRemove TH binding of newWithStorage as it is not used.
2019-01-09 Junjie BaiRevert D13598894: [pytorch][PR] [Caffe2] [ROCm] Use...
2019-01-09 Topher LubawayRevert D13548303: [pytorch][PR] Add support for batch_n...
2019-01-09 SsnLFix macos build (#15873)
2019-01-09 zou3519Add torch.bincount() test case on sliced tensor (#15835)
2019-01-09 Andre Georg... deduplicated code in elementwise_op_broadcast_test...
2019-01-09 Jon CrallFixed syntax error in doctest (#15646)
2019-01-09 surgan12crelu mentioned (#15825)
2019-01-09 Yinghai LuInitialize tensor with fp32 in Caffe2Backend.prepare...
2019-01-09 Thomas ViehmannFix cuda native loss_ctc for varying input length ...
2019-01-09 marka17Add element-wise multiplication in formulas (#15834)
2019-01-09 Derek KimTypos fixed in CWrapPlugin.get_type_check (#15859)
2019-01-09 Sebastian MessmerMove LayerNorm op schema to c10 (#15199)
2019-01-09 Sebastian MessmerUpdate flat_hash_map (#15367)
2019-01-09 Sebastian MessmerFix C10_API/C10_EXPORT for op schema registration ...
2019-01-09 Sebastian MessmerUse C10Tensor in the dispatcher (#15195)
2019-01-09 Sebastian MessmerConvert caffe2/aten Tensors to/from c10
2019-01-09 Sebastian MessmerImplement c10::Tensor (#14819)
next