Results 57 comments of SeanOMik

So I actually noticed that `clinfo -l` on the host wasn't seeing the GPU, but instead `rusticl` and `Clover`. I fixed it by following these [Intel docs for installing drivers](https://dgpu-docs.intel.com/driver/client/overview.html#installing-gpu-packages)...

> The communication with the GPU stops after some ioctl's where as in the Host the communication continues. My hunch is that something in the user space libraries is not...

I tried running `intel_gpu_top` in the pod and got this output: ``` root@intelgpu-demo-job-bkdck:/# intel_gpu_top Failed to initialize PMU! (Permission denied) ``` Not sure if that gives any more information. This...

> I think kernel requires root user and PERFMON capability from processes accessing PMU (`perf`) metrics. > > Those are not required to for normal GPU (write) access though, just...

> Try the same driver version in your pod as you have on the host. I think the driver version in the pod is not compatible with your kernel version,...

No I don't, sorry. I wasn't sure if it was considered since I didn't see issues for it, or it listed as a feature. I saw that there was some...

It doesn't work on NeoForge starting from MC version 1.20.2 since thats when they started making breaking changes making it incompatible with Forge. I just tried to load this on...