GPUOpen-LibrariesAndSDKs / MxGPU-Virtualization

MIT License
187 stars 87 forks source link

Support for newer MxGPU enabled GPUs #43

Open cpnxp opened 1 year ago

cpnxp commented 1 year ago

The current version published here only supports the FirePro S7150 and FirePro S7150x2. This can be seen in gim_drv.c line 57 where the PCIe Device ID is hard coded as well as architecture specific files like gim_monitor_tonga.c and gim_s7150_reg.h. I would like to request an enhancement to add the other MxGPU supported cards to this code base. Specifically requesting support for the Radeon Pro V620. Thank you

markednmbr1 commented 1 year ago

I have been monitoring this for atleast 7 years if not more, and it doesn't even work well for the cards that it claims it does support.

AMD doesn't care about open source ans mxgpu. They only bother to make it work for vmware and citrix.

Such a shame too.

On Thu, 11 May 2023, 00:49 CPNXP, @.***> wrote:

The current version published here only supports the FirePro S7150 and FirePro S7150x2. This can be seen in gim_drv.c line 57 where the PCIe Device ID is hard coded as well as architecture specific files like gim_monitor_tonga.c and gim_s7150_reg.h. I would like to request an enhancement to add the other MxGPU supported cards to this code base. Specifically requesting support for the Radeon Pro V620. Thank you

— Reply to this email directly, view it on GitHub https://github.com/GPUOpen-LibrariesAndSDKs/MxGPU-Virtualization/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALPVINQRSLLW4WOZBH5IATDXFQSQNANCNFSM6AAAAAAX5LMU24 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jclab-joseph commented 1 year ago

Has anyone tried to support MI-series by reversing engineering the vmware vib?