Tuomas Katila
Tuomas Katila
> @tkatila I tried that fix, but it didn't work. My host is Ubuntu, so I thought the name of the render group is `render`, the gid for that on...
I tested a similar scenario but with a different GPU (Integrated Tigerlake). VM host with 24.04 + 6.8.0-39-generic and k3s. With that opencl demo Pod works ok: clinfo provides device...
> It was the official plex container: plexinc/pms-docker. Thanks. Sadly the container is built from a prebuild binary so it's hard to see what ingredients it includes. > I compared...
I'll try to reproduce the scenario with a 750 card I have access to. But it might take some time so don't hold your breath.
Great to hear that @SeanOMik ! Thanks @eero-t for pointing to the issue!
We are actually in the process of dropping the FPGA support: https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1946 . It's mainly due to low activity on the specific plugin and to decrease the maintenance burden.
Not tested on real hardware. Development done based on the kernel API and example listings from a real system.
I dropped the preferred allocation policy as it would require more than one NPU to exist and that's not expected as the NPUs are tied to CPUs.
Tested the plugin on a MeteorLake hardware. Plugin works ok: it registers the resource, container requesting the resources is started, and container gets the `/dev/accel/` devices. I also tried running...
Added a workload dockerfile and a job for it. The workload has a selection of tests that I've tested to work. There are also additional tests, but they require the...