Docs - Cleanup & Fix (#316)
Este commit está contenido en:
@@ -67,7 +67,6 @@ def runTestCommand (platform, project) {
|
||||
"""
|
||||
|
||||
platform.runCommand(this, command)
|
||||
// Unit tests - TBD
|
||||
}
|
||||
|
||||
def runPackageCommand(platform, project) {
|
||||
|
||||
+8
-5
@@ -24,13 +24,16 @@ Documentation for rocDecode is available at
|
||||
|
||||
### Tested configurations
|
||||
|
||||
* Linux distribution
|
||||
* Linux
|
||||
* Ubuntu - `20.04` / `22.04`
|
||||
* RHEL - `8` / `9`
|
||||
* ROCm:
|
||||
* rocm-core - `6.1.0.60100-28`
|
||||
* amdgpu-core - `1:6.1.60100-1731559`
|
||||
* FFMPEG - `4.2.7` / `4.4.2-0`
|
||||
* rocDecode Setup Script - `V1.7.1`
|
||||
* rocm-core - `6.1.0.60100-64`
|
||||
* amdgpu-core - `1:6.1.60100-1741643`
|
||||
* libva-dev - `2.7.0-2` / `2.14.0-1`
|
||||
* mesa-amdgpu-va-drivers - `1:24.1.0`
|
||||
* FFmpeg - `4.2.7` / `4.4.2-0`
|
||||
* rocDecode Setup Script - `V1.7.2`
|
||||
|
||||
## rocDecode 0.5.0
|
||||
|
||||
|
||||
@@ -169,6 +169,7 @@ if(HIP_FOUND AND Libva_FOUND)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})
|
||||
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
|
||||
set(CPACK_PACKAGE_LICENSE "MIT")
|
||||
# TBD: Change to generic support email
|
||||
set(CPACK_PACKAGE_CONTACT "rocDecode Support <mivisionx.support@amd.com>")
|
||||
set(CPACK_PACKAGE_VENDOR "AMD ROCm")
|
||||
set(CPACK_PACKAGE_GROUP "Development/Tools")
|
||||
|
||||
+5
-5
@@ -24,7 +24,7 @@ access the video decoding features available on your GPU.
|
||||
> [!IMPORTANT]
|
||||
> `sudo amdgpu-install --usecase=rocm`
|
||||
|
||||
* [Video Acceleration API](https://en.wikipedia.org/wiki/Video_Acceleration_API) Version `1.5.0`+ - `Libva` is an implementation for VA-API
|
||||
* [Video Acceleration API](https://en.wikipedia.org/wiki/Video_Acceleration_API) Version `1.5.0+` - `Libva` is an implementation for VA-API
|
||||
```shell
|
||||
sudo apt install libva-dev
|
||||
```
|
||||
@@ -69,9 +69,7 @@ access the video decoding features available on your GPU.
|
||||
|
||||
### Prerequisites setup script
|
||||
|
||||
For your convenience, we provide the setup script,
|
||||
[rocDecode-setup.py](https://github.com/ROCm/rocDecode/blob/develop/rocDecode-setup.py),
|
||||
which installs all required dependencies. Run this script only once.
|
||||
For your convenience, we provide the setup script, [rocDecode-setup.py](https://github.com/ROCm/rocDecode/blob/develop/rocDecode-setup.py), which installs all required dependencies. Run this script only once.
|
||||
|
||||
```shell
|
||||
python3 rocDecode-setup.py --rocm_path [ ROCm Installation Path - optional (default:/opt/rocm)]
|
||||
@@ -86,7 +84,7 @@ The installation process uses the following steps:
|
||||
|
||||
* Install ROCm `6.1.0` or later with [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html) with `--usecase=rocm`
|
||||
|
||||
* Use either [Package install](#package-install) or [Source install](#source-install) as described below.
|
||||
* Use **either** [package install](#package-install) **or** [source install](#source-install) as described below.
|
||||
|
||||
### Package install
|
||||
|
||||
@@ -228,5 +226,7 @@ page.
|
||||
* ROCm:
|
||||
* rocm-core - `6.1.0.60100-64`
|
||||
* amdgpu-core - `1:6.1.60100-1741643`
|
||||
* libva-dev - `2.7.0-2` / `2.14.0-1`
|
||||
* mesa-amdgpu-va-drivers - `1:24.1.0`
|
||||
* FFmpeg - `4.2.7` / `4.4.2-0`
|
||||
* rocDecode Setup Script - `V1.7.2`
|
||||
|
||||
@@ -16,13 +16,16 @@ Tested configurations
|
||||
|
||||
* Ubuntu: 20.04/22.04
|
||||
* RHEL: 8/9
|
||||
* SLES: 15-SP4
|
||||
|
||||
* ROCm
|
||||
|
||||
* rocm-core: 6.1.0.60100-28
|
||||
* amdgpu-core: 1:6.1.60100-1731559
|
||||
|
||||
* libva-dev: 2.7.0-2/2.14.0-1
|
||||
|
||||
* mesa-amdgpu-va-drivers: 1:24.1.0
|
||||
|
||||
* FFmpeg: 4.2.7/4.4.2-0
|
||||
|
||||
* rocDecode Setup Script: V1.7.2
|
||||
@@ -39,7 +42,6 @@ Prerequisites
|
||||
|
||||
* Ubuntu: 20.04/22.04
|
||||
* RHEL: 8/9
|
||||
* SLES: 15-SP4
|
||||
|
||||
* `ROCm-supported hardware <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html>`_
|
||||
(``gfx908`` or higher is required)
|
||||
@@ -54,19 +56,19 @@ Prerequisites
|
||||
|
||||
.. code:: shell
|
||||
|
||||
sudo apt install libva-dev
|
||||
sudo apt install libva-dev
|
||||
|
||||
* AMD VA drivers
|
||||
|
||||
.. code:: shell
|
||||
|
||||
sudo apt install mesa-amdgpu-va-drivers
|
||||
sudo apt install mesa-amdgpu-va-drivers
|
||||
|
||||
* CMake 3.5 or later
|
||||
|
||||
.. code:: shell
|
||||
|
||||
sudo apt install cmake
|
||||
sudo apt install cmake
|
||||
|
||||
* `pkg-config <https://en.wikipedia.org/wiki/Pkg-config>`_
|
||||
|
||||
|
||||
Referencia en una nueva incidencia
Block a user