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