WindowsAppSDK-Samples icon indicating copy to clipboard operation
WindowsAppSDK-Samples copied to clipboard

[WinML] Debug break observed on QNN device (ARM64) w/ CppResnetDemo app

Open adrastogi opened this issue 6 months ago • 0 comments

Steps

  1. Clone the repository onto a QNN device
  2. Use the AI Toolkit conversion flow to create a Qualcomm-compatible version of the SqueezeNet model
  3. Update the placeholder paths in the CppResnetDemo application to point to this model, and set a path for the compiled model
  4. 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.)

adrastogi avatar Jul 09 '25 03:07 adrastogi