In addition to bumping to core24, I also made some minor tweaks to the docs and also removed the Intel vendor ID from the udev attributes field. When I was testing this before there must've been some old rules being applied without the vendor device attribute, because the NPU device cgroup no longer gets applied to the application when I test on a freshly provisioned machine. It turns out that the custom-device interface allows you to add ATTR fields for the device but not ATTRS fields for the parent device.
Tested on Locker machine provisioned with Noble. I'm hitting issues imaging with Oracular but will not merge until that is also tested.
Internal Jira task: PEK-1238
In addition to bumping to
core24
, I also made some minor tweaks to the docs and also removed the Intel vendor ID from the udev attributes field. When I was testing this before there must've been some old rules being applied without the vendor device attribute, because the NPU device cgroup no longer gets applied to the application when I test on a freshly provisioned machine. It turns out that thecustom-device
interface allows you to addATTR
fields for the device but notATTRS
fields for the parent device.Tested on Locker machine provisioned with Noble. I'm hitting issues imaging with Oracular but will not merge until that is also tested.