• 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