platform/upstream/pytorch.git
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)
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...
next