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

Support UR program creation from multiple device binaries #2147

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Update core program.yml

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c5fb672 View commit details
    Browse the repository at this point in the history
  2. Generated sources

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    35f0b54 View commit details
    Browse the repository at this point in the history
  3. Fix conformance test

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1aebc43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f13f4ea View commit details
    Browse the repository at this point in the history
  5. Store per device data of the UR Program in a separate structure

    Currenlty we have multiple maps of device handle to some per-device data
    like the module handle, logs, binary etc.
    
    Instead of having separate map for each, just put that data into a
    separate structure and have one map.
    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2a8e6e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ad2167 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3444f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4410e7f View commit details
    Browse the repository at this point in the history
  9. Formatting

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    82a5e0a View commit details
    Browse the repository at this point in the history
  10. Fix werror problems

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    824ea10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    787a199 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5921e5b View commit details
    Browse the repository at this point in the history
  13. Fix mistakes

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dcc56f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4adb525 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7a27ae4 View commit details
    Browse the repository at this point in the history
  16. Fix v2 L0 adapter

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1f2f010 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c7d5bfb View commit details
    Browse the repository at this point in the history
  18. Format

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6d5c686 View commit details
    Browse the repository at this point in the history
  19. Change back

    againull committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2a69014 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0e397ca View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f3fa464 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    88fb72a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3a092a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Fix after rebase

    againull committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    82beeee View commit details
    Browse the repository at this point in the history
  2. Fix werror problem

    againull committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    92df0e4 View commit details
    Browse the repository at this point in the history