Setup - Updates (#305)

Esse commit está contido em:
Kiriti Gowda
2024-04-01 15:53:36 -07:00
commit de GitHub
commit d6d9c9ed1a
4 arquivos alterados com 5 adições e 5 exclusões
+1 -1
Ver Arquivo
@@ -29,7 +29,7 @@ Documentation for rocDecode is available at
* 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`
* rocDecode Setup Script - `V1.7.1`
## rocDecode 0.5.0
+1 -1
Ver Arquivo
@@ -223,4 +223,4 @@ page.
* 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`
* rocDecode Setup Script - `V1.7.1`
+1 -1
Ver Arquivo
@@ -25,7 +25,7 @@ Tested configurations
* FFmpeg: 4.2.7/4.4.2-0
* rocDecode Setup Script: V1.7
* rocDecode Setup Script: V1.7.1
Supported codecs
========================================
+2 -2
Ver Arquivo
@@ -28,7 +28,7 @@ else:
import subprocess
__copyright__ = "Copyright (c) 2023 - 2024, AMD ROCm rocDecode"
__version__ = "1.7"
__version__ = "1.7.1"
__email__ = "mivisionx.support@amd.com"
__status__ = "Shipping"
@@ -58,7 +58,7 @@ print("\nROCm PATH set to -- "+ROCM_PATH+"\n")
# check ROCm installation
if os.path.exists(ROCM_PATH):
print("\nROCm Installation Found -- "+ROCM_PATH+"\n")
ERROR_CHECK(os.system('echo ROCm Info -- && '+ROCM_PATH+'/bin/rocminfo'))
os.system('echo ROCm Info -- && '+ROCM_PATH+'/bin/rocminfo')
else:
print(
"WARNING: If ROCm installed, set ROCm Path with \"--rocm_path\" option for full installation [Default:/opt/rocm]\n")