platform/upstream/pytorch.git
2019-04-19 Thomas Viehmannpow scalar exponent / base autodiff, fusion (#19324)
2019-04-19 Gao, XiangImprove unique CPU performance for returning counts...
2019-04-19 Pieter NoordhuisRevert D14909203: Remove usages of TypeID
2019-04-19 Sebastian MessmerAdd tests for argument types (#19290)
2019-04-19 David RiazatiAllow optionals arguments from C++ (#19311)
2019-04-19 Mingzhe LiEnhance front-end to add op (#19433)
2019-04-18 Dmytro DzhulgakovFix cpp_custom_type_hack variable handling (#19400)
2019-04-18 Ailing Zhangfix hub doc formatting issues (#19434)
2019-04-18 Pieter NoordhuisRecursively find tensors in DDP module output (#19360)
2019-04-18 Sebastian MessmerMoving at::Tensor into caffe2::Tensor without bumping...
2019-04-18 Ailing ZhangFix pickling torch.float32 (#18045)
2019-04-18 David RiazatiRespect order of Parameters in rnn.py (#18198)
2019-04-18 Nikolay KorovaikoRefactor EmitLoopCommon to make it more amenable to...
2019-04-18 Kutta SrinivasanCleanup init_process_group (#19033)
2019-04-18 peterjc123Sync FindCUDA/select_computer_arch.cmake from upstream...
2019-04-18 Alexandros... Update module.py documentation. (#19347)
2019-04-18 Tongzhou WangAdd device-specific cuFFT plan caches (#19300)
2019-04-18 Mingfei MaImprove bmm() performance on CPU when input tensor...
2019-04-18 Sebastian MessmerOptional inputs and outputs (#19289)
2019-04-18 Sebastian MessmerAdd some tests (#19288)
2019-04-18 Sebastian MessmerUse string based schema for exposing caffe2 ops (#19287)
2019-04-18 Sebastian MessmerAllow registering ops without specifying the full schem...
2019-04-18 Sebastian MessmerAdd either type (#19285)
2019-04-18 Sebastian MessmerAllow ops without tensor args if only fallback kernel...
2019-04-18 Sebastian MessmerString-based schemas in op registration API (#19283)
2019-04-18 Sebastian MessmerMove function schema parser to ATen/core build target...
2019-04-18 Lu Fangupdate of fbcode/onnx to ad7313470a9119d7e1afda7edf1d65...
2019-04-18 Roy LiRemove copy and copy_ special case on Type (#18972)
2019-04-18 Spandan TiwariAdd constant folding to ONNX graph during export (Resub...
2019-04-18 Roy LiRemove usages of TypeID (#19183)
2019-04-18 Sebastian MessmerFixing function schema parser for Android (#19281)
2019-04-18 Sebastian MessmerSplit function schema parser from operator (#19280)
2019-04-18 Ailing Zhangfix hub doc format
2019-04-18 Mikhail ZolotukhinClang-format torch/csrc/jit/passes/quantization.cpp...
2019-04-18 Shen LiAllow DDP to wrap multi-GPU modules (#19271)
2019-04-18 Jiyan YangAdd validator for optimizers when parameters are shared
2019-04-18 Ailing Zhanghub minor fixes (#19247)
2019-04-18 Elias Ellisonfix wrong schema (#19370)
2019-04-18 Mikhail ZolotukhinFix printing format in examples in jit/README.md. ...
2019-04-18 Eric FaustAllow for single-line deletions in clang_tidy.py (...
2019-04-17 Michael SuoRevert D14901379: [jit] Add options to Operator to...
2019-04-17 Michael SuoRevert D14901485: [jit] Only require python print on...
2019-04-17 Yinghai LuRemove unused template parameter in OnnxifiOp (#19362)
2019-04-17 Jerry ZhangAdd empty_quantized (#18960)
2019-04-17 Elias EllisonCast not expressions to bool (#19361)
2019-04-17 Owen AndersonEliminate type dispatch from copy_kernel, and use memcp...
2019-04-17 Bram WastiOnly require python print on certain namespaces (#18846)
2019-04-17 Bram WastiAdd options to Operator to enable registration of alias...
2019-04-17 Richard ZouError out on in-place binops on tensors with internal...
2019-04-17 Vitaly FedyuninUpdate for #19326
2019-04-17 Zafar TakhirovDecorator to make sure we can import `core` from caffe2...
2019-04-17 Yinghai LuEliminate AdjustBatch ops (#19083)
2019-04-17 Bharat123roxAdd rst entry for nn.MultiheadAttention (#19346)
2019-04-17 Sebastian MessmerDelete C10Tensor (#19328)
2019-04-17 Junjie BaiFix python lint (#19331)
2019-04-17 Nikolay KorovaikoProfiling pipeline part1
2019-04-17 Tongzhou WangFix lint
2019-04-17 Jerry ZhangAdd slicing and int_repr() to QTensor (#19296)
2019-04-17 Jerry Zhangmove const defs of DeviceType to DeviceType.h (#19185)
2019-04-17 Xiaoqiang ZhengAdd a fast path for batch-norm CPU inference. (#19152)
2019-04-17 Jerry ZhangTesting for folded conv_bn_relu (#19298)
2019-04-17 Ilia CherniavskiiInitialize intra-op threads in JIT thread pool (#19058)
2019-04-16 Mikhail ZolotukhinFix ASSERT_ANY_THROW. (#19321)
2019-04-16 David RiazatiAdd len() for strings (#19320)
2019-04-16 Xiang GaoStep 3: Add support for return_counts to torch.unique...
2019-04-16 Karl Ostmoinvoke NN smoketests from a python loop instead of...
2019-04-16 Vitaly FedyuninAdding pin_memory kwarg to zeros, ones, empty, ......
2019-04-16 J M DieterichEnable unit tests for ROCm 2.3 (#19307)
2019-04-16 Jerry ZhangFix type conversion in dequant and add a test (#19226)
2019-04-16 Alexandr Morevmath module support (#19115)
2019-04-16 Shen LiRevert replicate.py to disallow replicating multi-devic...
2019-04-16 Zachary DeVitograph_for based on last_optimized_executed_graph (...
2019-04-16 Richard ZouEnable half for CUDA dense EmbeddingBag backward. ...
2019-04-16 Mingzhe Licalculate execution time based on final iterations...
2019-04-16 Ilia CherniavskiiMove OMP/MKL thread initialization into ATen/Parallel...
2019-04-16 Mark SantanielloAvoid undefined symbol error when building AdIndexer...
2019-04-16 Nikolay KorovaikoEllipsis in subscript
2019-04-16 Ilia CherniavskiiAdd input information in RecordFunction calls (#18717)
2019-04-15 Summer DengAdd NHWC order support in the cost inference function...
2019-04-15 Jongsoo Parkunit test with multiple op invocations (#19118)
2019-04-15 Karl OstmoRun shellcheck on Jenkins scripts (#18874)
2019-04-15 Pieter NoordhuisMake DistributedDataParallel use new reducer (#18953)
2019-04-15 GemfieldFix the return value of ParseFromString (#19262)
2019-04-15 vishwakftwModify Cholesky derivative (#19116)
2019-04-15 Karl Ostmoproduce diagram for caffe2 build matrix (#18517)
2019-04-15 Sam GrossFree all blocks with outstanding events on OOM-retry...
2019-04-15 Vitaly FedyuninMake sure that any of the future versions can load...
2019-04-14 Sebastian MessmerSync fbcode/caffe2 and xplat/caffe2 (1) (#19218)
2019-04-14 Ailing Zhangupgrade bazel version in CI [xla ci] (#19246)
2019-04-13 Junjie BaiUpdate docker images to use ROCm 2.3 (#19231)
2019-04-13 Zachary DeVitofix flake8 (#19243)
2019-04-13 Zachary DeVitoRemove GraphExecutor's python bindings (#19141)
2019-04-13 Zachary DeVitoCleanup ScriptModule bindings (#19138)
2019-04-13 Zachary DeVitoget propagate_shape logic out of module.h (#19137)
2019-04-13 Zachary DeVitoMake debug subgraph inlining thread local (#19136)
2019-04-13 Zachary DeVitoSupport Kwargs in C++ Function/Method calls (#19086)
2019-04-13 Johannes M... Enable working ROCm tests (#19169)
2019-04-13 Ailing Zhangimport warnings in torch.hub & fix master CI travis...
2019-04-13 Jerry Zhangfix lint errors in gen.py (#19221)
2019-04-12 Bram WastiAdd pass registration mechanism (#18587)
next