summaryrefslogtreecommitdiff
path: root/test/test_cuda.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Rename potrs to cholesky_solve (#15334)vishwakftw1-6/+6
2018-12-17[TensorIterator fixing mean to output correct result for half precisiā€¦ (#14...Jie1-0/+11
2018-12-14enabled tests in test_nn, test_cuda and test_sparse (#15232)Chaitanya Sri Krishna Lolla1-20/+9
2018-12-12Implement torch.tril_indices and torch.triu_indices (#12653) (#14904)Shen Li1-0/+11
2018-12-09_get_device_index supports parsing device stringsSsnL1-1/+1
2018-12-07Enable unit tests known to work on ROCm (#14011)Johannes M Dieterich1-67/+50
2018-12-06(#14580)Jie1-0/+16
2018-12-05Storage.clone maintains original device (#14751)Francisco Massa1-0/+8
2018-11-30remove copy_wrapper (#13937)Roy Li1-0/+11
2018-11-27Speed-up "advanced" indexing operations (#13420)Sam Gross1-1/+1
2018-11-18Print warning when ROCm memory leaking is detected in pytorch tests (#14151)Your Name1-0/+1
2018-11-17Batched cholesky decomposition (#14017)vishwakftw1-0/+8
2018-11-13Fix sum() on fp16 (#13926)Sam Gross1-0/+16
2018-11-13Fix cuda out of memory test (#13864)Richard Zou1-1/+1
2018-11-12enable more unit tests (#13166)Johannes M Dieterich1-31/+12
2018-11-09Make potrs batched (#13453)Vishwak Srinivasan1-0/+12
2018-11-09Improve CUDA out-of-memory error message (#13751)Sam Gross1-0/+11
2018-11-08Fix torch.dist for infinity, zero and minus infinity norms (#13713)vishwakftw1-1/+11
2018-11-07Give broadcast_coalesced tensors different version counters (#13594)Tongzhou Wang1-0/+22
2018-11-07Skip std and var tests in pytorch rocm CI (#13662)bddppq1-6/+8
2018-11-02Fix half_tensor.bernoulli_(double) (#13474)Tongzhou Wang1-2/+9
2018-11-01Fix pytest, make it work with run_test.py (#13416)Tongzhou Wang1-50/+50
2018-10-30Skip test_sum_noncontig in ROCm (#13341)jithunnair-amd1-0/+1
2018-10-29Test scripts only run cases defined in the running script (#13250)Tongzhou Wang1-62/+51
2018-10-29Fix bug in some reductions that use global memory (#13211)Sam Gross1-0/+7
2018-10-27Batched Inverse (#9949)vishwakftw1-1/+5
2018-10-26Shard all of tests based on how many tests exist. (#13160)Zachary DeVito1-2/+6
2018-10-17Rename test/common.py to test/common_utils.py (#12794)James Sun1-1/+1
2018-10-15Set philox seed and offset on cuda manual_seed (#12677)Thomas Viehmann1-0/+3
2018-10-15compute_uv for SVD (#12517)vishwakftw1-0/+4
2018-10-12Introduce chain_matmul (#12380)vishwakftw1-0/+3
2018-10-10Multinomial raise error (#12490)Ailing Zhang1-16/+6
2018-10-09Enable more unit tests (ROCm 255) (#12486)iotamudelta1-18/+12
2018-09-28fix unit tests on CIiotamudelta1-5/+5
2018-09-25Fix CUDA division by a scalar on large arrays. (#12023)Sam Gross1-0/+24
2018-09-24Make promoteType(half, integer) -> half (#11941)Sam Gross1-16/+13
2018-09-21Fix casting logic for 0d CPU tensors in CUDA ops (#11808)Sam Gross1-0/+24
2018-09-21Align cuda multinomial without replacement to CPU behaviour (#11933)Thomas Viehmann1-0/+11
2018-09-19Move bernoulli into ATen (#10273)Tongzhou Wang1-2/+2
2018-09-12Move some bmm/baddbmm to ATen (#11292)Thomas Viehmann1-0/+1
2018-09-10Add option to use CUDA memory leak testing as a context manager (#11380)Richard Zou1-0/+7
2018-09-08Add matrix power (#11421)Tongzhou Wang1-0/+4
2018-09-02Fix unit tests on CI (#11191)iotamudelta1-0/+2
2018-09-02improve docker packages, fix bugs, enable tests, enable FFT (#10893)iotamudelta1-86/+177
2018-09-01Fix max and min with inf on CUDA (#11091)Tongzhou Wang1-0/+6
2018-08-29Fill eigenvector with zeros if not required (#10645)Ailing Zhang1-11/+1
2018-08-27Make torch.cuda.* take device objects; Update distributed docs (#10833)Tongzhou Wang1-2/+2
2018-08-22Add matrix_rank (#10338)Vishwak Srinivasan1-0/+4
2018-08-15Fix corner case with torch.multinomial (#9960)Thomas Viehmann1-1/+7
2018-07-27Implement add, sub, mul, div using TensorIterator (#8919)Sam Gross1-12/+0