Upon logging in Gnome with my eGPU connected, I experience a lag spike when the desktop is first being displayed, suggesting something related to graphics could be happening.
$ rocminfo
ROCk module is loaded
hsa api call failure at: /long_pathname_so_that_rpms_can_package_the_debug_info/src/rocminfo/rocminfo.cc:1148
Call returned HSA_STATUS_ERROR_OUT_OF_RESOURCES: The runtime failed to allocate the necessary resources. This error may also occur when the core runtime library needs to spawn threads or create internal OS-specific events.
$ clinfo
Number of platforms 0
My installed packages hasn’t changed, but updates have taken place.
View package list
sudo dnf list installed '*amd-gpu*' '*amdgpu*' '*rocm*' '*roct*' '*hsa*' '*mesa*' '*vulkan*' 'kernel' | grep -v 'procmail|setproctitle'
Installed Packages
amd-gpu-firmware.noarch 20230210-147.fc37 @updates
hsa-rocr.x86_64 1.7.0.50400-72.el9 @rocm-copy
hsa-rocr-devel.x86_64 1.7.0.50400-72.el9 @rocm-copy
hsakmt.x86_64 1.0.6-27.rocm5.4.1.fc37 @updates
hsakmt-roct-devel.x86_64 20221020.0.2.50400-72.el9 @rocm-copy
kernel.x86_64 6.1.11-200.fc37 @updates
kernel.x86_64 6.1.13-200.fc37 @updates
kernel.x86_64 6.1.14-200.fc37 @updates
mesa-dri-drivers.i686 22.3.6-1.fc37 @updates
mesa-dri-drivers.x86_64 22.3.6-1.fc37 @updates
mesa-filesystem.i686 22.3.6-1.fc37 @updates
mesa-filesystem.x86_64 22.3.6-1.fc37 @updates
mesa-libEGL.i686 22.3.6-1.fc37 @updates
mesa-libEGL.x86_64 22.3.6-1.fc37 @updates
mesa-libGL.i686 22.3.6-1.fc37 @updates
mesa-libGL.x86_64 22.3.6-1.fc37 @updates
mesa-libGLU.x86_64 9.0.1-7.fc37 @fedora
mesa-libOSMesa.i686 22.3.6-1.fc37 @updates
mesa-libOSMesa.x86_64 22.3.6-1.fc37 @updates
mesa-libgbm.i686 22.3.6-1.fc37 @updates
mesa-libgbm.x86_64 22.3.6-1.fc37 @updates
mesa-libglapi.i686 22.3.6-1.fc37 @updates
mesa-libglapi.x86_64 22.3.6-1.fc37 @updates
mesa-libxatracker.x86_64 22.3.6-1.fc37 @updates
mesa-va-drivers.i686 22.3.6-1.fc37 @updates
mesa-vulkan-drivers.i686 22.3.6-1.fc37 @updates
mesa-vulkan-drivers.x86_64 22.3.6-1.fc37 @updates
rocm-cmake.x86_64 0.8.0.50400-72.el9 @rocm-copy
rocm-comgr.x86_64 5.4.1-2.fc37 @updates
rocm-core.x86_64 5.4.0.50400-72.el9 @rocm-copy
rocm-device-libs.x86_64 1.0.0.50400-72.el9 @rocm-copy
rocm-hip-libraries.x86_64 5.4.0.50400-72.el9 @rocm-copy
rocm-hip-runtime.x86_64 5.4.0.50400-72.el9 @rocm-copy
rocm-hip-runtime-devel.x86_64 5.4.0.50400-72.el9 @rocm-copy
rocm-hip-sdk.x86_64 5.4.0.50400-72.el9 @rocm-copy
rocm-language-runtime.x86_64 5.4.0.50400-72.el9 @rocm-copy
rocm-llvm.x86_64 15.0.0.22465.50400-72.el9 @rocm-copy
rocm-ocl-icd.x86_64 2.0.0.50400-72.el9 @rocm-copy
rocm-opencl.x86_64 2.0.0.50400-72.el9 @rocm-copy
rocm-opencl-runtime.x86_64 5.4.0.50400-72.el9 @rocm-copy
rocm-runtime.x86_64 5.4.1-1.fc37 @updates
rocm-smi.noarch 4.0.0-6.fc37 @fedora
rocm-smi-lib.x86_64 5.0.0.50400-72.el9 @rocm-copy
rocminfo.x86_64 1.0.0.50400-72.el9 @rocm-copy
rocthrust-devel.x86_64 2.10.9.50400-72.el9 @rocm-copy
vulkan-loader.i686 1.3.216.0-3.fc37 @fedora
vulkan-loader.x86_64 1.3.216.0-3.fc37 @fedora
vulkan-tools.x86_64 1.3.216.0-2.fc37 @fedora
xorg-x11-drv-amdgpu.x86_64 23.0.0-1.fc37 @updates
The rocminfo
HSA_STATUS_ERROR_OUT_OF_RESOURCES
error may be of interest, but I couldn’t find much about it.