platform/upstream/pytorch.git
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)
2019-01-08 Derek KimA trivial error in the error message of `at::Tensor...
2019-01-08 Jongsoo Parkclean up D13579188 (#15759)
2019-01-08 BowenBaoAdd support for exporting onnx split (#15092)
2019-01-07 Jongsoo Parksimplify conv dnnlowp ops by not allowing fp32 in/out...
2019-01-07 Gu, JinghuiEnable conv+add fusion, same as conv+sum (#15268)
2019-01-07 David RiazatiAllow List arguments to Python Ops (#15721)
2019-01-07 SsnLBump CircleCI docker version to 278 (#15795)
2019-01-07 Peter GoldsboroughFix C++ Frontend example in frontend.html (#15717)
2019-01-07 Peter GoldsboroughFix restructured text issue in tensor_basics.rst (...
2019-01-07 Gu, JinghuiFallback to CPU concat op to handle TensorCPU inputs...
2019-01-07 Jongsoo Parkfix conv unit test for groupwise quantization and pre...
2019-01-07 vishwakftwAdd is_floating_point to docs (#15704)
2019-01-07 Elias EllisonPool prim::None nodes (#15745)
2019-01-07 Owen AndersonReplace some malloc+memset pairs with calloc.
2019-01-05 mruberryRemoves print statements from test_torch.py (#15747)
2019-01-05 Mickaël SchoentgenFix several DeprecationWarning: invalid escape sequence...
2019-01-05 ArutyunovGcaffe2_benchmark msvc build fix (#15619)
2019-01-05 Lu FangAdding a hook (wrapper) for non-std stream reader in...
2019-01-05 Cheng,Penghuisupport 0 size in any of the tensor dimensions in mkldn...
2019-01-05 Lin HuangPort replication_pad2d and replication_pad3d to ATen...
2019-01-05 zrpherculeFix different types in rsub caused bug (#15707)
2019-01-05 Jerry ZhangTensor method rename dims()->sizes() - 1/2
2019-01-04 Lu Fangupdate of fbcode/onnx to 8384c788939bc65463f9754b6a7a00...
2019-01-04 andersjremove use of tmp_install
2019-01-04 Will FengUpdate CI credentials
2019-01-04 zrpherculeTemporarily disable all XXXlike operator tests in pytor...
2019-01-04 Jerry ZhangTensor construction codemod - 2/2 (#15600)
2019-01-04 Elias EllisonPrint out operator suggestions for unknown builtin...
2019-01-04 svcscmUpdating submodules
2019-01-04 Jerry ZhangTensor construction codemod - 1/2 (#15598)
2019-01-04 Jongsoo Parkremove dependency to fp32 batch permutation op (#15723)
2019-01-04 Michael CarilliCudnn Handle Pool 3: At Wit's End (#15668)
2019-01-04 vishwakftwRemove TH/THC link for cholesky_solve (#15691)
2019-01-04 YoungseokModify torch.gesv error message (#15654)
2019-01-04 Jongsoo Parkmake conv_depthwise_dnnlowp_op_test faster (#15725)
2019-01-04 Elad Zipporyclarified language of doc for torch.mul (#15664)
2019-01-04 Jongsoo Parkdisallow nbits_in_non_outlier == 0 in acc16 conv; optio...
2019-01-04 Elias EllisonTorch tensor (#15224)
2019-01-03 Shen LiA quick fix for Stream operation errors on non-current...
2019-01-03 David RiazatiBreak up generated tests (#13992)
2019-01-03 Michael Suoflake8 hook fix (#15693)
2019-01-03 Stuart GolodetzPrevent VS2017 from emitting ambiguous symbol errors...
2019-01-03 Zachary DeVitotrace s_copy_ (#15690)
2019-01-03 Ailing ZhangAdd mkldnn conv double backward (#15686)
2019-01-03 Spandan TiwariFix ONNX export of logical ops, including torch.ne...
2019-01-03 Shen LiPort legacy reflection_pad1d to ATen (#15480)
2019-01-03 Jongsoo Parkbug fix in 3d group conv (#15625)
2019-01-03 Gregory ChananPort torch.arange to aten and parallelize on CPU.
2019-01-03 Gerard GoossenIgnore flake8 warning about whitespace before ':' ...
2019-01-03 Xiaomeng YangAdd count_include_pad arg for PoolOpGradient on CPU...
2019-01-03 Jianyu HuangUnify the usage of Dequantize (#15685)
2019-01-03 Shen LiFix vec256 inversion (#15659)
2019-01-03 Zachary DeVitoAdd min/max on numbers to JIT
2019-01-03 Natalia Gimelsheininitialize with ident value in global reduction (#15653)
2019-01-03 svcscmUpdating submodules
2019-01-03 rtarquiniSupport for Jetson Xavier (#15660)
2019-01-03 Jesse HellemnFixing cuda100 smoke tests
2019-01-03 Jerry ZhangRemove PythonOp non-CPU path and PytorchOp (#15417)
2019-01-02 svcscmUpdating submodules
2019-01-02 Michael Suofix select after chunk op (#15672)
2019-01-02 Michael Suomake flake8 failure blocking (#15675)
2019-01-02 Zachary DeVitoredo sleef build fix (#15549)
2019-01-02 Jongsoo Parkformat conv_test.py to prepare D13562099 (#15632)
2019-01-02 kiendangFix torch.gesv args in doc
2019-01-02 surgan12clamp fixes (#15479)
2019-01-02 svcscmUpdating submodules
2019-01-02 svcscmUpdating submodules
2018-12-31 Alexander RodinFix typo in documentation
2018-12-30 vishwakftwMake btriunpack work for high dimensional batches and...
2018-12-30 Xiaomeng YangAdd count_include_pad arg for average_pool_op on CPU...
2018-12-30 vishwakftwRemove TH/THC link for cholesky (#15595)
2018-12-30 ChristophConcatenate directly into shared memory when constructi...
2018-12-30 Mark HarfoucheAdd a patch for OSX with SDK<10.12 (#15615)
2018-12-29 Gao, XiangFix typo: szie -> size
next