Andy
Andy
https://github.com/tenclass/mvisor-win-vgpu-driver I have implemented it for win10 guest with opengl4.2 support. For directx, maybe you can translate it to opengl?
> > https://github.com/tenclass/mvisor-win-vgpu-driver I have implemented it for win10 guest with opengl4.2 support. For directx, maybe you can translate it to opengl? > > I never had heard of mvisor...
> Thanks for your reply. It seems that the difference between Chinese and English BERT did cause this problem. I lowered the learning rate and ITM and LM are currently...
I have implemented opengl 3d acceleration on windows using my own hypervisor, mvisor. Just as you said, I created a Windows WDF device for delivering mesa-virgl commands to host, and...
Thank you,buddy,I will try this
I'm trying to hook cuLaunchKernel, but I have some trouble to handle the kernel params, because the guest app did not call setup args before. I also confused that if...
Hi, buddy, I have implemented this now, thank you for your help!!!😆 https://github.com/tenclass/clink I just transport cuda driver api through the network
At the moment, I have no plans to implement Clink on Linux as I haven't envisioned a suitable use case for it. Is there any use case on Linux for...
> From my personal perspective, I believe applying 'clink' to the training of deep learning or AI models is a promising direction. I'm learning AI models from huggingface now, but...