summaryrefslogtreecommitdiff
path: root/test/common.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-17Rename test/common.py to test/common_utils.py (#12794)James Sun1-662/+0
2018-10-12Implement Tensor.__cuda_array_interface__. (#11984)Alex Ford1-0/+1
2018-10-09Prevent hanging in data loader altogetherTongzhou Wang1-1/+2
2018-09-17Fix issue 10492 (#11634)vishwakftw1-0/+65
2018-09-14Adding .expand method for TransformedDistribution (#11607)Neeraj Pradhan1-0/+7
2018-09-10Add option to use CUDA memory leak testing as a context manager (#11380)Richard Zou1-18/+38
2018-08-30Fix relying on UB in test_data_parallel_nested_output (#11092)Tongzhou Wang1-0/+8
2018-08-29Add has_lapack flag (#11024)Tongzhou Wang1-5/+3
2018-08-29PT1 Distributed Release MileStone No.1 - Completed Distributed Package and CI...Teng Li1-0/+10
2018-08-28Add subname to console output for assertExpected (#10559)David Riazati1-3/+6
2018-08-06enable unit tests and other changes (#10266)iotamudelta1-1/+11
2018-08-02ROCm contributions week 29 (#9653)iotamudelta1-0/+1
2018-07-31Re-enable empty n-dimensional empty tensor and fix parallel CPU on empty tens...Gregory Chanan1-10/+0
2018-07-31Revert empty n-dim and ATen in C2 integration buildsGregory Chanan1-0/+10
2018-07-30Enable n-dimensional empty tensors. (#9947)Gregory Chanan1-10/+0
2018-07-18Use _six for inf and nan (#9500)Tongzhou Wang1-2/+2
2018-07-17change stft to have consistent signature with librosa (#9497)Tongzhou Wang1-11/+33
2018-07-06Allow passing '0' to ASAN/UBSAN flags (#9202)Will Feng1-2/+2
2018-07-05Turn on UBSAN in the OSS build (#8813)Will Feng1-0/+2
2018-07-05Allow passing '0' to NO_MULTIPROCESSING_SPAWN (#9187)Will Feng1-1/+1
2018-06-30Add flag for disabling tests with multiprocessing spawn start method (#9061)Will Feng1-0/+2
2018-06-20Build system changes (#8627)anderspapitto1-1/+2
2018-06-20Shard test_nn to reduce runtime for each test target (#8678)Will Feng1-2/+2
2018-06-20Some 0-sized dimension support, port catArray away from resizeLegacy. (#8666)gchanan1-0/+10
2018-06-06skip CUDA memory leak check on Windows altogether (#8213)Tongzhou Wang1-1/+2
2018-06-01Skip CUDA memory leak test on BN tests on windows (#8043)Tongzhou Wang1-3/+6
2018-05-31Add memory leak check in CUDA tests (#7270)Tongzhou Wang1-0/+58
2018-05-09skip test_utils.TestFFI.test_cpu for ppc64le due to incompatible exception ha...avmgithub1-0/+2
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang1-15/+3
2018-03-29Add underscore to nn.init.* and deprecate the original ones (#6093)Tongzhou Wang1-3/+24
2018-03-21Add half test in test_nn for auto generated tests. (#5362)Ailing1-0/+5
2018-03-20adding fp16 tests in test_nn (#5020)Ailing1-0/+1
2018-03-19[fft][1 of 3] build system and helpers to support cuFFT and MKL (#5855)Tongzhou Wang1-0/+3
2018-02-23Merge Variable and Tensor classes (#5225)Sam Gross1-21/+25
2018-02-22[ready] Layer Normalization (#4922)Tongzhou Wang1-0/+2
2018-02-21Add fp16 testcases in test_cuda (#5122)Ailing1-0/+3
2018-02-14Fix assertNotEqual handling of message/precision (#5246)Sam Gross1-0/+3
2018-02-08Add scalar module tests for test_nn. (#5116)gchanan1-1/+3
2018-02-05Broacast output requires_grad if only corresponding input requires_grad (#5061)Tongzhou Wang1-0/+2
2018-02-05Fix refcycles in DataParallel scatter and gather (#4988)Richard Zou1-0/+2
2018-01-29Dataloader issues (#4643)Tongzhou Wang1-0/+2
2018-01-20Adding better KL-Tests (#4739)Vishwak Srinivasan1-1/+1
2018-01-19Allow assertEqual checks with mixed Tensors, Variables, numbers. (#4754)gchanan1-4/+4
2018-01-08Fix #4492, make it impossible to forget to reset cudnn flags (#4503)Edward Z. Yang1-0/+2
2018-01-03Vectorize normal_ (#4312)Peter Goldsborough1-1/+2
2017-12-28Implement OneHotCategorical distribution (#4357)Fritz Obermeyer1-1/+7
2017-12-27allow_inf on test_beta_log_prob (#4354)Edward Z. Yang1-2/+2
2017-12-26Minor changes to test utils to catch type errors (#4270)Neeraj Pradhan1-11/+22
2017-12-23Make expect file directory search more robust.Edward Z. Yang1-6/+9
2017-12-20Disable tests and fix issues with Windows CUDA build (#4251)Will Feng1-1/+2