summaryrefslogtreecommitdiff
path: root/aten
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Removing references to CUDA_SDK_ROOT_DIR to see if it breaks anything (#7125)Paul Jesse Hellemn1-1/+0
2018-05-01Make AT_ASSERT/AT_ERROR non-printf based, other tweaks (#7104)Edward Z. Yang36-352/+400
2018-04-30fix max/min on cuda in presence of NaN (fixes #6996) (#7052)Thomas Viehmann2-6/+24
2018-04-30Delete unnecessary header includes. (#7094)Edward Z. Yang1-6/+0
2018-04-29Add max pooling support to EmbeddingBag (#5725)Ethan Steinberg3-128/+300
2018-04-28Add autograd API to at::Tensor (#6582)Peter Goldsborough3-6/+84
2018-04-28Make all of TH and THC C++. (#6913)Edward Z. Yang198-775/+810
2018-04-28[WIP] Enable WERROR in tests (#6539)Peter Goldsborough21-179/+196
2018-04-27Support non-contiguous tensors for unary ops (#6119)cpuhrsch11-378/+641
2018-04-26Implement matmul_out and dot_out. (#6961)gchanan2-15/+39
2018-04-26Fixes some build warnings. (#7004)Mike Ruberry2-6/+10
2018-04-26Enhance diagonal (fixes #6479) (#6718)Thomas Viehmann2-7/+37
2018-04-26typo corrected: is -> if (#6980)derek_kim1-1/+1
2018-04-26Fix forward and backward for norm/renorm with infty norm (fixes #6817) (#6969)Thomas Viehmann3-19/+85
2018-04-25implement gamma cuda (#6855)Thomas Viehmann10-187/+356
2018-04-25Code Cleanup: removes unused getTextureObject (#6974)Mike Ruberry2-27/+0
2018-04-25Removes unused _long functions in THCTensorIndex (#6971)Mike Ruberry2-55/+0
2018-04-25Changes incorrect "overlappingIndices" call to correct "maybeOverlappingIndic...Mike Ruberry7-139/+113
2018-04-25Make cuda 9 behave as cuda 8 wrt half conversions (#6958)ngimel3-11/+11
2018-04-25Clarify _unsafe_view comment. (#6952)gchanan1-1/+1
2018-04-25Delete unused legacy indexed based streams (#6964)Sam Gross2-67/+3
2018-04-25Remove scratch space from THCState (#6956)Sam Gross3-113/+10
2018-04-25add missing UNCERTAIN_TH_OMP_OVERHEAD_THRESHOLD to TH_TENSOR_APPLY_REDUCTION_...Soumith Chintala1-2/+2
2018-04-25[aten] only lookup CuDNN if compiling with CUDA (#6905)Oleksandr "Alex" Zinenko1-1/+3
2018-04-25Make any and all on ByteTensor behave like sum/prod. (#4627)Tao He5-22/+278
2018-04-24silence compiler warnings (#6915)li-roy1-2/+2
2018-04-24Add threshold for ops using openmp macro (#5584)Yang, Zhen3-79/+119
2018-04-24[aten] Move submodules to third_party (#6866)Orion Reblitz-Richardson7-20/+29
2018-04-24Make ArrayRef read-only by default. (#6444)Edward Z. Yang1-2/+2
2018-04-24Fix ATen .travis.yml setup (#6860)Edward Z. Yang1-30/+0
2018-04-23fix memory leak in median (#6889)Soumith Chintala1-0/+3
2018-04-22Removes (unused) LinearIndexCalcData. (#6791)Mike Ruberry3-152/+0
2018-04-22Static linkage for CUDA (#6807)Soumith Chintala1-6/+49
2018-04-22Fix reductions on some contiguous tensors where size(dim) == 1 (#6815)cpuhrsch1-0/+8
2018-04-20Fix debug build for Windows (#6758)peterjc1231-4/+6
2018-04-19Disallow chunks that are <= in torch.chunk (#6761)Richard Zou1-1/+5
2018-04-18Eliminate handle_zero_dim when broadcasting is applied earlier. (#6683)gchanan1-6/+10
2018-04-18Better error message for gels on CUDA (#6726)Tongzhou Wang1-2/+4
2018-04-18Sort declarations when generating Python bindings (#6701)Adam Paszke4-21/+45
2018-04-18Add mutex to THC random number generator (#6527)Will Feng22-88/+151
2018-04-18Update README.md (#6703)Ace1-3/+3
2018-04-18Implement torch.einsum (fixes #1889) (#6307)Thomas Viehmann2-10/+167
2018-04-18Better dispatch (#6687)Zeming Lin1-2/+2
2018-04-17__STDC_FORMAT_MACROS was conflicting with some thirdparty include from google...Dmytro Dzhulgakov1-0/+2
2018-04-17Adding dispatch to Tensors (#6664)Zeming Lin2-0/+11
2018-04-17randperm supports n=0 (#6656)Francisco Massa1-2/+2
2018-04-17Support gpu triangle solve (#6648)Du Phan3-0/+40
2018-04-16Add dtypes (with reasonable defaults) to sum, prod, cumsum, cumprod. (#6573)gchanan5-13/+237
2018-04-16Create safe and unsafe versions of sparse_coo_tensor (#6058)li-roy7-145/+185
2018-04-16Fix bilinear performance regression (#6110)Thomas Viehmann3-6/+194