summaryrefslogtreecommitdiff
path: root/aten
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Clarify error text of the pin_memory functionVitaly Fedyunin1-1/+1
2019-03-26Revert D14605905: [pytorch][PR] Add return_counts to torch.uniqueSoumith Chintala4-77/+43
2019-03-26Improve numerical precision of (s)logdet (#18449)Tongzhou Wang1-15/+20
2019-03-26fix arange shape issue inconsistency across cpu and cuda (#18462)Soumith Chintala2-2/+32
2019-03-26Namedtuple return for solve, slogdet, sort, topk (#17093)Xiang Gao1-7/+7
2019-03-26Resolving comments from Bool Tensor for CPU PR (#18165)Iurii Zdebskyi5-80/+102
2019-03-26Unify cudaGetDeviceCount implementations. (#18445)Edward Yang4-26/+11
2019-03-26Use TensorIterator for unary operationsChristian Puhrsch10-260/+266
2019-03-26Introduce SobolEngine (#10505)vishwakftw3-0/+1436
2019-03-25fix str of autogradzeroWanchao Liang1-1/+1
2019-03-25Add return_counts to torch.unique (#18391)Xiang Gao4-43/+77
2019-03-25Remove unused th_scalar_type (#18390)iurii zdebskyi1-14/+13
2019-03-25Porting CPU UpSample functions to ATen (#18020)Ivan Ogasawara25-1324/+2767
2019-03-25Add ability to query if built with CUDA and MKL-DNN. (#18362)Edward Yang2-0/+13
2019-03-25Assert tensor isn't sparse in enforce_invariants. (#18338)Gregory Chanan1-0/+3
2019-03-24Fix deprecated: type() -> scalar_type() (#18406)Gao, Xiang1-1/+1
2019-03-24Fix deprecated: type() -> scalar_type()Gao, Xiang1-4/+4
2019-03-24Removed some dead code (#18201)Iurii Zdebskyi3-43/+0
2019-03-23Fix deprecated scalar type in ATen/native/Distributions.cppXiang Gao1-1/+1
2019-03-22Fix incorrect sparse add behavior when the sparse tensor has non-contiguous v...Will Feng1-60/+78
2019-03-22python interop for script classes (#18148)Michael Suo1-0/+12
2019-03-22Avoid refcount when looking up dispatch keySebastian Messmer1-3/+4
2019-03-22Using sqrt for better precision in cosine_similarity (#18250)Ailing Zhang1-2/+2
2019-03-21Move schema inference to c10 (#18090)Sebastian Messmer1-0/+88
2019-03-21Allow registering same operator schema multiple times (#18038)Sebastian Messmer5-13/+133
2019-03-21Rename trtrs to triangular_solve (#18213)vishwakftw7-59/+45
2019-03-21Shut up compiler about unused the_type. (#18278)Edward Yang1-0/+14
2019-03-21move median to ATen (#17637)Thomas Viehmann8-210/+54
2019-03-21Fix B903 lint: save memory for data classes with slots/namedtuple (#18184)Edward Yang1-0/+2
2019-03-21Fix B006 lint errors: using mutable structure in default argument. (#18178)Edward Yang2-2/+8
2019-03-21Fix lstrip bug revealed by B005 lint (#18177)Edward Yang1-2/+2
2019-03-21Backward function for torch.cdistIgor Fedan5-30/+193
2019-03-20Cleanup arg{min, max} (#17103)Gao, Xiang5-61/+14
2019-03-20Enable autograd to recognize the XLA backend as one providing multiple device...Davide Libenzi1-4/+22
2019-03-20Add batched version of trtrs (#18025)Vishwak Srinivasan11-163/+219
2019-03-20Do not apply these explicit unroll pragmas for ROCm. (#18204)Johannes M Dieterich3-0/+20
2019-03-19fix cosine_similarity (#18168)Ailing Zhang1-3/+6
2019-03-19Customized pin_memory for PackedSequence (#18079)Tongzhou Wang1-0/+8
2019-03-19Add backend checks to solve methods (gesv, cholesky_solve) (#18116)vishwakftw1-1/+23
2019-03-19Fix underflow issue with dirichlet sample (#17488)Neeraj Pradhan3-1/+70
2019-03-19Remove deviceTypeToBackend, which is underspecified. (#18135)Gregory Chanan1-4/+0
2019-03-19Stop generating unimplemented type methods. (#18144)Gregory Chanan2-9/+2
2019-03-18Increase line-width of Declarations.yaml (#18050)Junji Hashimoto1-1/+4
2019-03-18Rename gesv to solve (#18060)Vishwak Srinivasan8-65/+57
2019-03-18Modify BeamSearch to support CharSourceEncoder (#18107)James Reed1-0/+5
2019-03-18Replace resize_dim with set_sizes_and_strides in THTensor_(squeeze) (#18059)Huitong Qiu2-22/+12
2019-03-17Change one_hot from IndexTensor to Tensor. (#18073)Gregory Chanan1-1/+1
2019-03-17properly device_guard IndexTensor and BoolTensor. (#18072)Gregory Chanan1-2/+7
2019-03-15Specify overload name in function schema (#18037)Sebastian Messmer1-0/+8
2019-03-15Add backwards compatibility and other fixes to Dispatch macros. (#17996)Gregory Chanan2-14/+124