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