- Symptom:
When you virtually split an AMD GPU, an error is reported as follows:
failed to remove gim.ko, , modprobe: FATAL: Module gim not found
- Solution:
Run the following commands:
[root@localhost ~]# wget https://github.com/GPUOpen-LibrariesAndSDKs/MxGPU-Virtualization/archive/master.zip #Download the dependency package. [root@localhost ~]# unzip master.zip #Decompress the file. [root@localhost ~]# cd MxGPU-Virtualization-master [root@localhost MxGPU-Virtualization-master]# make [root@localhost MxGPU-Virtualization-master]# cp gim.ko /lib/modules/3.10.0-693.11.1.el7.x86_64/ [root@localhost MxGPU-Virtualization-master]# depmod [root@localhost MxGPU-Virtualization-master]# modprobe gim
When I virtually split an AMD GPU, an error is reported. What should I do? Print
Created by: ZStack Support
Modified on: Mon, 28 Mar, 2022 at 12:16 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.