platform/upstream/pytorch.git
2019-03-18 Jongsoo Parkfix bug in pool_dnnlowp_op_avx2.cc (#18141)
2019-03-18 svcscmUpdating submodules
2019-03-18 Vishwak SrinivasanRename gesv to solve (#18060)
2019-03-18 James ReedModify BeamSearch to support CharSourceEncoder (#18107)
2019-03-18 Narine KokhlikyanCircular Convolution Function via circular padding...
2019-03-18 Thomas Viehmanndon't include /usr/include when nvcc is in /usr/bin...
2019-03-18 Michael Suofix double free in test_jit (#18121)
2019-03-18 Huitong QiuReplace resize_dim with set_sizes_and_strides in THTens...
2019-03-18 Tongzhou Wangupdate exp. family doc (#18118)
2019-03-17 Gregory ChananChange one_hot from IndexTensor to Tensor. (#18073)
2019-03-17 Gregory Chananproperly device_guard IndexTensor and BoolTensor. ...
2019-03-17 Michael Suofix corner case for optional aliasing (#18093)
2019-03-16 Jianyu HuangTypo fix (#18089)
2019-03-16 Duc NgoCaffe2 - Add flag to fails if float point exceptions...
2019-03-16 Junjie BaiRemove ComputeLibrary submodule
2019-03-16 Jongsoo Parkremove unused parameters in optimizer tests (#18084)
2019-03-15 Sebastian MessmerSpecify overload name in function schema (#18037)
2019-03-15 Sebastian MessmerExpose c10 cuda ops to caffe2 (#18036)
2019-03-15 Jack Montgomeryupdate of fbcode/foxi to 2bcc4064c90e87b9638615c733485f...
2019-03-15 Gregory ChananAdd backwards compatibility and other fixes to Dispatch...
2019-03-15 Elias EllisonBreakup Test Misc (batch 1/2) (#18071)
2019-03-15 yuanhaoxieRemove the identical if branch (#18019)
2019-03-15 Roy LiRemove Type::elementSizeInBytes
2019-03-15 Michael Köseladd index and count to list (#17446)
2019-03-15 Lara Haidar... ONNX Export IsNan op
2019-03-15 Michael Suosupport serialization of classes (#17856)
2019-03-15 Michael Köseladd reverse to list (#17001)
2019-03-15 Lu Fang1/2 Add Tracing support for C2 Ops (#17899)
2019-03-15 Richard ZouDelete dead code in THTensorMoreMath.cpp (#17993)
2019-03-15 Richard ZouError out on in-place (unary) ops on tensors that have...
2019-03-15 Richard ZouImplement at::has_internal_overlap helper function...
2019-03-15 Gregory ChananFix truncation of default float values in JIT signature...
2019-03-15 Choongwoo HanAllow None for checkpoint (#17969)
2019-03-15 ttup7777Fix unclosed files in download.py, test_onnxifi.py...
2019-03-15 Junjie BaiRun multi-gpu (single host) resnet50 and resnext101...
2019-03-15 BowenBaoUpdate nonzero onnx export (#18047)
2019-03-15 Jongsoo Parkmore careful use of auto in sparse operations (#17958)
2019-03-15 Junjie BaiUpdate caffe2 docker images tag to 253 (#18031)
2019-03-15 Johannes M... Fix typo (#17949)
2019-03-15 J M DieterichUpdate to ROCm2.2 (#18007)
2019-03-15 Michael Suofix clang-tidy (#18030)
2019-03-14 David RiazatiAllow fewer arguments than the max in ArgumentSpec...
2019-03-14 Lu Fangupdate of fbcode/foxi to d1f45b1a2b1585d0e9bc65e15e463d...
2019-03-14 Edward YangUse std::isnan instead of self-comparison. (#18021)
2019-03-14 Yinghai LuUnroll If ops when doing ONNXIFI transform (#18039)
2019-03-14 Yinghai LuMinor improvements to ONNXIFI transform (#17964)
2019-03-14 Junjie BaiRun fp16 resnext101 training in bench script (#17963)
2019-03-14 JieTensor Iterator loop unrolling (#17667)
2019-03-14 Xiaomeng YangTemp fix for TileOp backward compatibility (#18026)
2019-03-14 Michael Suoadd a dump method to TreeViews (#17965)
2019-03-14 Duc NgoJIT IR - Make valueMapPtr optional in convertNetDefToIR...
2019-03-14 Yanghan Wangregister RoIAlign with C10
2019-03-14 Wanchao Liangadd tanh to AD and fix layernorm schema
2019-03-14 peterAdd magma debug version for Windows
2019-03-14 peterSimplify env creation when running Windows tests (...
2019-03-14 Edward YangFix lint in test_multiprocessing.
2019-03-14 Gregory ChananRemove ArgcountSortPlugin, which doesn't seem to be...
2019-03-14 Edward YangFix lint in test_nn.py (#18006)
2019-03-14 Sebastian MessmerSimplify macros for exposing c10 ops to c2 (#17781)
2019-03-14 Sebastian MessmerImprove caffe2 operator wrapping (#17743)
2019-03-14 Gregory ChananRemove unused KwargsPlugin.
2019-03-14 vaeksareDisable btri tests on Windows if MAGMA is not found...
2019-03-14 bhushanReport convolution size mismatch (#17436)
2019-03-14 Jongsoo Parkmake momentum non negative in adagrad test (#18009)
2019-03-14 Lu FangFix the CI
2019-03-13 Junjie BaiFix missing return in HIPStreamMasqueradingAsCUDA:...
2019-03-13 Gregory ChananRemove AssertNDim, which doesn't seem to be used.
2019-03-13 Gregory ChananRemove unused BoolOption.
2019-03-13 Elliot WaiteFix some typos in distributed.py.
2019-03-13 peterFix Windows test CI
2019-03-13 Edward YangFix lint in test_utils.py (#17944)
2019-03-13 Guanheng ZhangSpeed up gemm by reordering the for loops (#17730)
2019-03-13 livcfix punctuation
2019-03-13 Thomas Viehmannfixes for AVX detection (#17915)
2019-03-13 Thomas ViehmannDisable FBGEMM when building under x86 32bit (#17922)
2019-03-13 serhii-havrylovUpdate docs for `mark_non_differentiable` method (...
2019-03-13 Sebastian MessmerSimplify OpKernel (#17925)
2019-03-13 Junjie BaiMark DispatchTable move ctor and move assignment operat...
2019-03-13 Lu FangAdd more hint in the JIT tracer (#17957)
2019-03-13 Andrey MalevichFix half-float conversion ops to handle tensors larger...
2019-03-13 Lu FangOverride the resolve_library_path in FBCode (#17497)
2019-03-13 Karl Ostmoupdate ccache guide (#17938)
2019-03-13 Michael Suounify cpp tests (#17947)
2019-03-13 svcscmUpdating submodules
2019-03-13 Duc NgoRemove sinkMaxPool transformation (#17694)
2019-03-13 Alexey KozhevnikovFix Windows build (#17917)
2019-03-13 Jongsoo Parkfix overly restrictive assertion (#17939)
2019-03-13 Owen AndersonEnable threadpool threads to greedily acquire new tasks...
2019-03-13 Duc NgoJIT IR - Add option to remove prefix string when conver...
2019-03-12 Kai ZhangMisleading documentation for module._load_from_state_di...
2019-03-12 Sandeep KumarEnable detectron on AMD GPU
2019-03-12 Iurii ZdebskyiRemoved dead code from THTensorMath.h (#17873)
2019-03-12 Edward YangFix lint in test_torch.py (#17807)
2019-03-12 svcscmUpdating submodules
2019-03-12 jainkunal3004Eliminate the use of Type. (#17804)
2019-03-12 Dan PoveyMake Variable::set_data non-const; cosmetic fixes.
2019-03-12 Ailing Zhangremove warning for upsample code (#17921)
2019-03-12 Xiaomeng YangOptimize TileOp (#17290)
2019-03-12 Xiaomeng YangOptimize channel_stats_op (#16243)
2019-03-12 Hector Yuenenable shape inference for elementwise operators (...
next