@@ -6,16 +6,16 @@ Brief description of all our automation tools used for boosting development perf
66
77## Unit and Integration Testing
88
9- | workflow file | action | accelerator |
10- | -------------------------------------- | ----------------------------------------------------------------------------------------- | ----------- |
11- | .github/workflows/ci-tests-fabric.yml | Run all tests except for accelerator-specific and standalone. | CPU |
12- | .github/workflows/ci-tests-pytorch.yml | Run all tests except for accelerator-specific and standalone. | CPU |
13- | .github/workflows/ci-tests-data.yml | Run unit and integration tests with data pipelining. | CPU |
14- | .azure-pipelines/gpu-tests-fabric.yml | Run only GPU-specific tests, standalone\* , and examples. | GPU |
15- | .azure-pipelines/gpu-tests-pytorch.yml | Run only GPU-specific tests, standalone\* , and examples. | GPU |
16- | .azure-pipelines/gpu-benchmarks.yml | Run speed/memory benchmarks for parity with vanila PyTorch. | GPU |
17- | .github/workflows/ci-tests-pytorch.yml | Run all tests except for accelerator-specific, standalone and slow tests. | CPU |
18- | .github/workflows/tpu-tests.yml | Run only TPU-specific tests. Requires that the PR title contains '\[ TPU\] ' | TPU |
9+ | workflow file | action | accelerator |
10+ | -------------------------------------- | -------------------------------------------------------------------------- | ----------- |
11+ | .github/workflows/ci-tests-fabric.yml | Run all tests except for accelerator-specific and standalone. | CPU |
12+ | .github/workflows/ci-tests-pytorch.yml | Run all tests except for accelerator-specific and standalone. | CPU |
13+ | .github/workflows/ci-tests-data.yml | Run unit and integration tests with data pipelining. | CPU |
14+ | .azure-pipelines/gpu-tests-fabric.yml | Run only GPU-specific tests, standalone\* , and examples. | GPU |
15+ | .azure-pipelines/gpu-tests-pytorch.yml | Run only GPU-specific tests, standalone\* , and examples. | GPU |
16+ | .azure-pipelines/gpu-benchmarks.yml | Run speed/memory benchmarks for parity with vanila PyTorch. | GPU |
17+ | .github/workflows/ci-tests-pytorch.yml | Run all tests except for accelerator-specific, standalone and slow tests. | CPU |
18+ | .github/workflows/tpu-tests.yml | Run only TPU-specific tests. Requires that the PR title contains '\[ TPU\] ' | TPU |
1919
2020\* Each standalone test needs to be run in separate processes to avoid unwanted interactions between test cases.
2121
0 commit comments