Re: [PATCH 0/3] NVKM GSP RPC fixes

2024-11-25 Thread Danilo Krummrich
On 10/17/24 9:19 AM, Zhi Wang wrote: Hi folks: Here are some fixes of weird bugs I encountered when I was enabling vGPU [1] on core-driver aka NVKM. They are exposed because of the new RPCs required by vGPU. For testing, I tried to run Uniengine Heaven[2] on my RTX 4060 for 8 hours and the GL C

Re: [PATCH 0/3] NVKM GSP RPC fixes

2024-10-17 Thread Danilo Krummrich
On Thu, Oct 17, 2024 at 12:19:19AM -0700, Zhi Wang wrote: > Hi folks: > > Here are some fixes of weird bugs I encountered when I was enabling vGPU [1] > on > core-driver aka NVKM. They are exposed because of the new RPCs required by > vGPU. > > For testing, I tried to run Uniengine Heaven[2] on

[PATCH 0/3] NVKM GSP RPC fixes

2024-10-17 Thread Zhi Wang
Hi folks: Here are some fixes of weird bugs I encountered when I was enabling vGPU [1] on core-driver aka NVKM. They are exposed because of the new RPCs required by vGPU. For testing, I tried to run Uniengine Heaven[2] on my RTX 4060 for 8 hours and the GL CTS runner[3] (commandline: ./cts-runner

[PATCH 0/3] NVKM GSP RPC fixes

2024-09-29 Thread Zhi Wang
Hi folks: Here are some fixes of weird bugs I noticed when I was enabling vGPU [1] on core-driver aka NVKM. They are exposed because of the new RPCs required by vGPU. For testing, I tried to run Uniengine Heave on my RTX 4060 for 12 hours and it is working fine. You can find the tree [2] I am us