summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Pin nightly builds to last commit before 5am UTC (#17381)Jesse Hellemn2-0/+8
2019-02-22Lazily load libcuda libnvrtc from c++ (#17317)Zachary DeVito16-132/+161
2019-02-22Refactor Type Parser b/w Schemas & IRParser into a type common parser (#17383)Elias Ellison11-179/+346
2019-02-22add the support for stable ONNX opsets in exporter (#16068)Lu Fang5-13/+108
2019-02-22add readme and notice at the top of config.yml (#17323)Karl Ostmo27-959/+961
2019-02-22Revert D14181620: [caffe2/int8] optimize max pool 2dLu Fang3-141/+21
2019-02-22fallback operators to CPU for onnx support (#15270)Gu, Jinghui2-8/+71
2019-02-22optimize max pool 2d (#17391)Jongsoo Park3-21/+141
2019-02-22Fixed the script for the THC generated files (#17370)Iurii Zdebskyi1-1/+1
2019-02-22Fix coalesce, clone, to_dense for sparse scalars.Gregory Chanan2-65/+102
2019-02-22Fix DataParallel(cpu_m).cuda() not working by checking at forward (#17363)Tongzhou Wang2-30/+80
2019-02-22Rename BatchNorm running_variance to running_var (#17371)Will Feng3-8/+8
2019-02-21Updating submodulessvcscm1-0/+0
2019-02-21Fix concat dimension check bug (#17343)Chandler Zuo1-1/+4
2019-02-21Add dict to docsDavid Riazati1-10/+24
2019-02-21Add LSTM to standard library (#15744)David Riazati8-29/+188
2019-02-21Dict mutability (#16884)David Riazati4-9/+36
2019-02-21Fix static linkage cases and NO_DISTRIBUTED=1 + CUDA (#16705) (#17337)Soumith Chintala3-3/+17
2019-02-21Fix Insert Constant Lint Fail (#17316)Elias Ellison2-1/+14
2019-02-21Partial support for kwarg_only arguments in script (#17339)Zachary DeVito8-34/+85
2019-02-21fix double backward for half softmax/logsoftmax (#17330)Natalia Gimelshein2-8/+7
2019-02-21Revisit some native functions to increase number of jit matches (#17340)Christian Puhrsch2-6/+39
2019-02-21Add Value::isValidName method. (#17372)Mikhail Zolotukhin3-13/+24
2019-02-21Fix #17218 by updating documentation (#17258)Bharat123Rox1-1/+1
2019-02-21fix lint (#17366)Soumith Chintala1-11/+22
2019-02-21switch to Operation in register_prim_ops.cpp (#17183)Nikolay Korovaiko1-512/+391
2019-02-21Use standard docker image for XLA buildKarl Ostmo2-9/+5
2019-02-21Modernize test_sparse. (#17324)Gregory Chanan1-121/+120
2019-02-21remove nn.Upsample deprecation warnings from tests (#17352)Soumith Chintala2-112/+122
2019-02-21upgrade documentation in setup.py to NO_ -> USE_ (#17333)Soumith Chintala1-11/+11
2019-02-21Enforce non-negativity of tensor construction (#17077)Dmytro Dzhulgakov4-0/+20
2019-02-21Fixing docstring in CTCLoss (#17307)Igor Macedo Quintanilha1-6/+5
2019-02-21Fix the slowness of mvn's log_prob (#17294)fehiepsi1-2/+31
2019-02-21Move argsort to C++Gao, Xiang10-41/+55
2019-02-21Include vec256 headers in setup.py (#17220)Tri Dao1-0/+1
2019-02-21Enable MAX_JOBS for using Ninja on Windowspeter1-1/+3
2019-02-21Avoid unnecessary CPU-to-GPU copy of torch.load with CUDA (#17297)Luca Wehrstedt1-3/+9
2019-02-21allow lists to contain any tensor type (#17321)Michael Suo2-0/+22
2019-02-20Skip convnets benchmark in rocm CI (#17331)Junjie Bai1-1/+2
2019-02-20Don't have malloc-free pairs that cross DLL boundaries. (#17302)Edward Yang3-14/+13
2019-02-20Add support to build for multiple amd gpu targets (#17329)bddppq2-2/+4
2019-02-20batched cleanups (#17288)Michael Suo9-71/+94
2019-02-20(Permanently) fix CI breakage due to new docker version. (#17338)Edward Yang2-12/+26
2019-02-20Implementation convolutionTranspose operator for mkl-dnn (#12866)Cheng,Penghui4-9/+587
2019-02-20Support multi-device configuration for MKL-DNN (#12856)Cheng,Penghui1-3/+16
2019-02-20fix missing std (#17263)Ailing Zhang3-7/+5
2019-02-20Rethrow exceptions from RunAsync (#15034)Ilia Cherniavskii1-1/+5
2019-02-20Reinforce scheduling invariants (#17132)Ilia Cherniavskii4-124/+147
2019-02-20Modify TileOp GPU implementation to expose more concurrency and better utiliz...Lukasz Wesolowski1-15/+17
2019-02-20Support str for native_functions.yaml schemaChristian Puhrsch3-1/+6