Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ExecuTorch][xnnpack] Pass QP8 flag only for Kleidi QB4W #6220

Closed
wants to merge 2 commits into from

Commits on Oct 16, 2024

  1. [xnnpack] Add qp8 XNNP flag only for qb4w convert

    For testing, enable Kleidi using the following changes and run the llama
    models on Android with 8da4w and 8da8w linears.
    
    ```
         -DEXECUTORCH_BUILD_XNNPACK=ON \
    +    -DEXECUTORCH_XNNPACK_ENABLE_KLEIDI=ON \
    ``
    digantdesai committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5ffdf19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc7c936 View commit details
    Browse the repository at this point in the history