platform/upstream/pytorch.git
2019-02-28 Morgan FuntowiczRely on numel() == 1 to check if distribution parameter...
2019-02-28 Zachary DeVitofix reordering of inlines (#17557)
2019-02-28 Xiang GaoCustomize the printing of namedtuple return (#17136)
2019-02-28 Michael SuoRevert D14231251: [jit] alias_analysis refactor
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 5/9 (#17086)
2019-02-28 Michael Suoalias_analysis refactor (#17511)
2019-02-28 Michael Suoallow "before" and "after" alias annotations (#17480)
2019-02-28 Rui ZhuONNXIFI extension & e2e tests. (#17478)
2019-02-28 Soumith Chintalaupdate slack invite instructions
2019-02-28 Evgeny MankovFix errors in the description for installation on Windo...
2019-02-28 Sebastian Messmerrefactor caffe2 operator constructors - 9/9 (#17090)
2019-02-28 GemfieldFix the false generated_comment (#17563)
2019-02-28 Dmytro DzhulgakovRemove useless OpenCV reference
2019-02-28 Ailing Zhangconvolution/matmul/dropout (#17523)
2019-02-28 Elias Ellisondisallow shape analysis with resize ops (#17518)
2019-02-28 Sebastian MessmerMake C10_MOBILE consistent with how feature macros...
2019-02-28 Sebastian MessmerDisable c10 dispatcher on mobile (#17078)
2019-02-27 Shen LiAlways synchronize src and dst streams when copying...
2019-02-27 Lara HaidarONNX Export Adaptive Pooling
2019-02-27 Christian PuhrschUse name for output variables instead of out in JIT...
2019-02-27 Jesse HellemnForcing UTC on Mac circleci jobs (#17516)
2019-02-27 Xiaomeng YangFix math::Set for large tensor (#17539)
2019-02-27 Natalia GimelsheinAdd sparse gradient option to `gather` operation (...
2019-02-27 Jane Wangadd elastic zeus handler (#16746)
2019-02-27 Jongsoo Parkoptimize elementwise sum (#17456)
2019-02-27 rohithkrnEnable boolean_mask, adadelta, adagrad fp16 on ROCm...
2019-02-27 Iurii ZdebskyiEnabled HALF for fill() and zero() methods. Moved them...
2019-02-27 Tongzhou WangFix autograd with buffers requiring grad in DataParalle...
2019-02-27 Chaitanya Sri... enable assymetric dilations and stride for miopen conv...
2019-02-27 Johannes M... Enable tests working on ROCm 2.1 dual gfx906
2019-02-27 peterFix linking errors when building dataloader test binari...
2019-02-27 hystsFix typo
2019-02-27 Christian PuhrschRemove Bool/IndexTensor from schema for native function...
2019-02-26 Ilia CherniavskiiFix operator initialization order (#15445)
2019-02-26 bhushanMake transpose consistent with numpy's behavior (#17462)
2019-02-26 Lu FangBump up the ONNX default opset version to 10 (#17419)
2019-02-26 liangdzou' ' ==> ' ' (#17498)
2019-02-26 Johannes M... Support all ROCm supported uarchs simultaneously: gfx80...
2019-02-26 knightXunrefactor: a bit intricate so I refactor it (#16995)
2019-02-26 Elias Ellisonnew batch of expect file removals
2019-02-26 Michael Suouser defined types (#17314)
2019-02-26 Michael Suoadd mutability to docs (#17454)
2019-02-26 Christian PuhrschRemove usages of int64_t from native_functions.yaml
2019-02-26 Michael Suoupload alias tracker graph for docs (#17476)
2019-02-26 Ailing ZhangTemporarily disable select/topk/kthvalue AD (#17470)
2019-02-26 Elias EllisonBatch of expect file removals Remove dce expect files...
2019-02-26 Dmytro DzhulgakovBack out part of "Fix NERPredictor for zero initialization"
2019-02-25 Stefan KrahFollowup to #17049: change more instances of RuntimeErr...
2019-02-25 Krishna KalyanMissing argument description (value) in scatter_ functi...
2019-02-25 Lu FangThrow exception when foxi is not checked out (#17477)
2019-02-25 svcscmUpdating submodules
2019-02-25 Michael Suosimplify aliasdb interface (#17453)
2019-02-25 Elias Ellisonfix list type unification (#17424)
2019-02-25 Shen LiRestore current streams on dst device after switching...
2019-02-25 Lu Fangupdate of fbcode/onnx to e18bb41d255a23daf368ffd62a2645...
2019-02-25 Will FengFix variable checking in THCPModule_setRNGState (#17474)
2019-02-25 vishwakftwFix reduction='none' in poisson_nll_loss (#17358)
2019-02-25 Michael LiuApply modernize-use-override (4)
2019-02-25 Gregory ChananFix nonzero for scalars on cuda, to_sparse for scalars...
2019-02-25 Tongliang LiaoExport ElementwiseLinear to ONNX (Mul + Add). (#17411)
2019-02-25 Lu FangAdd foxi submodule (ONNXIFI facebook extension)
2019-02-25 Michael LiuFix remaining -Wreturn-std-move violations in fbcode...
2019-02-25 Michael Suoadd debug/release tip to cpp docs (#17452)
2019-02-25 Michael Suoadd pointer to windows FAQ in contributing.md (#17450)
2019-02-24 Thomas ViehmannRemove ROIPooling (#17434)
2019-02-24 Krishna KalyanAdd example to WeightedRandomSampler doc string (#17432)
2019-02-23 Michael SuoRevert D14095703: [pytorch][PR] [jit] Add generic list...
2019-02-23 svcscmUpdating submodules
2019-02-23 Jaliya EkanayakeJaliyae/chunk buffer fix (#17409)
2019-02-23 Stefan KrahSkip test_event_handle_multi_gpu() on a single GPU...
2019-02-23 Olen ANDONIfix(typo): Change 'integeral' to 'integer'
2019-02-23 Lu FangFix the ONNX expect file (#17430)
2019-02-23 Karl Ostmoorder caffe2 ubuntu configs contiguously (#17427)
2019-02-23 Jongsoo Parkremove redundant inference functions for FC (#17407)
2019-02-23 Jongsoo Parkoptimize max pool 2d (#17418)
2019-02-23 Roy LiGenerate derived extension backend Type classes for...
2019-02-23 Ilia CherniavskiiBetter handling of net errors in prof_dag counters...
2019-02-23 eellisonBatch of Expect Files removal (#17414)
2019-02-23 Arthur Crippa... Fix target name.
2019-02-23 Zachary DeVitojit technical docs - parts 1, 2, and most of 3 (#16887)
2019-02-23 Vishwak SrinivasanUSE_ --> BUILD_ for CAFFE2_OPS and TEST (#17390)
2019-02-23 GemfieldFix install libcaffe2_protos.a issue mentioned in ...
2019-02-23 Yinghai LuImprove onnxifi backend init time (#17375)
2019-02-23 vfdevfix code block typo
2019-02-22 Junjie BaiDouble resnet50 batch size in benchmark script (#17416)
2019-02-22 Mikhail ZolotukhinPreserve names when converting to/from NetDef.
2019-02-22 David RiazatiAdd generic list/dict custom op bindings (#17037)
2019-02-22 Elias Ellisonfix test
2019-02-22 Ailing ZhangImprovements for current AD (#17187)
2019-02-22 Lu FangBump up the producer version in ONNX exporter
2019-02-22 Michael Kösellist add insert and remove (#17200)
2019-02-22 Jesse HellemnPin nightly builds to last commit before 5am UTC (...
2019-02-22 Zachary DeVitoLazily load libcuda libnvrtc from c++ (#17317)
2019-02-22 Elias EllisonRefactor Type Parser b/w Schemas & IRParser into a...
2019-02-22 Lu Fangadd the support for stable ONNX opsets in exporter...
2019-02-22 Karl Ostmoadd readme and notice at the top of config.yml (#17323)
2019-02-22 Lu FangRevert D14181620: [caffe2/int8] optimize max pool 2d
2019-02-22 Gu, Jinghuifallback operators to CPU for onnx support (#15270)
2019-02-22 Jongsoo Parkoptimize max pool 2d (#17391)
2019-02-22 Iurii ZdebskyiFixed the script for the THC generated files (#17370)
next