summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-30Eliminate PYCMD in favor of PYTHON_EXECUTABLE in CMake.Owen Anderson5-20/+5
2019-01-30added example to clear ambiguity in torch.Tensor.view (#16563)ParticularlyPythonicBS1-0/+12
2019-01-30Fix uninitialized data and broken broadcasting with sparse.mm and spa… (#16...Gregory Chanan2-5/+11
2019-01-30add new build files to gitignore; test that build does not leave git repo che...SsnL15-104/+170
2019-01-30Move Deprecated.h to c10Edward Yang7-22/+22
2019-01-30Allow generic containers as module inputs (#16482)Elias Ellison4-7/+94
2019-01-30Explicit pdist captures (#16286)Erik Brinkman1-2/+2
2019-01-30Include ATen/core/functional.h directly instead of torch/csrc/utils/functiona...Mikhail Zolotukhin29-61/+65
2019-01-30Remove --no-update-dependencies (#16575)Jesse Hellemn1-2/+2
2019-01-30Update PyTorch DockerVersion to 285. (#16507)Edward Yang1-31/+31
2019-01-30Support fallback for more operators (#16566)Tim Khatkevich1-0/+4
2019-01-30fix the linterLu Fang1-1/+1
2019-01-30Add a test case calling caffe2 layer_norm from caffe2 executor but through th...Sebastian Messmer1-0/+28
2019-01-30Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPool...Jerry Zhang29-115/+95
2019-01-30Remove the debugging info of pytorch=>onnx coverage script (#16538)zrphercule1-2/+0
2019-01-30CUDA histogram implementationJacie Fan6-29/+190
2019-01-30Use a points-to graph for alias analysis (#16386)Michael Suo13-291/+556
2019-01-30ONNX Export Flatten operatorLara Haidar-Ahmad6-139/+307
2019-01-30Revert D13880053: [pytorch][PR] add new build files to gitignore; test that b...Edward Yang15-166/+104
2019-01-30Allow list and tuples to be passed as output_size to max_unpool1d (#16489)vishwakftw2-1/+12
2019-01-30Fix the flake8 linterLu Fang8-26/+26
2019-01-30add example multiprocess code (#16345)Ailing Zhang1-9/+51
2019-01-30Support int64_t shape data for ideep reshape opYinghai Lu2-5/+17
2019-01-30add new build files to gitignore; test that build doesn't leave repo dirtySsnL15-104/+166
2019-01-30Fallback support for more operators (#16456)Tim Khatkevich2-8/+41
2019-01-30Fix the dropout onnx symbolic, and ensure all exported models in test_operato...Lu Fang3-1/+54
2019-01-30Seperate level1 elementwise functions from math (#16397)Xiaomeng Yang7-388/+371
2019-01-29Fix includes for ATen/core/stack.h (#16462)Sebastian Messmer17-17/+16
2019-01-29Add test case for calling c10 ops from pytorchSebastian Messmer1-0/+10
2019-01-29Kernel gets Stack* instead of ArrayRef<IValue> (#16282)Sebastian Messmer9-107/+131
2019-01-29Chunk dataset implementation (#15932)xuzhu4-1/+749
2019-01-29try to get rid of tmp_install (#16414)Zachary DeVito18-208/+105
2019-01-29Fix torch.sparse.sum parsing of dim. (#16517)Gregory Chanan2-2/+10
2019-01-29Make Store::setTimeout take milliseconds (#16278)Pieter Noordhuis2-4/+4
2019-01-29Back out "Delete duplicate copy of THCCachingAllocator." (#16510)Edward Yang7-141/+401
2019-01-29Fix compare_exchange_weak usage in weak_intrusive_ptr (#16302)Matthew Brandyberry1-1/+1
2019-01-29Automatic update of fbcode/onnx to 15c33c945851907411619f599900c3852108e7e3 (...Lu Fang2-0/+1
2019-01-29Make the pytorch's cmake minimum required version equal to caffe2's. (#16506)Edward Yang1-1/+1
2019-01-29More windows fixes towards the code refactor (#16451)peter1-4/+6
2019-01-29Add stack & cat support for CPU Half (#16389)SsnL7-187/+201
2019-01-29Add some smoke tests for Windowspeter2-2/+22
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann18-21/+910
2019-01-29Revert D13596031: Improve c2-aten tensor interop and add proper testingEdward Yang12-450/+70
2019-01-29url download bugfix for URLs served without Content-Length header (#16153)Soumith Chintala1-4/+11
2019-01-29Properly screen string literals when dumping JIT IRMikhail Zolotukhin1-12/+15
2019-01-29Remove dependency on ResourceGuard from IR.h. (#16351)Mikhail Zolotukhin2-10/+26
2019-01-28Remove redundant includes from scope.h and attributes.hMikhail Zolotukhin3-22/+4
2019-01-28Improve c2-aten tensor interop and add proper testing (#15860)Dmytro Dzhulgakov12-70/+450
2019-01-28Remove redundant "build" setup.py commond from onnx scriptsYour Name1-1/+1
2019-01-28Fix identifier shadowing in tracer (#16480)James Reed1-2/+2