summaryrefslogtreecommitdiff
path: root/test/run_test.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Remove no-fork workaround for running tests with ROCm (#19436)Junjie Bai1-24/+2
2019-04-11Basic implementation of QRelu in C10 (#19091)Zafar Takhirov1-0/+1
2019-04-08Add MKL-DNN Tensor (#17748)jgong51-0/+1
2019-03-29Move fuser to test_jit_fuser (#18590)Elias Ellison1-0/+1
2019-03-08Fix lint in run_test.pyEdward Yang1-2/+2
2019-03-06Enable using CMD when building cpp extensions on Windowspeter1-2/+1
2019-02-16Add namedtuple return for min, median, mode, kthvalue, add test for namedtupl...Gao, Xiang1-0/+1
2019-02-15Add some missing docs to torch.rst, new unittest to enforce torch.rst no long...Xiang Gao1-0/+1
2019-01-29create type hint stub files for module torch (#12500)Thomas Viehmann1-0/+1
2019-01-28Report the slowest 10 tests when using pytest (#16423)Syed Tousif Ahmed1-1/+1
2019-01-16Add IS_PYTORCH_CI flag for testing (#16006)SsnL1-2/+2
2019-01-09Fix several ResourceWarning: unclosed file (#15746)Mickaƫl Schoentgen1-4/+4
2018-12-19Do not use fork to invoke test scripts in pytorch rocm CIbddppq1-2/+26
2018-11-27Allow building libraries with setuptools that dont have abi suffix (#14130)Peter Goldsborough1-1/+7
2018-11-27Speed-up "advanced" indexing operations (#13420)Sam Gross1-0/+1
2018-11-12enable more unit tests (#13166)Johannes M Dieterich1-2/+0
2018-11-07Update path in CI script to access ninja (#13646)Peter Goldsborough1-4/+9
2018-11-06Add torch.multiprocessing.spawn helper (#13518)Pieter Noordhuis1-0/+1
2018-11-01Fix pytest, make it work with run_test.py (#13416)Tongzhou Wang1-28/+52
2018-10-29cwd arg in shell function of run_test set to optional (#13247)verhoek1-1/+1
2018-10-24Adding timestamps to the beginning of every test file in run_testJesse Hellemn1-1/+3
2018-10-22Add support for inline expect tests. (#12825)Edward Yang1-0/+1
2018-10-17Rename test/common.py to test/common_utils.py (#12794)James Sun1-1/+1
2018-10-15torch.finfo and torch.iinfo to mimic the numpy equivalent (#12472)Benoit Steiner1-0/+1
2018-10-12Implement Tensor.__cuda_array_interface__. (#11984)Alex Ford1-0/+1
2018-09-20Remove torch/legacy (#11823)Christian Puhrsch1-1/+0
2018-09-13Only involve tensor device in CUDA -> CPU copy, not current device. (#11592)Gregory Chanan1-0/+1
2018-09-10C10d release to torch.distributed for PT1 (#11405)Teng Li1-4/+4
2018-09-03Allow passing through arguments to unittest (#11209)Tongzhou Wang1-4/+12
2018-09-02improve docker packages, fix bugs, enable tests, enable FFT (#10893)iotamudelta1-4/+0
2018-08-29PT1 Distributed Release MileStone No.1 - Completed Distributed Package and CI...Teng Li1-2/+31
2018-08-28Working async version of AllGather, test fix and compiler warnings, and CI (#...Teng Li1-6/+1
2018-08-23MIOpen integration, more tests enabled, bug fixes (#10612)Johannes M Dieterich1-1/+0
2018-08-13improve use of ROCm libraries, enable more tests, small fixes (#10406)iotamudelta1-4/+0
2018-08-06enable unit tests and other changes (#10266)iotamudelta1-0/+23
2018-06-08Create initial Python bindings for c10d (#8119)Pieter Noordhuis1-0/+1
2018-05-31Add memory leak check in CUDA tests (#7270)Tongzhou Wang1-1/+3
2018-04-29Add support for dotted names in CPP Extensions (#6986)Francisco Massa1-19/+7
2018-04-17Check for --noprefix option for mpiexec in run_test.py (#6690)Simeon Monov1-1/+8
2018-04-17Add DistributedDataParallelCPU (#5919)xhzhao1-1/+3
2018-04-16Improve run_test.py to support running individual test classes and methods (#...Simeon Monov1-17/+78
2018-04-12Skip cpp_extensions test when possible on Windows (#6423)peterjc1231-2/+6
2018-04-10Skip C++ extensions test when ninja is not available (#6480)Peter Goldsborough1-0/+8
2018-04-10Install signal handler for SIGCHLD in run_test.py (#6436)Peter Goldsborough1-16/+32
2018-04-02Fix extension test on Windows (#5548)peterjc1231-5/+20
2018-03-22A complete revamp of our test scripts. (#5904)Edward Z. Yang1-2/+2
2018-03-15Simplify run_test.py and dont use shell=True (#5767)Peter Goldsborough1-22/+25
2018-03-14Refactor run_test.py to pass all options, not just verbose. (#5760)Edward Z. Yang1-10/+10
2018-03-13Revert "ATen ReduceOps (#5481)" (#5765)Edward Z. Yang1-0/+0
2018-03-13raise RuntimeError on test failure (#5754)Peter Goldsborough1-1/+1