From 52f52b79765197ceec12522a1aae470c64849019 Mon Sep 17 00:00:00 2001 From: Saad Rahim Date: Thu, 27 Jul 2023 12:18:58 -0600 Subject: [PATCH] CI on docs branch --- .github/workflows/linting.yml | 2 ++ docs/release/windows_support.md | 13 +++---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 41edf59d6..bd8fe6a03 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -5,10 +5,12 @@ on: branches: - develop - main + - 'docs/*' pull_request: branches: - develop - main + - 'docs/*' concurrency: group: ${{ github.ref }}-${{ github.workflow }} diff --git a/docs/release/windows_support.md b/docs/release/windows_support.md index 54e6513f5..654ec0205 100644 --- a/docs/release/windows_support.md +++ b/docs/release/windows_support.md @@ -12,10 +12,6 @@ AMD ROCm™ Platform supports the following Windows SKU. | Windows 11 | x86-64 | 22H2 (GA) | | Windows Server 2022 | x86-64 | | -For more information on Windows versions, refer to -[Windows release health](https://learn.microsoft.com/en-us/windows/release-health/) -. - ## GPU Support Table ::::{tab-set} @@ -23,8 +19,6 @@ For more information on Windows versions, refer to :::{tab-item} Radeon Pro™ :sync: radeonpro -[Use Radeon Pro Driver](https://www.amd.com/en/support/linux-drivers) - | Name | Architecture |[LLVM Target](https://www.llvm.org/docs/AMDGPUUsage.html#processors) | Runtime | HIP SDK | |:----:|:------------:|:--------------------------------------------------------------------:|:-------:|:----------------:| | AMD Radeon™ Pro W7900 | RDNA3 | gfx1100 | ✅ | ✅ | @@ -40,8 +34,6 @@ For more information on Windows versions, refer to :::{tab-item} Radeon™ :sync: radeon -[Use Radeon Pro Driver](https://www.amd.com/en/support/linux-drivers) - | Name | Architecture | [LLVM Target](https://www.llvm.org/docs/AMDGPUUsage.html#processors) | Runtime | HIP SDK | |:----:|:------------:|:--------------------------------------------------------------------:|:-------:|:----------------:| | AMD Radeon™ RX 7900 XTX | RDNA3 | gfx1100 | ✅ | ✅ | @@ -59,13 +51,14 @@ For more information on Windows versions, refer to :::: ### Component Support +ROCm components are described in the [reference](../reference/all) page. Support +on Windows is provided with two levels on enablement. - **Runtime**: Runtime enables the use of the HIP/OpenCL runtimes only. - [reference](../reference/all) for details on ROCm. - **HIP SDK**: Runtime plus additional components refer to libraries found under [Math Libraries](../reference/gpu_libraries/math.md) and [C++ Primitive Libraries](../reference/gpu_libraries/c%2B%2B_primitives.md). - Some Math Libraries](../reference/gpu_libraries/math.md) are Linux exclusive, + Some [Math Libraries](../reference/gpu_libraries/math.md) are Linux exclusive, please check the library details. ### Support Status