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

For NPU Sample, add flexibility in device creation options and fix Generic ML Device logic #624

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 26, 2024

  1. For NPU Sample, add flexibility in device creation options and fix Ge…

    …neric ML Device logic
    
    Expand NPU sample's capabilities for creating devices based on attributes.
    
    More specifically, allow options to filter based on allowed, unallowed, and required attributes. Then add some flags for the most commonly needed options for this sample.
    
    The logic for how each interacts with CreateAdapterList is a bit unconventional since CreateAdapterList ANDs the passed in attributes.
    
    Tested locally on Intel NPU.
    Zu-shi committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ad40b43 View commit details
    Browse the repository at this point in the history
  2. Fix comment typo in NPU Sample

    Zu-shi committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e7d3bb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    1c6463e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7043b3a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    3892f81 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    ba81019 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Zu-shi/Zu-shi-npu-sample-device-creation-p…

    …atch
    
    For NPU Sample, add flexibility in device creation options and fix Generic ML Device logic
    Zu-shi committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    55e7cdd View commit details
    Browse the repository at this point in the history