code cleanup - update the setup script (#3)

* code cleanup - update the setup script

* fix few typo erros
This commit is contained in:
Aryan Salmanpour
2024-03-26 12:48:27 -04:00
committed by GitHub
parent 2f7ceb6d81
commit 1ef7c21641
3 changed files with 5 additions and 14 deletions
+3 -4
View File
@@ -55,7 +55,7 @@ rocJPEG is a high performance JPEG decode SDK for AMD GPUs. Using the rocJPEG AP
>[!NOTE]
> * All package installs are shown with the `apt` package manager. Use the appropriate package manager for your operating system.
> * To install rocDecode with minimum requirements, follow the [quick-start](./docs/install/quick-start.rst) instructions
> * To install rocJPEG with minimum requirements, follow the [quick-start](./docs/install/quick-start.rst) instructions
#### Prerequisites setup script for Linux
@@ -66,7 +66,6 @@ For your convenience, we provide the setup script,
```shell
python rocJPEG-setup.py --rocm_path [ ROCm Installation Path - optional (default:/opt/rocm)]
--developer [ Setup Developer Options - optional (default:ON) [options:ON/OFF]]
```
**NOTE:** This script only needs to be executed once.
@@ -151,7 +150,7 @@ To verify your installation using a sample application, run:
mkdir rocjpeg-sample && cd rocjpeg-sample
cmake /opt/rocm/share/rocjpeg/samples/jpegDecode/
make -j8
./videodecode -i /opt/rocm/share/rocjpeg/image/mug_420.jpg
./jpegdecode -i /opt/rocm/share/rocjpeg/image/mug_420.jpg
```
### Using test package
@@ -173,7 +172,7 @@ individual folders to build and run the samples.
## Docker
You can find rocDecode Docker containers in our
You can find rocJPEG Docker containers in our
[GitHub repository](https://github.com/ROCm/rocJPEG/tree/develop/docker).
## Documentation