Rocm 5.7 update 2023-10-06
# rpm -e amdgpu-install
# rpm -Uvh amdgpu-install-5.4.50403-1.el8.noarch.rpm
# amdgpu-install --vulkan=amdvlk
# amdgpu-install -h
# amdgpu-install --usecase=graphics --vulkan=amdvlk --opencl=rocr
# amdgpu-install --usecase=rocm
# dkms status
# rocminfo
# dkms status
# rocminfo
# vainfo
# vdpauinfo
# grep -iE 'vdpau | dri driver' xorg.1.log
# amdgpu-install -h
Usage: amdgpu-install [options...]
Options:
-h|--help Display this help message
--rocmrelease= Install a specific ROCm release. By default only
one release of ROCm can be installed. Using this
option will allow installation of multiple releases.
Note: when used during uninstall, the specific rocm
release will be removed. Use --rocmrelease=all
to uninstall all rocm releases.
--dryrun Print list of commands to run and exit
--pro (DEPRECATED) Install legacy OpenGL, pro Vulkan, and
open source multimedia. This is equivalent to:
amdgpu-install --usecase=workstation --vulkan=pro
--usecase= Install a set of libraries for a specific use case
--list-usecase Show all available usecases and descriptions
--opencl= Install a specific OpenCL implementation. This
option implies the addition of the opencl usecase.
Available implementations:
rocr (ROCr/KFD based OpenCL)
legacy (Legacy OpenCL)
--opengl= Install a specific OpenGL implementation. This
option implies the addition of the graphics usecase.
Available implementations:
mesa (Open source Mesa 3D)
oglp (Cloud/Other use, Ubuntu 20.04 only)
--vulkan= Install a specific vulkan implementation
Available implementations:
amdvlk (AMD open source implementation)
pro (AMD closed source implementation)
--no-dkms Do not install dkms and use built-in kernel driver
--no-32 Do not install 32 bit graphics runtime support
--accept-eula Accept EULA for this run only (for non-free install)
Note: only use this option if you accept the EULA
--uninstall Uninstall the graphics driver
Options --opencl/--vulkan/--usecase can be used together, e.g.:
amdgpu-install --usecase=graphics --vulkan=amdvlk --opencl=rocr
Multiple implementations can be selected if comma separated, e.g.:
amdgpu-install --usecase=graphics,opencl --opencl=rocr,legacy --vulkan=amdvlk,pro
Unless the -h|--help option is given, 'yum' options may be present
0 件のコメント:
コメントを投稿