@@ -6,16 +6,16 @@ Brief description of all our automation tools used for boosting development perf
6
6
7
7
## Unit and Integration Testing
8
8
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 |
19
19
20
20
\* Each standalone test needs to be run in separate processes to avoid unwanted interactions between test cases.
21
21
0 commit comments