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-01-31
Brennan Vincent
remove unused capture (#16526)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Michael Suo
split up AliasTracker into a separate file (#16588)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Zachary DeVito
Access profiler from cpp (#16580)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
SsnL
Fix cuFFT plan cache size on CUDA 10 cannot be set...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Jesse Hellemn
Clean up binary jobs in CircleCI (#16511)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
svcscm
Updating submodules
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Jongsoo Park
more careful use of inline/template function in perfker...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
svcscm
Updating submodules
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Jerry Zhang
DeviceScope support for CUDA and testing (#15357)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Antoine Busque
Fix: avoid race condition on model zoo directory creati...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Iurii Zdebskyi
Remove redundant declarations (#16463)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Michael Suo
begin splitting up cpp tests (#16536)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Christian Puhrsch
Use dispatch tensor for device_guard instead of first...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Owen Anderson
Eliminate PYCMD in favor of PYTHON_EXECUTABLE in CMake.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
ParticularlyPythonicBS
added example to clear ambiguity in torch.Tensor.view...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-31
Gregory Chanan
Fix uninitialized data and broken broadcasting with...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
SsnL
add new build files to gitignore; test that build does...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Edward Yang
Move Deprecated.h to c10
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Elias Ellison
Allow generic containers as module inputs (#16482)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Erik Brinkman
Explicit pdist captures (#16286)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Mikhail Zolotukhin
Include ATen/core/functional.h directly instead of...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Jesse Hellemn
Remove --no-update-dependencies (#16575)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Edward Yang
Update PyTorch DockerVersion to 285. (#16507)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Tim Khatkevich
Support fallback for more operators (#16566)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Lu Fang
fix the linter
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Sebastian Messmer
Add a test case calling caffe2 layer_norm from caffe2...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Jerry Zhang
Back out "[pt1][tensor] Change ConvPoolOp<Context>...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
zrphercule
Remove the debugging info of pytorch=>onnx coverage...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Jacie Fan
CUDA histogram implementation
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Michael Suo
Use a points-to graph for alias analysis (#16386)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Lara Haidar...
ONNX Export Flatten operator
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Edward Yang
Revert D13880053: [pytorch][PR] add new build files...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
vishwakftw
Allow list and tuples to be passed as output_size to...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Lu Fang
Fix the flake8 linter
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Ailing Zhang
add example multiprocess code (#16345)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Yinghai Lu
Support int64_t shape data for ideep reshape op
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
SsnL
add new build files to gitignore; test that build doesn...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Tim Khatkevich
Fallback support for more operators (#16456)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Lu Fang
Fix the dropout onnx symbolic, and ensure all exported...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Xiaomeng Yang
Seperate level1 elementwise functions from math (#16397)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Sebastian Messmer
Fix includes for ATen/core/stack.h (#16462)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Sebastian Messmer
Add test case for calling c10 ops from pytorch
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Sebastian Messmer
Kernel gets Stack* instead of ArrayRef<IValue> (#16282)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
xuzhu
Chunk dataset implementation (#15932)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Zachary DeVito
try to get rid of tmp_install (#16414)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Gregory Chanan
Fix torch.sparse.sum parsing of dim. (#16517)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-30
Pieter Noordhuis
Make Store::setTimeout take milliseconds (#16278)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Edward Yang
Back out "Delete duplicate copy of THCCachingAllocator...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Matthew Brandyberry
Fix compare_exchange_weak usage in weak_intrusive_ptr...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Lu Fang
update of fbcode/onnx to 15c33c945851907411619f599900c3...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Edward Yang
Make the pytorch's cmake minimum required version equal...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
peter
More windows fixes towards the code refactor (#16451)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
SsnL
Add stack & cat support for CPU Half (#16389)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
peter
Add some smoke tests for Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Thomas Viehmann
create type hint stub files for module torch (#12500)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Edward Yang
Revert D13596031: Improve c2-aten tensor interop and...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Soumith Chintala
url download bugfix for URLs served without Content...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Mikhail Zolotukhin
Properly screen string literals when dumping JIT IR
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Mikhail Zolotukhin
Remove dependency on ResourceGuard from IR.h. (#16351)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Mikhail Zolotukhin
Remove redundant includes from scope.h and attributes.h
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Dmytro Dzhulgakov
Improve c2-aten tensor interop and add proper testing...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Your Name
Remove redundant "build" setup.py commond from onnx...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
James Reed
Fix identifier shadowing in tracer (#16480)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Owen Anderson
Pass WERROR to CMake as an explicit parameter rather...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Edward Yang
Remove redundant build from build develop instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Jerry Zhang
Change SetOutputSize in ConvTransposeUnpoolBaseOp ...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Sebastian Messmer
Move stack.h to ATen/core (#16247)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Sebastian Messmer
Remove state from schema and calling API (#16180)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Mikhail Zolotukhin
Remove generic_if.h. (#16354)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Jesse Hellemn
Remove CUDA_VERSION to flag and remove JOB_BASE_NAME...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-29
Gregory Chanan
Fix cmake byte version issue in build_pytorch_libs.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Jerry Zhang
Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
James Reed
Move tracer impls into cpp file (#16410)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Michael Suo
fix alias annotations on to, cpu, cuda (#16460)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Your Name
Remove usage of deprecated "min_satisfying_examples...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Christian Puhrsch
Support Tensor alias annotations for native_functions...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Johannes M...
Annotate the bicubic interpolation kernels (#16449)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
SsnL
Clear cmake cache when --cmake (#16426)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Jerry Zhang
Remove dims() in caffe2::Tensor (#16356)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Sebastian Messmer
Op-calling API can handle state (#16177)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Sebastian Messmer
Handle stack correctly (#16246)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Helmut
Fix compiler error in swapBytes64 for rare architecture...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Junjie Bai
Fix lint errors introduced in pytorch/pytorch@ceece5d...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Syed Tousif...
Report the slowest 10 tests when using pytest (#16423)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Xiaomeng Yang
Optimize SpatialBNOp on GPU (#16395)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Igor Fedan
CPU implementation of torch.cdist (#16168)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Brennan Vincent
Don't initialize a new `std::vector` in a loop. (#15850)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
Edward Yang
More documentation on caffe2::Operator
commit
|
commitdiff
|
tree
|
snapshot
2019-01-28
rotuna
Better error message when creating a module instance...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-27
peter
Fix issues on Windows brought by #16289 (#16412)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-27
Gemfield
Fix a typo in Parallel.h (#16419)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-27
peterjc123
Don't install PDB for Windows static build of caffe2_ob...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-27
SsnL
Fix slogdet sign requiring grad when input requires...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-27
Zachary DeVito
CI Fix: restore MAX_JOBS variable (#16415)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-27
Samuel Fadel
Update einsum documentation. (#16323)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-27
James Reed
Fix flake8 warnings/errors in test_jit.py (#16409)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-26
James Reed
Trace fork and join calls
commit
|
commitdiff
|
tree
|
snapshot
2019-01-26
vishwakftw
Switch to CUDA implementation if batch size >= 65536...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-26
SsnL
gitignore gdb history
commit
|
commitdiff
|
tree
|
snapshot
2019-01-26
Juan Miguel...
Revert D13821061: [redo][c10] layernorm example
commit
|
commitdiff
|
tree
|
snapshot
next