projects
/
platform
/
upstream
/
pytorch.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/pytorch.git
2019-02-20
Nikolay Korovaiko
add list methods: copy,extend (#17092)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
SsnL
Improve error message w/ size inference on empty tensors
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Gemfield
add install step and docs for Android build (#17298)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Soumith Chintala
improve libtorch install docs with GPU note (#17299)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Thomas Viehmann
Add launch bounds for TopK kernel, be more conservative...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Lara Haidar
ONNX Export Maxpool Indices
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Michael Suo
Revert D14144264: [pytorch][PR] [jit] clean up print...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
svcscm
Updating submodules
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Michael Suo
clean up print from test
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
peter
Fix dll loading process in newer Python on Windows...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
peter
Fix dll loading issue for Caffe2 and Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Tongzhou Wang
Fix cuda softmax backward with empty input (#17259)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Jie
at::native batch norm kernel launch config update ...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Sergei Nikolaev
False alarm about leak in TestNN.test_variable_sequence...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Karl Ostmo
U/kostmo/gen circle conf (#17189)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Ailing Zhang
update doc for multinomial (#17269)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Lu Fang
update of fbcode/onnx to 4c091e048ca42682d63ccd3c181156...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Will Feng
Make tril_ and triu_ actually in-place (#17031)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Michael Liu
Fix remaining -Wreturn-std-move violations in fbcode
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Elias Ellison
Lightweight String check Utility (#16858)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
eellison
move prim::None to prim::Constant (again) (#17186)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Krishna Kalyan
Clarification of Lerp operation on tensors (#17253)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Natalia Gimelshein
reenable rand_like fusion when there is no broadcast...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Karl Ostmo
discrepancy in smoke_macos_libtorch_2.7_cpu job spec...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Iurii Zdebskyi
Bool tensor. Part 0: Boolean storage implementation...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
ZhuBaohe
Correct padding and activations docstrings in nn module
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Michael Liu
Use move to avoid copying (#17188)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Zhonghao Liu
Replace resize_dim() with set_sizes_and_strides() ...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Jaliya Ekanayake
C++ Frontend: adding two distributed samples (Random...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
ZhuBaohe
Correct recurrent/linear/dropout/sparse layers docstrings
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
surgan12
Optional arg fixes (#17222)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
bhushan
Reset grad attribute when called using del (#16525)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-17
Ying Zhang
Logging stuffs (#17177)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-17
Mikhail Zolotukhin
Implement IRParser. (#16987)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-17
Junjie Bai
Skip onnx logsoftmax tests in rocm (#17170)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Gao, Xiang
Add namedtuple return for min, median, mode, kthvalue...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
David Riazati
Remove templates for GenericDict
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Ailing Zhang
fix missing constant in adaptive_avg_pool2d AD (#17180)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Mikhail Zolotukhin
Implement NetDef <--> JIT IR converters. Try 2. (#17123)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Hector Yuen
change the epsilon for fp32/fp16 to uint8 to be the...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Elias Ellison
Revert D14109636: [pytorch][PR] move prim::None to...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Elias Ellison
move prim::None to a case in prim::Constant (#16160)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Xiang Gao
Move outplace ops to ATen (#16788)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Igor Fedan
Fix for 16939:multinomial performance regressed
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Adam Paszke
Add special ops for BatchNorm symbolic differentiation...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Elias Ellison
improve error msg when module list isn't added to __con...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Josh Varty
Kaiming Initialization (#14718)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Andy Wei
Pass torch.distributed launch process local rank as...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
David Riazati
Assert cases exist for unschematized ops in alias analysis
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Ailing Zhang
Fix avg pool2d api (#17166)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Karl Ostmo
Fix syntax error in set instantiation (#17174)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Gregory Chanan
Make getting the dtype of a tensor work for backend...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Gregory Chanan
Stop reassigning (output) reference arguments in Binary...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Yinghai Lu
Fix batch insert (#17158)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Karl Ostmo
Generate CircleCI config.yml from a script (#17039)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Nikolay Korovaiko
Add support for simpler for-in-list + tests (#16726)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
David Riazati
Update pybind11 (#17143)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Shen Li
Enforce module device at DataParallel construction...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Krishna
one_hot docs missing (#17142)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Michael Kösel
add pop support to list (#17015)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
svcscm
Updating submodules
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Jongsoo Park
merge fully_connected_rowwise_dnnlowp_op into fully_con...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Jongsoo Park
bug fix when we prepack weight and bias together (...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Brian W. Hart
caffe2: fix PinnedCPUAllocator cudaHostRegister() leak...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Xiang Gao
Add some missing docs to torch.rst, new unittest to...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Jie
(#16825)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
ZhuBaohe
Correct conv and pooling docstrings in nn module (...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
wbydo
Fix AdaptiveLogSoftmaxWithLoss's constructor (#16694)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
David Riazati
Update Upsample docs to match nn.interpolate
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Johannes M...
Remove static_cast insertion/kernel argument extration...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Gu, Jinghui
Upgrade mkl-dnn to v0.17.3 to fix core dump issue ...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Peizhao Zhang
Updated bbox_transform and nms unit test for caffe2...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
BowenBao
Extend support for exporting reshape to onnx. (#16971)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Wanchao Liang
add std to autodiff, and mean/var/std to operator set...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Guoqiang Jerry...
Script module data parallel (#16891)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Jongsoo Park
add pre-packing operation in README.md (#17151)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Summer Deng
Minor fix of the histogram observer in FBL eval flows...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Wanchao Liang
more test coverage on emitIf none dispatch (#16794)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
ngimel
Speed-up adaptive average pooling for the common case...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Thomas Viehmann
Improve example for torch.mode (#17069)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Yinghai Lu
Create BackendTransformerBase to host common functions...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Zhizhen Qin
Fix android crash when model detects nothing
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
kngwyu
Fix some documentation links in torch.tensor (#17109)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Michael Liu
Apply modernize-use-override (2nd iteration)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
James Reed
Generalize catArray for contiguous inputs and dim ...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Wanchao Liang
fix test_jit canonicalize_tensor_iterator
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Sebastian Messmer
Use new constructor in USE_SIMPLE_CTOR_DTOR (#17080)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Xiaodong Wang
Caffe2 TARGETS for HIP (#17076)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Ailing Zhang
maskrcnn & bert AD coverage part 1 (#16689)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
jiej
Second PR to restore reverted commit (#16224) (#17040)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Yinghai Lu
Remove fake inference for shape info in ONNXIFI transfo...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Gregory Chanan
Update alexnet expect.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Michael Kösel
add clear functionality to list (#17050)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Yinghai Lu
Moderate the dim type after LengthsRangeFill (#17096)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
jayleverett
fix behavior of ConcatDataset w/ negative indices ...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Dwarak Rajagopal
Add support of count_include_pad and test end to end...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
BowenBao
Support nonzero onnx export
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Dmytro Dzhulgakov
Add more headers to setup.py to make pytorch/benchmark...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Dmytro Dzhulgakov
Clean up Storage/StorageImpl constructors (#16948)
commit
|
commitdiff
|
tree
|
snapshot
2019-02-14
Dmytro Dzhulgakov
Safety check for negative alloc_cpu() attempt (#17071)
commit
|
commitdiff
|
tree
|
snapshot
next