summaryrefslogtreecommitdiff
path: root/test/test_cuda.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-09enable unit tests working on ROCm 2.1 (#16871)Johannes M Dieterich1-16/+0
2019-02-02Fix issue with scalars and __rpow__ (#16687)vishwakftw1-0/+3
2019-01-30CUDA histogram implementationJacie Fan1-0/+4
2019-01-24Relax lower bound for nogil timing test to avoid false alarm (#16259)Shen Li1-29/+73
2019-01-22Add default_stream() and enhance current_stream() (#16200)Shen Li1-0/+61
2019-01-22Release GIL when synchronize or wait (#16182)Shen Li1-0/+62
2019-01-19Unify device() return type in Stream, Event, and Tensor (#16150)Shen Li1-5/+38
2019-01-18Change current device in stream context manager if necessary (#16128)Shen Li1-0/+26
2019-01-17Move all Stream and Event Python implementation to C++ (#15937)Shen Li1-1/+123
2019-01-16Moving torch.norm to ATen using TensorIterator (#15414)jiej1-0/+5
2019-01-16multinomial: fix detection of zero probability (#16075)Thomas Viehmann1-0/+6
2019-01-15Fix logic errors when accumulating reductions in output (CUDA) (#16023)Brennan Vincent1-0/+9
2019-01-14Add cuda.reset_max_memory_* (#15985)SsnL1-6/+27
2019-01-09Batched upper triangular, lower triangular (#15257)vishwakftw1-0/+3
2019-01-09Wrap C10 CUDAStream instead of cudaStream_t in THCPStreamShen Li1-0/+31
2019-01-03A quick fix for Stream operation errors on non-current device (#15689)Shen Li1-0/+38
2019-01-02initialize with ident value in global reduction (#15653)Natalia Gimelshein1-0/+5
2019-01-01clamp fixes (#15479)surgan121-1/+4
2018-12-30Make btriunpack work for high dimensional batches and faster than before (#15...vishwakftw1-0/+4
2018-12-28Remove TH/THC link for gesv (#15510)Vishwak Srinivasan1-0/+4
2018-12-26Added correct isinf handling for Integral tensors (#15489)Frank Zhang1-0/+3
2018-12-20Implementing cuda kernel for tril_indices and triu_indices (#15203)Shen Li1-10/+19
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