diff --git a/.azure/gpu-benchmark.yml b/.azure/gpu-benchmarks.yml similarity index 98% rename from .azure/gpu-benchmark.yml rename to .azure/gpu-benchmarks.yml index 7eb8669c1a..0036e496cb 100644 --- a/.azure/gpu-benchmark.yml +++ b/.azure/gpu-benchmarks.yml @@ -5,8 +5,7 @@ trigger: tags: - include: - - '*' + include: ['*'] branches: include: - "master" @@ -20,7 +19,7 @@ pr: - "release/*" paths: include: - - ".azure/gpu-benchmark.yml" + - ".azure/gpu-benchmarks.yml" - "requirements/fabric/**" - "requirements/pytorch/**" - "src/lightning/fabric/**" diff --git a/.github/checkgroup.yml b/.github/checkgroup.yml index 3cf32406a6..6ee7a71883 100644 --- a/.github/checkgroup.yml +++ b/.github/checkgroup.yml @@ -70,14 +70,14 @@ subprojects: - id: "pytorch_lightning: Benchmarks" paths: - - ".azure/gpu-benchmark.yml" + - ".azure/gpu-benchmarks.yml" - "tests/tests_pytorch/benchmarks/**" - "requirements/pytorch/**" - "!requirements/pytorch/docs.txt" - "!*.md" - "!**/*.md" checks: - - "pytorch-lightning.Benchmark" + - "lightning.Benchmarks" - id: "pytorch-lightning: TPU workflow" paths: diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 48f905b846..fafb943b85 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -9,7 +9,7 @@ | .github/workflows/ci-tests-pytorch.yml | Run all tests except for accelerator-specific, standalone and slow tests. | CPU | | .azure-pipelines/ipu-tests.yml | Run only IPU-specific tests. | IPU | | .azure-pipelines/gpu-tests-pytorch.yml | Run all CPU and GPU-specific tests, standalone, and examples. Each standalone test needs to be run in separate processes to avoid unwanted interactions between test cases. | GPU | -| .azure-pipelines/gpu-benchmark.yml | Run speed/memory benchmarks for parity with pure PyTorch. | GPU | +| .azure-pipelines/gpu-benchmarks.yml | Run speed/memory benchmarks for parity with pure PyTorch. | GPU | | .github/workflows/tpu-tests.yml | Run only TPU-specific tests. Requires that the PR title contains '\[TPU\]' | TPU | - \*Accelerators used in CI