summaryrefslogtreecommitdiff
path: root/test/common_utils.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Fix allow_inf in assertEqual (#16959)SsnL1-1/+2
2019-01-29Add stack & cat support for CPU Half (#16389)SsnL1-15/+21
2019-01-28Fix lint errors introduced in pytorch/pytorch@ceece5d (#16454)Junjie Bai1-0/+1
2019-01-28CPU implementation of torch.cdist (#16168)Igor Fedan1-0/+7
2019-01-21ban conv_double_backward from sandcastle, it takes too longZachary DeVito1-0/+1
2019-01-17Revert batched pdist, improve existing kernel, add test (#15901)Gregory Chanan1-1/+1
2019-01-16Add IS_PYTORCH_CI flag for testing (#16006)SsnL1-0/+3
2018-12-26Move autograd metadata from VariableImpl to TensorImpl (#13827)Will Feng1-1/+2
2018-12-21Replace getargspec with getfullargspec (#15396)Ashwin Ramaswami1-1/+4
2018-12-20Add support for batched pdist (#12302)Erik Brinkman1-0/+14
2018-12-19Do not use fork to invoke test scripts in pytorch rocm CIbddppq1-0/+5
2018-11-18Print warning when ROCm memory leaking is detected in pytorch tests (#14151)Your Name1-3/+10
2018-11-14Retry test on "Address already in use" error (#13911)Pieter Noordhuis1-0/+20
2018-11-09Make potrs batched (#13453)Vishwak Srinivasan1-3/+3
2018-11-06Various Test and build fixes (#13556)Soumith Chintala1-1/+5
2018-11-01Fix pytest, make it work with run_test.py (#13416)Tongzhou Wang1-1/+2
2018-10-29Test scripts only run cases defined in the running script (#13250)Tongzhou Wang1-1/+35
2018-10-26Shard all of tests based on how many tests exist. (#13160)Zachary DeVito1-0/+108
2018-10-24Autograd indices/values and sparse_coo ctor (#13001)Tongzhou Wang1-0/+27
2018-10-22Add support for inline expect tests. (#12825)Edward Yang1-4/+7
2018-10-17Rename test/common.py to test/common_utils.py (#12794)James Sun1-0/+662