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