WindowsAppSDK-Samples
WindowsAppSDK-Samples copied to clipboard
[WinML] Debug break observed on QNN device (ARM64) w/ CppResnetDemo app
Steps
- Clone the repository onto a QNN device
- Use the AI Toolkit conversion flow to create a Qualcomm-compatible version of the SqueezeNet model
- Update the placeholder paths in the CppResnetDemo application to point to this model, and set a path for the compiled model
- F5 the application
Expected The application runs without issue and the user gets back a set of ranked predictions for the input image
Actual
The application hits a debug break at the CreateTensorWithDataAsOrtValue API call.
(This issue also repro'd for me on the Experimental 1 WinML release, so it is not specific to the WinAppSDK implementation.)