platform/upstream/pytorch.git
2019-03-08 Tim KhatkevichSupport failback for more operators in ideep (#17747)
2019-03-08 Mikhail ZolotukhinCleanup include files in jit/passes/common_subexpressio...
2019-03-08 Christian PuhrschUse return names in JIT operators
2019-03-08 Jerry ZhangChange ConvPoolOp<Context>::SetOutputSize to ConvPoolOp...
2019-03-08 Roy LiClean up some old ScalarType stuff
2019-03-07 Elias Ellisonadd reference to flake8-mypy in contributing.md
2019-03-07 vishwakftwMove lerp to ATen, add functionality for tensor weights...
2019-03-07 Iurii ZdebskyiRefactor dispatcher (#17753)
2019-03-07 Wanchao Liangadd layernorm to AD
2019-03-07 Hector Yuenmove half<->float conversions to oss operators (#17548)
2019-03-07 Lu FangFix the update ONNX expect files (#17767)
2019-03-07 Mikhail ZolotukhinCleanup testFusion/testOne: there are unused arguments.
2019-03-07 Lu Fangupdate of fbcode/onnx to 96c58ceeacf0f2b73d752e413e4fd7...
2019-03-07 Lu FangSet the default ONNX opset to the latest stable opset...
2019-03-07 David RiazatiAdd module attributes (#17309)
2019-03-07 Spandan Tiwari- refactoring serialization of ONNX initializers to...
2019-03-07 Lara Haidar... ONNX Export for Max and Average Pooling in CEIL_MODE
2019-03-07 Elias Ellisonuse flake8-mypy (#17721)
2019-03-07 Jongsoo Parkuse fp16<->fp32 intrinsic (#17496)
2019-03-07 Ahmed AlyImplement a Caffe2 standalone LSTM operator (#17726)
2019-03-07 Sebastian Messmercaffe2:libtorch_cuda depends on caffe2:caffe2_gpu ...
2019-03-07 Jongsoo Parkadd tensor and cost inference functions (#17684)
2019-03-07 Lara HaidarONNX Export Narrow op
2019-03-07 Yinghai LuKeep the dim_type of hinted shape as BATCH if possible...
2019-03-07 jwufix different round behavior on CPU and GPU #16498...
2019-03-07 zou3519Warn about memory overlaps on expanded tensors (#17576)
2019-03-06 Tongzhou Wangfix exp fam. formula
2019-03-06 Sebastian Messmerrefactor caffe2 operator constructors - 10/9 (#17659)
2019-03-06 Lu FangImprove ONNX symbolic for logsoftmax and softmax (...
2019-03-06 peterEnable using CMD when building cpp extensions on Windows
2019-03-06 Yinghai LuDo not rename net boundary inputs/outputs during ssaRew...
2019-03-06 Sebastian MessmerReapply D14078519 (#17596)
2019-03-06 eellisonBatch of expect file removals (#17581)
2019-03-06 jiej(#14267)
2019-03-06 Tongzhou WangUpdate ModuleDict doc about order
2019-03-06 Pieter NoordhuisUpdate CODEOWNERS (#17720)
2019-03-06 Lara Haidar... ONNX Export Argmin and Argmax ops
2019-03-06 Lu FangTurn atol to 1e-5 when comparing the end to end results...
2019-03-06 Elias Ellisonremove loop expects (#17695)
2019-03-06 youkaichaotypo fix
2019-03-06 Deepali Chourasiaomit group conv NHWC test for GPU (#17715)
2019-03-06 Elias Ellisonfix tuple matching (#17687)
2019-03-06 Spandan TiwariTemporarily disable Upsample operator tests in pytorch...
2019-03-06 peterAdd check for x64 Python before setup (#17707)
2019-03-06 Edward YangReplace caffe2::DeviceGuard with c10::cuda::CUDAGuard...
2019-03-06 Duc NgoRemove nomscheduler (#17693)
2019-03-06 bhushanindex operation support for torch.HalfTensor (#17645)
2019-03-06 Soumith ChintalaRevert D14160172: Implement a Caffe2 standalone LSTM...
2019-03-06 Tongzhou Wangfix typo in hub doc
2019-03-06 Ailing Zhangfix dropout AD & rename range to rangelist (#17691)
2019-03-06 Chaitanya Sri... enable use of MIOpen for depthwise convolutions (#17685)
2019-03-06 Ahmed AlyImplement a Caffe2 standalone LSTM operator (#17461)
2019-03-05 Soumith ChintalaFix nll_loss crash on cpu where ignore_index is out...
2019-03-05 Johannes M... Add '--hip-clang-launch' to favor <<<>>>-based launch...
2019-03-05 Sam GrossImprove caching allocator for Pascal and newer GPUs...
2019-03-05 Davide LibenziTurn the Half::from_bits into a constexpr function...
2019-03-05 Elias EllisonRemove Expect Files from python / tracing / script...
2019-03-05 peterjc123Enable apex on Windows
2019-03-05 Soumith Chintalabump docker build to upgrade magma to 2.5.0 (#17674)
2019-03-05 Sebastian Messmerrefactor caffe2 operator constructors - 1/9 (#17082)
2019-03-04 Sebastian MessmerExpose cuda kernel for caffe2::GenerateProposals
2019-03-04 Jongsoo Parkprint warnings when DNNLOWP_16 or DNNLOWP_ROWWISE_16...
2019-03-04 Sebastian MessmerFix XOutput/XOutputTensor for ivalue based c2 operators...
2019-03-04 Sebastian MessmerFix InputSize/OutputSize for ivalue based operators...
2019-03-04 Wanchao LiangFix clamp fusion on missing limits (#17533)
2019-03-04 Jieint32 indexing for Tensor Iterator Reduction (#17428)
2019-03-04 Iurii ZdebskyiRemoved all usages of TH_Index_Base (#17591)
2019-03-04 Dmytro DzhulgakovPyTorch/Caffe2 tensor interop in Python (#17190)
2019-03-04 wkcnFixed typo in aten/src/ATen/native_parse.py (#17641)
2019-03-04 Martin SchatzRemove GPU dependency from ProfileObserver (#17592)
2019-03-04 Brennan VincentDon't make factory methods create a tensor and then...
2019-03-03 Jack Richter... Fixed typo in torch/functional.py w/r/t broadcast_tenso...
2019-03-03 Bryan HeChange fake tqdm constructor to match real tqdm (#17636)
2019-03-03 Christian PuhrschMark native_functions as matched if uncaptured by JIT...
2019-03-02 Christian PuhrschBan std::array from native_functions.yaml
2019-03-02 Christian PuhrschRemove more usages of BoolTensor and IndexTensor from...
2019-03-02 Thomas ViehmannImplement kthvalue in ATen (#17544)
2019-03-02 Christian PuhrschChange vml.h to support sizes greater than 2**32 - 1
2019-03-01 Grigory Arutyunovmsvc_fixes (#17201)
2019-03-01 Jithun NairHipify fixes for Masquerade logic (#17598)
2019-03-01 Wanchao LiangRename prim::Undefined to prim::AutogradZero (#17611)
2019-03-01 Roy LiAdd python test for extension backend tensor.device...
2019-03-01 Edward YangRevert D13935403: Call c10 cuda op from test_torch
2019-03-01 Amy Yangadd command line option to use hive filler; add README...
2019-03-01 Thomas ViehmannRemove TH(CU)NN Sparse Linear (#17610)
2019-03-01 ZhuBaoheCorrect docstring of vision/init functions
2019-03-01 Sebastian MessmerCall c10 cuda op from test_torch
2019-03-01 peterRevert #17191 and #17215 that no longer apply on Window...
2019-03-01 Michael Suousertype -> class (#17528)
2019-03-01 Michael Suoalias analysis refactor take 2 (#17594)
2019-03-01 peterFix the missing Windows CPU job in the build status...
2019-03-01 peterUpdate magma to 2.5.0 for Windows
2019-03-01 bhushanAdding support for 0-d tensor for transpose (.t())...
2019-03-01 svcscmUpdating submodules
2019-03-01 Junjie BaiMark cudaGetLastError return value unused in C10_CUDA_CHECK
2019-03-01 Huan Guiadd dropout during eval (#17549)
2019-03-01 Johannes M... Adjust launch_bounds annotation for AMD hardware. ...
2019-03-01 Sebastian MessmerFix verbose compiler warning in flat_hash_map (#17562)
2019-03-01 Sebastian MessmerFix diagnostic pragmas (#17561)
2019-03-01 Sebastian MessmerAllow dispatch based on tensor list args (#17522)
next