I'm trying to install the latest release on my Ryzen 7 8840U laptop. I have upgraded the driver to v32.0.203.314. But it still gives me the error message "Error: Device AMD IPU Device not found".
Running this gives me nothing.
(Get-WmiObject -Class Win32_PnPSignedDriver | Where-Object { $_.DeviceName -eq "AMD IPU Device" }).DriverVersion
But running this gives me correct driver version:
Get-CimInstance Win32_PnPSignedDriver | Where-Object { $.Manufacturer -match "AMD" -and $.DeviceID -match "1502" } | Select-Object DeviceName, DriverVersion, InfName
DeviceName DriverVersion InfName
NPU Compute Accelerator Device 32.0.203.314 oem7.inf