platform/upstream/pytorch.git
2019-01-28 Sebastian MessmerHandle stack correctly (#16246)
2019-01-28 HelmutFix compiler error in swapBytes64 for rare architecture...
2019-01-28 Junjie BaiFix lint errors introduced in pytorch/pytorch@ceece5d...
2019-01-28 Syed Tousif... Report the slowest 10 tests when using pytest (#16423)
2019-01-28 Xiaomeng YangOptimize SpatialBNOp on GPU (#16395)
2019-01-28 Igor FedanCPU implementation of torch.cdist (#16168)
2019-01-28 Brennan VincentDon't initialize a new `std::vector` in a loop. (#15850)
2019-01-28 Edward YangMore documentation on caffe2::Operator
2019-01-28 rotunaBetter error message when creating a module instance...
2019-01-27 peterFix issues on Windows brought by #16289 (#16412)
2019-01-27 GemfieldFix a typo in Parallel.h (#16419)
2019-01-27 peterjc123Don't install PDB for Windows static build of caffe2_ob...
2019-01-27 SsnLFix slogdet sign requiring grad when input requires...
2019-01-27 Zachary DeVitoCI Fix: restore MAX_JOBS variable (#16415)
2019-01-27 Samuel FadelUpdate einsum documentation. (#16323)
2019-01-27 James ReedFix flake8 warnings/errors in test_jit.py (#16409)
2019-01-26 James ReedTrace fork and join calls
2019-01-26 vishwakftwSwitch to CUDA implementation if batch size >= 65536...
2019-01-26 SsnLgitignore gdb history
2019-01-26 Juan Miguel... Revert D13821061: [redo][c10] layernorm example
2019-01-26 Jerry Zhangtrying to fix testX (#16370)
2019-01-26 Bram Wastilayernorm example (#16374)
2019-01-26 Bram Wastiplug caffe2 into jit" (#16388)
2019-01-26 Junjie BaiEnable centos pytorch rocm CI
2019-01-26 Zachary DeVitoRemove bash from build (#16289)
2019-01-25 Jerry ZhangRemove caffe2::ShareData (#16139)
2019-01-25 Jesse HellemnTrying a fix to anaconda logins on nightlies
2019-01-25 Elias EllisonUpdate Documentation for Optionals (#16380)
2019-01-25 Zachary DeVitoRevert D13740752: [c10] plug caffe2 into jit
2019-01-25 Gu, JinghuiImpl Shape op for mkldnn (#15266)
2019-01-25 Bram WastiBack out "[c10] layernorm example"
2019-01-25 Ailing ZhangAdd xla test in CI (#15978)
2019-01-25 Edward YangDelete Tensor::swap(), replace with pointer swap (...
2019-01-25 SsnLMake test_proper_exit more robust (#16249)
2019-01-25 Si Chenfix contbuild (#16362)
2019-01-25 Xiaomeng YangMinor change of group_norm_gradient on GPU (#16307)
2019-01-25 Junjie BaiRevert D13551909: [fbcode] logdevice for generic featur...
2019-01-25 Qin Huanglogdevice for generic feature type (#16191)
2019-01-25 Bram Wastilayernorm example (#16350)
2019-01-25 Bram Wastiplug caffe2 into jit (#16331)
2019-01-25 Bram WastiAdd RunOperator for using FunctionSchema registered...
2019-01-25 Bram WastiAdd correct Input() shim to caffe2 operator impl (...
2019-01-25 Shen LiRelax lower bound for nogil timing test to avoid false...
2019-01-25 Mikhail ZolotukhinCode-style fixes. (#16342)
2019-01-25 Jongsoo Parkdisable testing group conv with EIGEN engine (#16335)
2019-01-24 Elias EllisonRemove unneeded manual unwrap optionals (#16245)
2019-01-24 Yan Shangfix buildindexop (#16341)
2019-01-24 Hoa DinhRevert D13747581: Optimize SpatialBN on GPU
2019-01-24 Jerry ZhangAdd Test for ReinitializeTensor (#16338)
2019-01-24 Will FengAdd thread-local guard: at::AutoNonVariableTypeMode...
2019-01-24 Jongsoo Parkreduce parameter space of test_1x1_conv to avoid timeou...
2019-01-24 Sidney ZhangUpdate docs to include variable annotation example...
2019-01-24 Edward YangDelete duplicate copy of THCCachingAllocator. (#16226)
2019-01-24 Edward YangMove THCCachingAllocator to c10_cuda. (#16119)
2019-01-24 Edward YangRemove unnecessary includes and headers from THCCaching...
2019-01-24 Mikhail ZolotukhinDirectly include headers from ATen.
2019-01-24 Richard ZouRefactor the docs build workflow (#16265)
2019-01-24 Owen AndersonSave a little bit of work in constant pooling by not...
2019-01-24 Gregory ChananHandle non-contiguous inputs with mkldnn convolution...
2019-01-24 Xiaomeng YangOptimize SpatialBN on GPU (#16202)
2019-01-24 Xiaomeng Yangoptimize group_norm (#16216)
2019-01-24 Lu FangFix the tensor deserialization problem of jit script...
2019-01-24 Erik BrinkmanSmall fixes for pdist (#16210)
2019-01-24 Jerry ZhangFix comparison in ReinitializeTensor (#16294)
2019-01-24 Benny ChenFix issues under caffe round 1
2019-01-24 David RiazatiAdd support for overloaded functions (#15556)
2019-01-24 Elias EllisonConstant propagation changes (#16244)
2019-01-24 nlmlraise exception if try jit.load non-existent file ...
2019-01-23 Jesse HellemnFixing upload of nightly binaries and clean MacOS outpu...
2019-01-23 Teng LiCUDA event should only be recorded after NCCL group...
2019-01-23 Edward YangChange data() accessor in Caffe2 to return non-const...
2019-01-23 svcscmUpdating submodules
2019-01-23 Christian PuhrschAlign native_functions.yaml func schema more with JIT...
2019-01-23 Syed Tousif... Fixes selection of cuDNN algorithm (#15881)
2019-01-23 Edward YangDisable flaky test
2019-01-23 Junjie BaiUpdate third_party protobuf to v3.6.1
2019-01-23 Armaan Sethifix sigma in the middle of when word (#16227)
2019-01-23 Derek KimTypos and broken RSTs fixed in torch.distribution ...
2019-01-23 Johannes M... tune elementwise for AMD uarch (#16217)
2019-01-23 rohithkrnfix typo in resnet50_trainer.py
2019-01-22 Lu Fangupdate of fbcode/onnx to dc75285d4a1cff9618400164dfdb26...
2019-01-22 Shen LiAdd default_stream() and enhance current_stream() ...
2019-01-22 Edward Yangcomplex_registration_extension.cpp includes to angled...
2019-01-22 Edward YangRemove ATen/Allocator.h forwarding header.
2019-01-22 Edward YangRemove dead curVal store.
2019-01-22 Sebastian MessmerMake kernel registration constexpr again (#16166)
2019-01-22 Sebastian MessmerAvoid closure around kernel (#16165)
2019-01-22 Sebastian MessmerPass IValues from JIT to c10 dispatcher (#16066)
2019-01-22 Shen LiRelease GIL when synchronize or wait (#16182)
2019-01-22 Wanchao LiangRevert D13540278: [pytorch][PR] Unhide unique from...
2019-01-22 Xiang GaoReturn namedtuples from torch.* function with multiple...
2019-01-22 Jongsoo ParkFix formating in caffe2/quantization/server/README.md
2019-01-22 Yaxun (Sam... hip-clang enablement (#16085)
2019-01-22 Andy WeiRaise CalledProcessError when torch.distributed launch...
2019-01-22 Shahzad LoneReserve vectors that we know the size in advance for...
2019-01-22 Will Fengcpp doc fix (#16221)
2019-01-22 Lu FangMove away from ConstantFill (#16214)
2019-01-22 Zachary DeVitoban conv_double_backward from sandcastle, it takes...
2019-01-22 Zachary DeVitoRemove dead code from setup.py, remove need for build...
2019-01-21 Xiang GaoUnhide unique from C++, make unique partially scriptabl...
next