2018-11-28 |
Edward Yang | Revert D13219647: [pytorch][PR] Support Embedding ... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Sebastian Messmer | Remove StorageImpl::type() (#14139) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jerry Zhang | Add XBlobGetMutableTensor that returns Tensor (#14424) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Pieter Noordhuis | Add timeout kwarg to init_process_group (#14435) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Edward Yang | Add support for HIP to DispatchStub. (#14413) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Elias Ellison | Support Embedding + EmbeddingBag in Script (#14415) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jongsoo Park | fix build error from D13188595 (#14481) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Raghavendra... | Revert D13144472: [fix] condition blob in while_op... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jiong Gong | Fix the build issue in setup.py due to cmake version... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
JerryShih | Update OpenMP cmake setting for xcode 9 compiler(AppleC... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Edward Yang | Revert D13166626: [pytorch][PR] ignore generated caffe2... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Brennan Vincent | Make `mean` function work across multiple dimensions... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Francisco Massa | Fix half tensor printing plus speedup large tensor... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Wei Yang | torch.sparse.sum() (#12430) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jiyan Yang | Ensure FP16 rowwise Adagrad can be run |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Jongsoo Park | use fbgemm's im2col fusion and thread partitioning... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Teng Li | PT1 Stable Release Distributed Documentation (#14444) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
David Riazati | Revert D13192230: [pytorch][PR] [jit] Use nn module... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Teng Li | Fixed SyncParam/QueueReduction/SyncReduction test for... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
David Riazati | Use nn module tests in test_jit (#14238) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Brian Vaughan | check for invalid ranges in torch.arange |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Brian Vaughan | roll along multiple dimensions |
commit | commitdiff | tree | snapshot |
2018-11-28 |
David Riazati | Add poisson_nll_loss to script |
commit | commitdiff | tree | snapshot |
2018-11-28 |
David Riazati | Add boolean dispatch for function overloading (#14425) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Zachary DeVito | fix enable_cpu_fuser |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Elias Ellison | Move Affine grid to C++ (#14392) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Peter Goldsborough | Allow building libraries with setuptools that dont... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Wanchao Liang | Fix clang tidy errors |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Zachary DeVito | Handling of pretty-printing methods (#14378) |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Edward Yang | Eliminate necessity of HIPify on AccumulateType.h ... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
andersj | when BUILD_CAFFE2_OPS is OFF, torch-python needs a... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sam Gross | Speed-up "advanced" indexing operations (#13420) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jiyan Yang | Resubmit: Set the correct engine name for position... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Will Feng | Windows local build: restore original working dir after... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jerry Zhang | condition blob in while_op test changes data type ... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
zrphercule | Add test of ONNX_ATEN (#14259) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Hassan Eslami | Allowing TaskGroups to carry remote nets (#14342) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Add scaffolding for HIP backend in ATen/core. (#14285) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Document device_guard in native_functions.yaml (#14235) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
David Riazati | Revert D13192228: [pytorch][PR] [jit] Add boolean dispa... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Remove fake dependencies from TensorImpl to caffe2... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Fix include paths for TensorTypeId.h and TensorTypeIdRe... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move TensorTypeId to c10/core |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Fix include paths for Storage.h and StorageImpl.h |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move Storage and StorageImpl to c10 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Fix include paths for Allocator.h |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move Allocator.h to c10 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move UniqueVoidPtr to c10 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move ScalarTypeUtils.h to c10 |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Fix include paths for Scalar.h and ScalarType.h |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Sebastian Messmer | Move Scalar and ScalarType to c10/core |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Michael Suo | Trace in-place ops (#14254) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Teng Li | Fixed torch.multiprocessing.spawn for not being able... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jerry Zhang | Tensor construction: combine Resize+mutable_data -... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Zachary DeVito | Print default values and introduce ir view classes... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Thomas Viehmann | Add Type support to the fuser, fuse more (#14336) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-27 |
David Riazati | Add boolean dispatch for function overloading (#14081) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Barrier synchronizes with prior work before completing... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Make ProcessGroup::Work::wait() throw (#14298) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Add option structs and timeout field (#14297) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Refer to all work with ProcessGroup prefix (#14296) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Remove algorithm caching in ProcessGroupGloo (#14295) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Pieter Noordhuis | Use new style barrier support in c10d/gloo (#14294) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Wei Yang | fix doc for sparse.addmm (#14403) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jongsoo Park | per-group and per-channel quantization (#14340) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Peter Goldsborough | Add variable_factories.h to cppdocs (#14381) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Jan Schlüter | Use integer math to compute output size of pooling... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Delete legacy THCStream (long live THCStream). (#14246) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Add hash functions for Stream, CUDAStream; fix Device... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Owen Anderson | Implement NaN-propagating max/min on Vec256. |
commit | commitdiff | tree | snapshot |
2018-11-27 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ilia Cherniavskii | Remove unused executors, part 3 (#14199) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ilia Cherniavskii | Remove unused executors, part 2 (#14115) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Ilia Cherniavskii | Remove unused executors, part 1 (#14117) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Edward Yang | Delete OPENMP_STUB translation. (#14286) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Wei Yang | backward for sparse.addmm(D, S, D, alpha, beta) ->... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Marat Dukhan | Switch Int8ChannelShuffle operator to QNNPACK (#14362) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Teng Li | Fixed file init_method write/read race (#14388) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Peter Goldsborough | Fix dataloader iterator test (#14045) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Teng Li | Fixed c10d test (#14389) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Brennan Vincent | fix typo in `torch.sum` documentation (#14250) |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Wanchao Liang | More JIT type hierarchy refinement (#14127) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jesse Hellemn | changing some rpath stuff (#14304) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Kevin Chen | Fix caffe2 => onnx exporter for ConvTranspose (#14143) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Will Feng | Revert D13166669: [pytorch][PR] Allow dataloader to... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
andersj | remove CAFFE2_API from IdWrapper (#14044) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jerry Zhang | FeedTensor returns a Tensor (#14196) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Richard Zou | Allow graph fuser to move chunks past multiple nodes... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jesse Hellemn | Removing Caffe2-specific conda infra |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Michael Suo | fix tensor advanced indexing with assignment (#14311) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jongsoo Park | remove unnecessary zero_point argument from constructor... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
svcscm | Updating submodules |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Peter Goldsborough | Fix -Wreturn-std-move (#14113) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Jongsoo Park | minimize code compiled with avx2 and header includes... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Peter Goldsborough | Add proper from_blob overloads (#13982) |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Brennan Vincent | allow concatenating "hybrid" (sparse/dense) tensors... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Peter Goldsborough | Allow torch.utils.cpp_extension.load to load shared... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Adam Paszke | Batch more matrix multiplies (#13456) |
commit | commitdiff | tree | snapshot |
next |