platform/upstream/pytorch.git
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)
2019-01-09 albanDAllow ReadyQueue to handle empty tasks (#15791)
2019-01-09 Brennan VincentIn loop_wrapper, do not copy the passed-in functor...
2019-01-09 David Carrillo... Add NHWC support to Resize Operator (#15553)
2019-01-09 andersjRevert "remove use of tmp_install" (#15847)
2019-01-08 Jesse HellemnCorrecting source pybind11 library to install into...
2019-01-08 Zachary DeVitoimplement floordiv with correct integer and division...
2019-01-08 Derek KimA trivial error message updates on `at::Tensor _convolu...
2019-01-08 peterEnable torch static build on Windows
2019-01-08 Richard ZouFix sum_to behavior with zero dimensions (#15796)
2019-01-08 mwoottonCache workspace size in the BenchmarkCache. (#15742)
2019-01-08 mruberryRefactors shape logic out of code generation, fixes...
2019-01-08 Johannes M... Use parallel thrust execution policy on ROCm (#15481)
2019-01-08 ashishfarmerUse correct workspace alloc call in MIOpen conv operato...
2019-01-08 Jerry ZhangTensor method rename dims()->sizes() - 2/2
2019-01-08 Jerry ZhangRemove caffe2::ShareData (#15418)
2019-01-08 Peter GoldsboroughMove isnan to C++ (#15722)
2019-01-08 Natalia Gimelsheinuse all_weights instead of _parameters in _flat_weights...
2019-01-08 Richard ZouUse CUDAGuard when serializing CUDA Tensors (#15807)
2019-01-08 Adam PaszkeStop leaving garbage files after running test_jit.py
2019-01-08 Adam PaszkeAdd support for batch_norm fusion to the JIT (#15146)
2019-01-08 Yinghai LuSupport communicating with C2 protobuf in Onnxifi flow...
2019-01-08 Xiaomeng YangAdd count_include_pad arg for AveragePoolOp on GPU...
2019-01-08 Shen LiMove Stream.query() implementation down to C++ (#15737)
next